in my wraps i did so far i found A LOT of libraries which all depends on
The fragmentmanager of googlemaps seems to be not compatible to the fragmentmanager from android-support-v4 and the activity must be an FragmentActivity.
No one of the libs i wrapped works if they depends on the getSupportFragmentManager()
I wish someone could create an working java-code with a wrapper around the SupportFragmentManager() so i could use this then to finish all the libraries i have so far (all not working and not released).
Even in my newest wrap for the afollestad MaterialDialogs depends on supportFragmentManager for the Color picker and also for the file chooser dialog..
Both i can´t get to work :-(
java.lang.NullPointerException: Attempt to invoke virtual method 'android.support.v4.app.FragmentManager android.support.v4.app.FragmentActivity.getSupportFragmentManager()' on a null object reference
B4X:
android.support.v4.app.FragmentActivity.getSupportFragmentManager()
The fragmentmanager of googlemaps seems to be not compatible to the fragmentmanager from android-support-v4 and the activity must be an FragmentActivity.
No one of the libs i wrapped works if they depends on the getSupportFragmentManager()
I wish someone could create an working java-code with a wrapper around the SupportFragmentManager() so i could use this then to finish all the libraries i have so far (all not working and not released).
Even in my newest wrap for the afollestad MaterialDialogs depends on supportFragmentManager for the Color picker and also for the file chooser dialog..
Both i can´t get to work :-(