> > i am a php web developer > > i made a full php website with mysql database > > and i want to make an appliation to run on android phones. i want to > display all my website data
You essentially have two options here: 1. Create a native android application and use web services to display the data 2. Create a web app that uses WebView to display your web page: http://developer.android.com/guide/webapps/index.html (i already made android version for my website) > Given this information, I would probably recommend option number two to start with. However, note that when doing this, users don't get the native look and feel of an Android app... I have seen some cases where this doesn't matter, but in a lot of cases these apps get bad reviews. my problem is that i dont know how to connect to my website using an > android application.. > That depends on which option you are going with... for example:facebook is made by PHP but it has an application that > runs on android mobile > I am 99% sure that the Facebook app went with option #1... It is a bit more expensive and time consuming to develop but generally results in better reviews and customer satisfaction. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jul 11, 2012 at 1:35 AM, TreKing <[email protected]> wrote: > On Wed, Jul 4, 2012 at 4:26 AM, John Zakaria <[email protected]>wrote: > >> my problem is that i dont know how to connect to my website using an >> android application.. >> > > Look up URLConnection. > > > ------------------------------------------------------------------------------------------------- > 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 post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

