c# - How can I Access an already existing SQLite database in mono for android -
i'm working on project application i'm creating needs include database. i've got no problems far creating own sqlite database application , accessing not problem either. problem me accessing existing database i've included in assets of application.
i've seen many examples of solutions online done copying database /files folder , used called sqliteopenhelper, seems solution. however, they've been using java far , since i'm using c# (developing in xamarin-studio uses xamarin.android a.k.a. mono android) solutions doesn't work me.
could please give me som instructions how in mono? or if other ways solve problem show me how those?
thank in advance
have tried following java guides on xamarin?.
i had lot of android/java experience before starting xamarin, , i've found of android platform classes , fields present in xamarin (with modifications include c# naming conventions camel case, enums, etc). try following guides java on xamarin project , if hit problem ask here or @ http://forums.xamarin.com/
Comments
Post a Comment