1. Create your login layout for your Android app 2. Create web services that can be accessed by your Android application... This will allow you to pass the username/password to the web service and it can give a result telling you whether it was successful or not 3. Create web services for accessing data from the website... Take that data and develop an Android app that can display it.
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 24, 2012 at 5:14 PM, George <[email protected]> wrote: > I need to to develop an app for some XYZ(can't tell) application, The app > must provide a field for username & password initially and after entering > these things it has to login if the entered data is authentic. I already > have some users registered and using the XYZ application from a website. > How do I now implement this login verification in this app which could > access data from the website and verify the authentication of the user. > > What all must be know to implement the above process. > > Thanks. > > -- > 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

