-3

I want to set this data into Textview from a Url in android.

[{"EmpName":"TARAQ TTTT","empjoin_empno":"1017","empjoin_bldgrp":"","dept_ename":"INSPECTION \u0026 VIGILANCE DEPARTMENT","dsg_ename":"CHIEF MANAGER","Manager":""}]

EKN
  • 1,886
  • 1
  • 16
  • 29

1 Answers1

0

You have to get data from URL. You can use Http client to retrieve data https://stackoverflow.com/a/13196453/5558150

or you can use retrofit and similar libraries. http://square.github.io/retrofit/

Bhuvanesh BS
  • 13,474
  • 12
  • 40
  • 66