0

I have an application in android which is it will take database on website. I already created HttpGet, HttpURLConnection, and HttpClient in my coding, is that enough? and how to start select data on my website database?

2 Answers 2

1

I recently just learned how to download and parse data (XML and JSON) from a website in android. I'd highly recommend reading this article

http://www.ibm.com/developerworks/xml/library/x-andbene1/

it's quite thorough and explains the concepts really well.

Sign up to request clarification or add additional context in comments.

Comments

1

I would suggest looking at gson (Google's JSON library). It's really pretty easy to use, and reasonably well documented.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.