Dynamic Apk In Android -


There is no way to create dynamic APK anyway. Let's say we have a main site and there are many subdomains in it. Each subsystem should have its own optimized APK, with its own customized logo, news etc.

Is it any way to create an APK, besides creating separate APKs for each site?

You can dynamically compile your code by java code, for example Maven or Ent. You have to create your Android Project Maven project. To compile Android to use Maven, you can run just some code like the mvn package or until Maven waits for you to compose the code with the desired logo And you will have an APK in the target directory.

Comments