Re: [android-developers] New project with online database

2016-03-19 Thread sardar khan
AsyncTask On Sun, Mar 20, 2016 at 1:08 AM, Anwar Saiah wrote: > I'm working on an app that should retreive some data from a web stored > database. Then this data will be maintained manipulated and such.. > I thought that it would best if I built a java class in my

[android-developers] New project with online database

2016-03-19 Thread Anwar Saiah
I'm working on an app that should retreive some data from a web stored database. Then this data will be maintained manipulated and such.. I thought that it would best if I built a java class in my android project to hold an object(Student) that will hold the data. Then another class Students

[android-developers] New project with online database

2016-03-19 Thread Anwar Saiah
I'm working on an app that should retreive some data from a web stored database. Then this data will be maintained manipulated and such.. I thought that it would best if I built a java class in my android project to hold an object(Student) that will hold the data. Then another class Students