This is some thing what m also working on to sync db best thing is use 
content provider using syncAdapter in android  
see one of my 
post 
http://ericmiles.wordpress.com/2010/09/22/connecting-the-dots-with-android-syncadapter/

database file size is  android.database.sqlite.SQLiteDatabase has following 
API call that returns the maximum size the database may grow to:

long getMaximumSize()

and more sqlite limits u can see http://www.sqlite.org/limits.html



On Friday, 26 October 2012 11:03:07 UTC+5:30, nageswara rao rajana wrote:
>
> Hi,
>
> In my app i should maintain a local database which contain 20 tables with 
> primary and foreign keys later it should sync with remote server database.
> I have some queries following
>
>    - I came across that foreign key constraint is not supported.
>    - Can we implement Joins.
>    - What is maximum size of database file.
>    - Do we have any api's to sync with remote database.
>
> Please help me....
>
> Thanking you,
> nageswararao.
>
>
>

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to