SlashDB automatically makes RESTful web services from databases so their content becomes accesible to mobile and web applications. Disclosure: I represent the company behind this product. Check it out at http://www.slashdb.com and feel free to contact us with any questions.
On Friday, November 23, 2012 9:47:38 AM UTC-5, Alexander Hoffmann wrote: > Hi everybody, > > I want to start a new project and I'm thinking about usage of an external > database. So let's explain what I want to do. > I will build an application which allows the user to store data on a > webserver's database. The second part of the project is that i want to make > a website which displays the user the data he entered. So the only problem > is what to do, if the user don't have no connection but I want to solve > this problem by saving the data into a local storage and make a > synchronization <http://www.dict.cc/englisch-deutsch/synchronization.html> if > the connection is available. > > My first question is: The Website should only show the data for the user > who entered the data so i need any login system and that what I don't know > how to do. I saw on other apps with website that say use the google account > login. Maybe that is a possiblity. I'm not sure which technology i should > use for that. ( I know some basics for php und jsp on a jboss server ) > > The second question is: Should I connect directly to the database with the > android application or should a create webservices on the server which save > the data in the database and which I call from the Android application. > > Thanks everybody. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

