Link to home
Start Free TrialLog in
Avatar of tf2012
tf2012

asked on

Android dev (database) question

I'm building a test app so I can understand android dev a little better.  If I have an app and I want to store the app data (user input etc) in a remote database, how is this done?  Is there some standard database connection class I can use?  I was thinking of just connecting to a remote mysql database when the user enters data.  Is this a common practice or is there some other common way of storing user data outside of the device?

Also should I cache the data locally between syncs?
ASKER CERTIFIED SOLUTION
Avatar of Jackie Man
Jackie Man
Flag of Hong Kong image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tf2012
tf2012

ASKER

great thanks!