[android-developers] Re: Need help regarding how to use MINI_THUMB_MAGIC

2014-10-12 Thread Feisal Ras
- On Sunday, October 12, 2014 6:29:35 PM UTC-7, Feisal Ras wrote: Have you found a way to benefit from the MINI_THUMB_MAGIC column without doing a second query to access the thumbnails? On Saturday, January 2, 2010 12:06:54 PM UTC-8, CaptainSpam wrote: In an app I'm developing, I have a

[android-developers] Re: Need help regarding how to use MINI_THUMB_MAGIC

2014-10-12 Thread Feisal Ras
Have you found a way to benefit from the MINI_THUMB_MAGIC column without doing a second query to access the thumbnails? On Saturday, January 2, 2010 12:06:54 PM UTC-8, CaptainSpam wrote: In an app I'm developing, I have a need to list the images stored on the device in a Gallery widget. In a

Re: [android-developers] Digest for android-developers@googlegroups.com - 3 updates in 3 topics

2014-10-12 Thread mr . liwg
android-developers@googlegroups.com写到: UU UU UU UU UU UU=u===与 TodayU盾's topic summary 我们这边的情况是,我现在找你在帮助他们,所以不要有太多顾忌。 u7===隐隐约约隐隐约约隐隐约约隐UUi 我们这边的情况是,我现在找你在帮助他们,所以不要有太多顾忌。

[android-developers] Re: AudioRecord.read returns duplicate data

2014-10-12 Thread 'RLScott' via Android Developers
(SOLVED!) Here's what I found out. My construction of the AudioRecord object was like this: new AudioRecord(MediaRecorder.AudioSource.MIC, 22050,AudioFormat.CHANNEL_IN_MONO, AudioFormat.ENCODING_PCM_16BIT, myBufSize); where myBufSize was set to a very large 16384. And