sqlite database help

Posted by mamila on Stack Overflow See other posts from Stack Overflow or by mamila
Published on 2010-05-22T08:45:50Z Indexed on 2010/05/22 8:50 UTC
Read the original article Hit count: 178

Filed under:
|

Hi all i have some questions regarding database in android. 1. in my project, I would like to create a database with single table. i would also like to insert data on this table from word or excel document. is it possible? if so please how can i do it? some code snippets would be of great help. 2. i have four different activities which i would like them to interact with this single table. the first is the main activity and its purpose is just to launch the other three activities according to user choice. so it has no interaction with the db. but the other three activities will read from the table whenever called. can you please tell me how to call the dbhelper on these activities. am kind of unable to do this.and am currently creating one db per each activity which is not the optimal way. any help is really appreciated and would be better if very soon tahnks

© Stack Overflow or respective owner

Related posts about android

Related posts about java