Either you will create a custom .slite db and add it to your assets and on the first install you will copy it (programmatically) to a new SQLite Database, or you will use web services and download the sqlite content only once, or when the text is updated. It is pretty easy and fast.
On Sat, Dec 1, 2012 at 3:01 PM, Salih Gündüz <[email protected]> wrote: > Web service is a good solution.But I want user can read the text when they > are offline. My apllication will show some text and user can search in this > text. > > On Sat, Dec 1, 2012 at 2:11 PM, sree android > <[email protected]>wrote: > >> will maintain server > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

