Vaughan try http://developer.android.com/guide/topics/data/data-storage.html#db There is plenty of info on the4 Android developer's site.
On Sunday, August 19, 2012 1:22:31 AM UTC+10, Vaughn Clement wrote: > > Hi > > I am just getting started with Android development and I want to use a > database. Is there a place where I can find info about using a database in > apps? > > Thank you > > Vaughn Clement > > Apps by Vaughn Clement > http://www.appsbyvaughnclement.com/tools/ > Skype: vaughn.clement > Ph. 928-254-9062 > > > > On Sat, Aug 18, 2012 at 8:19 AM, Przemyslaw Wegrzyn > <[email protected]<javascript:> > > wrote: > >> >> Take a look at Google Play licensing library, it is a good example of >> AES-based obfuscation. >> >> Search for AESObfuscator here >> http://developer.android.com/guide/google/play/licensing/adding-licensing.html >> >> BR, >> Przemek >> >> >> On 08/18/2012 03:06 PM, William Ferguson wrote: >> >> Thanks Nikolay, that makes sense. >> >> Kostya, you mean obfuscate each field value independently (and yes I >> prefer to use a DB that writing my own file format). I haven't found any >> examples that do that. To which library are you referring? Have you got a >> URL to an example? >> >> William >> >> On Saturday, August 18, 2012 9:39:37 PM UTC+10, Nikolay Elenkov wrote: >>> >>> >>> On Aug 18, 2012 8:21 PM, "Kostya Vasilyev" <[email protected]> wrote: >>> > >>> > You obfuscate the values before storing them regular Android storage >>> mechanisms (shared preferences or a database). I believe there is an >>> example in the library. >>> > >>> > >>> >>> You can also use obfuscated names for the tables and column names like >>> 'a', 'b'' etc. >>> >> -- >> 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]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> 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]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> 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

