Re: [android-developers] Accessing a database hosted on a server
Your reply, TreKing, reminds me of the classic joke: you ask a programmer if he knows what time it is, and he says 'yes';)
But a little more of a hint would have been quite appropriate. I take an especial interest in this because if I had been the one designing the Android database API, I like to think I would have made it a lot easier for the client programmer to use the exact same sequence (after initialization) of API calls whether the database is located on the phone or remotely accessible via (for example) HTTP. But they did not do this, and it it really not obvious how best to approach the problem.
Even many of the people answering the same question on StackOverflow admit there is no one, good solution to this problem, saying instead disappointing generalities such as "There is no easy way of connecting Android DIRECTLY to a remote database." No wonder all the answers got such low ratings!
On Thursday, October 4, 2012 12:13:15 AM UTC-7, TreKing wrote:
-- On Thursday, October 4, 2012 12:13:15 AM UTC-7, TreKing wrote:
On Mon, Oct 1, 2012 at 3:38 PM, Leandro Rodrigues <leud...@gmail.com> wrote:Is it possible to connect me to a database and insert and delete data?
Yes, this is possible.
------------------------------------------------------------ ------------------------------ -------
TreKing - Chicago transit tracking app for Android-powered devices
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home