I created a standard Android app (ex. MyApp) which works fine. Now I would like to create a pro version that extends the standard app (ex. MyAppPro extends MyApp). From other articles I learned, that it is not possible in Android to extend from another App but only from a lib. But MyApp should be runnable too. What is the best practice to reach the goal?
Thanks for your help Robi