I'm currently working on an app that deals with customer records. The app is fully functional but there is a class within the MainActivity which contains a code that validates the app etc.
I wanted to know if it's possible to remove this class from MainActivity completely and load it dynamically from URL?
Example: OnCreate it gets the class from URL.