process_globals

  1. Azam Memon

    Android Question NotificationListerner on Android 4

    Hi, I have an optional feature in my app to listen to Notifications, I have used NotificationListener for that, which should be enabled only on API >=19 by the user and this option won't appear on API < 19. But when I run my app on android 4 (API < 19), I am getting an error, which is same on...
  2. LucaMs

    Other Views declared in Process_Globals

    Is this a question? Yes but mainly it is a... "discovery"/info. You can not declare a View in Process_Globals (the message you get is: but... you can declare there a Type containing Views and use an object of that type in your Activity. Tested so: Sub Process_Globals Type tViews(CV As...
  3. MarkusR

    Android Question end app

    hello, me saw that if me using Activity.Finish in main Activity and click then at the app icon again the Activity will created again and all variables here are still there with used values before i closed the activity. Sub Process_Globals 'These global variables will be declared once when...
Top