¡@

Home 

2014/10/16 ¤W¤È 08:14:59

android Programming Glossary: idprimary_key

JSON Android ListView

http://stackoverflow.com/questions/11318761/json-android-listview

properties List list new ArrayList String sql SELECT idPrimary_key kategori FROM kategori ResultSet hasil String kategori null.. hasil.next properties new Properties properties.put idPrimary_key hasil.getString 1 properties.put kategori hasil.getString 2.. Exception e return kategori And return a JSON like this idPrimary_key 21ye21 kategori FirstCategory idPrimary_key 89oy89 kategori..

JSON Android ListView

http://stackoverflow.com/questions/11318761/json-android-listview

here dbKoneksi con new dbKoneksi Statement statement Properties properties List list new ArrayList String sql SELECT idPrimary_key kategori FROM kategori ResultSet hasil String kategori null try statement con.getConnection .createStatement hasil statement.executeQuery.. .createStatement hasil statement.executeQuery sql while hasil.next properties new Properties properties.put idPrimary_key hasil.getString 1 properties.put kategori hasil.getString 2 list.add properties kategori JSONValue.toJSONString list.. properties kategori JSONValue.toJSONString list catch Exception e return kategori And return a JSON like this idPrimary_key 21ye21 kategori FirstCategory idPrimary_key 89oy89 kategori SecondCategory idPrimary_key 34ew34 kategori ThirdCategory And..