Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
how do i connect to a data base using mono android ,i am now using mono with an emulator,i need to store images and data in a database and retrieve it .how do i do that?
Posted
Comments
merridus 10-Feb-12 4:39am    
Do you intend on storing the data locally on the device or in a database running on a server somewhere?
rajasankar1 14-Feb-12 0:13am    
thank you man,for now in the device

1 solution

http://www.gregshackles.com/2011/02/using-a-database-in-monodroid-applications/[^]

This blog post talks about using the SQLite functionality in Android, examples used in the blog post can be checked out from Github[^]

Hope this helps you get started.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900