android - Display received data from .php script in ListView -
how put data database table in listview using android code.
this php code, need android code this:
$your_querry="select * member "; $query=mysql_query($your_querry); $list=array(); while($row=mysql_fetch_assoc($query)) { $list[]=$row; } echo json_encode($list);
for question use jsonparser.java , listadapter.java ,
if listview contain image recommend use
1-memorycache.java. 2-filecache.java. 3-imageloader.java. 4-utils.java. that's think
Comments
Post a Comment