10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Tamil Selvan
2k
151
5k
I need ListView code with webservice(WSDL) using Android Studio
Feb 20 2021 4:15 AM
Dear All,
I am develop Mobile App Application with webservice (C# - WSDL). I got webservice result as below.
How to show the data to ListView in android studio?
<NewDataSet>
<Table>
<Emp_num>RAM</Emp_num>
<Emp_name>INSPECTOR (FIRE)</Emp_name>
<grade>com</grade>
<intercom_new>2324</intercom_new>
<landline_new>0442323232</landline_new>
</Table>
<Table>
<Emp_num>MCR</Emp_num>
<Emp_name>OFFSITE DESK 1</Emp_name>
<grade>com</grade>
<intercom_new>6658</intercom_new>
<landline_new>044121212</landline_new>
</Table>
<Table>
<Emp_num>234121</Emp_num>
<Emp_name>OFFSITE DESK 2</Emp_name>
<grade>com</grade>
<intercom_new>6659</intercom_new>
<landline_new>04427926659</landline_new>
</Table>
<Table>
<Emp_num>021548</Emp_num>
<Emp_name>GURU</Emp_name>
<grade>E5</grade>
<Mobile>922322222</Mobile>
<intercom_new>6470</intercom_new>
<landline_new>0442222220</landline_new>
</Table>
</NewDataSet>
Thanks
Reply
Answers (
2
)
Please provide name of best notification services for android and ios
I want to stop an application for a specific date in Android app