We want to get the remote database data into local database first and then we want to access the local database. Can you please suggest us how to approach for this with samp
Get desired data from mysql ...in the form of xml from server. Parse that xml in android and fill desired java beans inside collection. then write state of object's in collection to sqlite dataabase.