- App type: mobile
- SDK: 3.1.2+
- Platform: Android 4.1.2+
- Device: Galaxy Tab 2
- Host OS: OSX
I have a custom Android module that needs to reference and launch an activity (a heavyweight window) created in Appcelerator. The activity I am trying to launch is a heavyweight window (setting navBarHidden and modal on creation) that is pulling data from a feed and displaying it. From Appcelerator, the window launches and functions correctly.
When I use a loop (created in my custom Android module) to view the current activity and package name, the only activity names I get are "Ti.Activity" when my application is running and "TiTranslucentActivity" when the window is set as a modal.
My question is, is there a way that when the heavyweight window is created to also name the Activity that it creates? This way I can start this activity from my custom Android module