initialization

  1. G

    Android Question myPopup class and general re-initialize question

    Hi, I need to change the text of one of the mypopup menu items. There is no such method. In general: What if I initialize a class (or another object) a second time? Is this OK or will it cause problems or excess memory use? Is there any "release"- or "destroy"- method I do not find? Thanks
  2. rleiman

    Android Question [SOLVED] *** Initialising a JavaObject for tts

    Greetings everyone, I'm writing a small sub routine to stay in a loop until tts has finished speaking based on Erel's coding from this post: Post to determine when tts finishes speaking I coded this sub routine using the coding from the post: Sub StayHereWhileTtsIsSpeaking Do While...
  3. Marcos Alves

    Android Question B4XPages Code

    Hello all, it's known that the best place to put startup code to check parameters and data for app initialization (like creation tables on new databases, environment variables and so on) in Android/B4A is in the start service, as well as the right choice to put global variables is in the...
Top