On Thu, May 26, 2016 at 11:27 AM, Michael Kabutey <[email protected]> wrote:
> What I want to do now is to develop a mobile app version with the > application using the same MySQL database and the PHP language. What should > be my approach? How do I go about it? I will really appreciate your help. > Thank you If you don't care about quality, you can just make an app that wraps your web app in a web view. https://developer.android.com/guide/webapps/index.html If you do care about quality you would go full native which means using the Android APIs which means using Java and connecting to your database via an RESTful API. It's a compromise between development time and user experience. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CANCScghhSR0VQLqwN2HKP7a%2Bibfq_QYKnzAPWD6jeLKBCtX12w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

