Retrieve Data from website and display in android App

I am fresher for developing Android App. i have queries.

  1. How can I retrieve website specific content and display it in android App? I don’t know where to start.

    Read More
  2. In login page Activity which contains username, password and Login button Here only registered user from website can login to it.How to do validation only for already registered user from website?

Related posts

Leave a Reply

1 comment

  1. XML-RPC WordPress API is the best place to start.

    If you go through the API, you can easily figure out that you have all operations available for you, and all you need to do is, use a xmlrpc client library for java to call those procedures. And, this library looks decent.