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

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -