Java Question App and MainActivity

Johan Schoeman

Expert
Licensed User
Longtime User
I am trying to (for now) kick start the MainActivity of a Github project from within B4A as what I have done numerous times before. The sample project has a MainActivity.java and a class that extends Application. Can I somehow "kill off" the extended Application class and incorporate the code into onCreate of the MainActivity? Seems like the class extending Application is just calling another class in the same project.
 
Top