Re: [android-developers] Using of one application Database into another application

2013-01-30 Thread TreKing
On Thu, Jan 31, 2013 at 12:37 AM, samuel wrote: > i would like to use this database in another application for searching > and displaying the results. Do suggest any solutions. What exactly are you asking? You already have the database file, so write code to search it and display the results.

[android-developers] Using of one application Database into another application

2013-01-30 Thread samuel
I have an application which created database from a text file. I have also pulled the database from the application [data/data/package name/databases/ ] .now i would like to use this database in another application for searching and displaying the results. Do suggest any solutions. -- -- You