Re: [android-developers] Re: DB location

2009-12-14 Thread Mark Murphy
Jags wrote: does that mean i wont be able to locate the db file ? On the emulator, you should have no problems. On a device, though, security restrictions will prevent you from finding it. I saw a data folder in android sdk /platforms /1.5/ but it does not follow structure after that like

Re: [android-developers] Re: DB location

2009-12-14 Thread Mark Murphy
Jags wrote: i have named it differently, i just wrote it MyID not to publish too many info in a public forum, copywright you know. :) It is more that _ID will work better if you use CursorAdapter. CursorAdapter needs a unique key named _ID. You can always rename the column in your query (SELECT

Re: [android-developers] Re: DB location

2009-12-14 Thread Mark Murphy
Jags wrote: and you dont have an answer for last part ? pk value in alarm intent ? How can it be ? Use an int extra (e.g., putIntExtra()). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in Germany, 18-22 January 2010: