Hello,
I need to read saved map data file inside the _onCreate hook (Main activity).
Any hint?
Massimiliano
I need to read saved map data file inside the _onCreate hook (Main activity).
B4X:
#if java
public void _onCreate() {
// I need here to get a map key
....
}
#end if
Any hint?
Massimiliano