Re: [android-developers] displaying mySQL data through JSON in a selectable list

2011-05-30 Thread Jenus Dong
use json parser lib layout property 在 2011 5 30 20:08,"B Lyon" 写道: > What exactly do you mean by "display as selectable items"? > > On Fri, May 27, 2011 at 5:05 AM, ram_droid > wrote: >> Hi, >> >> I am in the process of building an app that runs on a client device >> collecting various bits of d

Re: [android-developers] displaying mySQL data through JSON in a selectable list

2011-05-30 Thread B Lyon
What exactly do you mean by "display as selectable items"? On Fri, May 27, 2011 at 5:05 AM, ram_droid wrote: > Hi, > > I am in the process of building an app that runs on a client device > collecting various bits of data and then posting it to a remote mySQL > database via php. This part is no pr