hi can you give me solution i had made application which use sqlite database when i run .apk file on android based mobile it not run in mob.... cant fetch data .. can you tell me where i store test.db file
On Sun, Apr 28, 2013 at 12:22 PM, <[email protected]>wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/android-developers/topics > > - HLS audio and getDuration / seekTo > strangeness<#13e4f6dc3f1a7fd8_group_thread_0>[5 Updates] > - Questions when querying recurring events in > CalendarContracts.Instances <#13e4f6dc3f1a7fd8_group_thread_1> [1 > Update] > - Maps api key v1? <#13e4f6dc3f1a7fd8_group_thread_2> [2 Updates] > - How to create JAR libs in Android <#13e4f6dc3f1a7fd8_group_thread_3>[1 > Update] > - Paper Folding animation <#13e4f6dc3f1a7fd8_group_thread_4> [1 Update] > - gradle build with custom views <#13e4f6dc3f1a7fd8_group_thread_5> [1 > Update] > - 2 Media players can not run > simulateneously<#13e4f6dc3f1a7fd8_group_thread_6>[2 Updates] > - Custome widget analog clock <#13e4f6dc3f1a7fd8_group_thread_7> [1 > Update] > - Regarding Android SQlite NDK <#13e4f6dc3f1a7fd8_group_thread_8> [1 > Update] > > HLS audio and getDuration / seekTo > strangeness<http://groups.google.com/group/android-developers/t/259f5b779169b124> > > Larry Meadors <[email protected]> Apr 27 01:45PM -0600 > > I'm trying to play an hls audio stream, and start playback at a > specific > point in the stream. It's an audio book, and in trying to resume where > it > was stopped the last time the app was used. > > ...more<http://groups.google.com/group/android-developers/msg/53a2f56dea213d48> > > > bob <[email protected]> Apr 27 06:35PM -0700 > > Did you call *prepare*() before you called seekTo? > > Maybe post a snippet? > > Thanks. > > > On Saturday, April 27, 2013 2:45:33 PM UTC-5, Larry Meadors wrote: > > ...more<http://groups.google.com/group/android-developers/msg/8f0c4e7922ea0361> > > > Larry Meadors <[email protected]> Apr 27 09:10PM -0600 > > Yes, I call prepareAsync after I register a OnPreparedListenter - this > is happening after that gets triggered (as a test, in the onPrepared > method, I log the duration: It's zero there, too). > > ...more<http://groups.google.com/group/android-developers/msg/cee722d1d67868da> > > > bob <[email protected]> Apr 27 08:27PM -0700 > > Why are you using HTTP Live Streaming for pre-recorded audio? > > This doesn't sound like the best tool for the job. > > Thanks. > > > On Saturday, April 27, 2013 10:10:55 PM UTC-5, Larry Meadors wrote: > > ...more<http://groups.google.com/group/android-developers/msg/5cda01de5c4c3bee> > > > Larry Meadors <[email protected]> Apr 27 11:54PM -0600 > > Because downloading a 12 hour audiobook is not exactly a good user > experience. > > Hls allows them to have the experience of having it locally without the > massive download. > > Larry > > ...more<http://groups.google.com/group/android-developers/msg/b1ada871367fd8bf> > > Questions when querying recurring events in > CalendarContracts.Instances<http://groups.google.com/group/android-developers/t/979a5d2ec389c2d9> > > littledot <[email protected]> Apr 27 08:30PM -0700 > > Hello AD, > > I'm having some trouble querying CalendarContracts.Instances. > > It seems that the Events table is updated immediately when a recurring > event is created, however, Android does not > ...more<http://groups.google.com/group/android-developers/msg/1b3631c8c5288a78> > > Maps api key > v1?<http://groups.google.com/group/android-developers/t/476770096c82dd34> > > user123 <[email protected]> Apr 27 04:01PM -0700 > > I have a key but for the debug keystore. That is what I was using > during > development. I didn't know that I need a new key for the release > keystore. > Probably I just missed that information - or > ...more<http://groups.google.com/group/android-developers/msg/f04cb8251aaf3ee0> > > > user123 <[email protected]> Apr 27 04:05PM -0700 > > I have a key but for the debug keystore. That is what I was using > during > development. I didn't think about that I need a new key for the > release > keystore. Or probably I let it for later (don't > ...more<http://groups.google.com/group/android-developers/msg/d5be3c2dfa941ad> > > How to create JAR libs in > Android<http://groups.google.com/group/android-developers/t/8624018be1fe9207> > > mbarbiero <[email protected]> Apr 27 01:27PM -0700 > > Em quarta-feira, 24 de abril de 2013 09h42min52s UTC-3, mbarbiero > escreveu: > > ...more<http://groups.google.com/group/android-developers/msg/155af2ee8cccc665> > > Paper Folding > animation<http://groups.google.com/group/android-developers/t/8939389d555e4a37> > > Dan <[email protected]> Apr 27 12:22PM -0700 > > On Friday, April 26, 2013 4:16:44 PM UTC-4, Lew wrote: > > > Code that you convert for work was not written to teach you a moral > lesson. > > Perhaps you are being intentionally thick headed (in an > ...more<http://groups.google.com/group/android-developers/msg/a3bf2b393514f370> > > gradle build with custom > views<http://groups.google.com/group/android-developers/t/aa759539a26116dc> > > Xavier Ducrohet <[email protected]> Apr 27 10:46AM -0700 > > Can you explain how they are different? > > Also when you build with Gradle, we merge the resources manually from > different sources (libraries, main project res folder(s), build > types/flavors > ...more<http://groups.google.com/group/android-developers/msg/3dc4148ff46edfe6> > > 2 Media players can not run > simulateneously<http://groups.google.com/group/android-developers/t/37088609a3a7a399> > > Shashidhar <[email protected]> Apr 27 03:57PM +0530 > > Hi, > I am trying to run a video(with audio - using surfaceview approach to > play > video) and a separate another audio file in the same activity. For > this, I > am creating 2 media player objects. > ...more<http://groups.google.com/group/android-developers/msg/5577fbbad474d27e> > > > bob <[email protected]> Apr 27 10:20AM -0700 > > That's really strange as MediaPlayer.java doesn't have anywhere near > 4528 > lines: > > ...more<http://groups.google.com/group/android-developers/msg/41811c8f198f1424> > > Custome widget analog > clock<http://groups.google.com/group/android-developers/t/ebeecf567ea8f359> > > Mady Zaid <[email protected]> Apr 27 05:12PM +0300 > > why you think i'm spamming the group - it's something developers must > share > code. i started a new thread as you said so why you think this is a > spam, > why you follow me just stop viewing my posts you > ...more<http://groups.google.com/group/android-developers/msg/7f2535f1cebd31d8> > > Regarding Android SQlite > NDK<http://groups.google.com/group/android-developers/t/977d1368fb7ca573> > > prasanth <[email protected]> Apr 27 01:13PM +0530 > > Hi All, > > I am creating a library in the Android middleware which needs to use > Sqlites methods for creating/editing/querying etc. I was going through > a > project on > ...more<http://groups.google.com/group/android-developers/msg/3cc0c21862548837> > > You received this message because you are subscribed to the Google Group > android-developers. > You can post via email <[email protected]>. > To unsubscribe from this group, > send<[email protected]>an empty message. > For more options, > visit<http://groups.google.com/group/android-developers/topics>this group. > > -- > -- > 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 unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

