Friday, March 30, 2012

[android-developers] Re: Database access from another android phone.

Since devices on mobile networks generally can't be reached by incoming connections, you will probably have to have a server somewhere which all the mobile clients check in with so it can forward traffic between them (possible using C2DM to get their attention).

You will have to build functionality into the app running on each device so that it can accept requests for db operations from the server.

Do think about the privacy, battery life, and data plan limit/charges implications of what you are building.

On Friday, March 30, 2012 4:15:09 AM UTC-4, Kirupa wrote:
I want to access database of an application(I know the structure of
database) from the another android phone.(every android phone has same
application same database).

--
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

No comments:

Post a Comment