Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi friends,

I implemented listview to show the text and images. For storage i used two types. One is using by java collection and another one is sqlite databsse. Both works fine. Now i want to store and retrieve data from remote database server. But i couldn't find that where i start my task even the server related process. Please help me achieve this task.... Thanks in Advance..
Posted

1 solution

Your best bet would be to use a web service that will act as an interface between your android application and the database. I posted a similar answer here. The web service on the article is .Net.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900