Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Am New To Android, i have list of data which i was inserted through json webservice in sqllite database. then i want to send that list of data to webservice from android using json.. please help me anyone.. thanks in advance..
Posted
Updated 14-Apr-14 23:48pm
v2

1 solution

Hi,

First Get data from Sqlite and Store it in String. Convert This String to JSON Format . WebService "POST" Method is used to send data along with Service URL using HttpPost(Service_URL) method. For this Use RESTAPi Webservice.

Follow Few these links
http://ramsandroid4all.blogspot.in/2013/12/restjson-web-service-example-in-android.html
http://www.vogella.com/tutorials/AndroidSQLite/article.html
http://androidexample.com/Restful_Webservice_Call_And_Get_And_Parse_JSON_Data-_Android_Example/index.php?view=article_discription&aid=101&aaid=123
 
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