Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi

how can i read data from sql server database to android textbox ,
i create my webservice and test it , it work fine

now how can i fill value from web service to android text box

please help

What I have tried:

i create database with table called tbl1 , one column called name
publish my c# web service and test it
Posted
Updated 12-Jun-19 20:37pm

A little Google goes a long way.

Android call web service[^]

Your Android code has to call the web service and will get back a packet of data with the response. It's up to you to process that response and put the data you want in the textbox.
 
Share this answer
 
1) You can create web service which will return json object after reading data from MSSQL
Generate JSON Data Using Web Service And SQL Server Stored Procedure[^]

2) Consume Web service for your android application and parse the web service response according to your need

Android Web Service | Android Restful Web Service - javatpoint[^]
 
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