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 <[email protected]> wrote: > 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 shown > but for new search, internet connection is needed. > > But the real problem is that I am not able to decide what to use for the > back-end . > > On Mon, Sep 19, 2016 at 2:24 AM, Mark Phillips <[email protected] > > wrote: > >> 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 >> >> On Sun, Sep 18, 2016 at 12:29 PM, HarSh Raj Vardhan < >> [email protected]> wrote: >> >>> 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 use for a data storage. Like a >>> back-end or any server which is free and easy to use? is Google's firebase >>> good for it ? and if yes then how can it be used efficiently ? and how to >>> retrieve this data,and store too? >>> >>> Please help me as I am really short of time as this is my project. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected] >>> . >>> Visit this group at https://groups.google.com/group/android-developers. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/android-developers/b5705392-31a0-4098-a25e-ac593a6364fa% >>> 40googlegroups.com >>> <https://groups.google.com/d/msgid/android-developers/b5705392-31a0-4098-a25e-ac593a6364fa%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Android Developers" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/to >> pic/android-developers/7vsjANmx-rE/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/android-developers. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/android-developers/CAEqej2NYjk%2B9rEGW2bNJiPXyXgqNOC3GjQ >> Dhyt%3D689AAc4LMfg%40mail.gmail.com >> <https://groups.google.com/d/msgid/android-developers/CAEqej2NYjk%2B9rEGW2bNJiPXyXgqNOC3GjQDhyt%3D689AAc4LMfg%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/android-developers. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/android-developers/CAJeP_sunyXUiKMsj1BQjV3VxKUc- > U7p5khbSmn_4idMOMsh_NA%40mail.gmail.com > <https://groups.google.com/d/msgid/android-developers/CAJeP_sunyXUiKMsj1BQjV3VxKUc-U7p5khbSmn_4idMOMsh_NA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CAEqej2PH9pYvD0P-Ne7DWiQx%3DwXKL%2Bai%2Bj0CoRP5qjNhEtY91Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

