isinitialized

  1. Mashiane

    B4J Question [BANano] [SOLVED] Map.IsInitialized Inclusion on map keys

    Hi there I was just cleaning my project and removed all .clear methods for my maps as I noted in the transpiled code that clearing them was not necessary due to to .initialize method just after 'dim m as map', thing is this has resulted in something else. This is what happens... When maps are...
  2. rleiman

    Android Question Testing if the media player is initialized

    Hi Everyone, I would like to test if the media player is initialized like: If mpMyMediaPlayer.IsInitialized Then ' Do somthing. End If but could not find .IsInitialized in the current version of b4a since most of the objects that are available do have that in them. I need to stop the...
Top