Re: [android-developers] App having Backend to store data

2016-09-19 Thread Harsh Raj
Okay, Thank you Mark. Harsh On Mon, Sep 19, 2016 at 8:14 PM, Mark Phillips wrote: > There are a million frameworks. I like Django Rest - > http://www.django-rest-framework.org/. But there are lots of other > choices out there. > > Mark > > On Sun, Sep 18, 2016 at

Re: [android-developers] App having Backend to store data

2016-09-19 Thread Mark Phillips
There are a million frameworks. I like Django Rest - http://www.django-rest-framework.org/. But there are lots of other choices out there. Mark On Sun, Sep 18, 2016 at 10:27 PM, Harsh Raj wrote: > Yes sir , I have a solution for that , but for the first time of use the >

Re: [android-developers] App having Backend to store data

2016-09-18 Thread Harsh Raj
Yes sir , I have a solution for that , but for the first time of use the user will have to connect to the internet. So when the user will search something, The result that is coming will be be stored on the user's mobile device. And the next time when user runs the app, the stored data will be

Re: [android-developers] App having Backend to store data

2016-09-18 Thread Mark Phillips
What will happen to your app if the phone cannot connect to your server? For example, no service, no wifi, or in airplane mode? You might want to look at having local storage on the phone for the app's information and have a background task keep the local storage in sync with the server. Mark

[android-developers] App having Backend to store data

2016-09-18 Thread HarSh Raj Vardhan
Guyz , I am really a beginner. and I want to develop a android having light app with only UI and nothing will be stored in the app as static data . All its data will be stored on a server or any other place which the app will retrieve whenever needed. The problem is that i don't know what to