如何检索特定记录并在listview Android中显示其详细信息

时间:2016-05-19 07:42:41

标签: android android-studio

我有一个名为userinfo的表,其中包含rollno,name,fullname,fathername等列 我想检索一个特定的rollno并在#using the default 1000000 loops using 'message' <function readline1 at 0x100756f28> 11.225649802014232 <function readline2 at 0x1057e3950> 14.838601427007234 <function readline3 at 0x1057e39d8> 11.693351223017089 中显示他的详细信息。我正在使用Android studio进行编码。

listview

1 个答案:

答案 0 :(得分:0)

使用post方法创建Rest API并使用参数rollno。在android中使用这个api时设置一个特定的rollno。通过这种方式,您将获得特定rollno的所有记录。对于Http请求使用loopj库和解析使用gson库。两者都是Web API的最佳选择。