[android-developers] Re: emulator is very very very slow

2013-09-11 Thread Piren
https://lh5.googleusercontent.com/-T2uMMS4ih7M/UjAULlfGCYI/ABs/gpDZq6pNKlU/s1600/untitled.jpg On Wednesday, September 11, 2013 6:47:16 AM UTC+3, drhu00 wrote: Please dowload our new Free Game Skiing Go https://play.google.com/store/apps/details?id=com.quickstartandroid.skiinggo On

[android-developers] ANT TOOLS I reinstalled for phonegap command line AND NOW NOT CAN RUN PROJ Neither netbeans nor eclipse?

2013-09-11 Thread lselwd
ant -f C:\\Users\\User\\Documents\\NetBeansProjects\\AndroidApplication4 debug Android SDK Tools Revision 22.0.0 Installed at C:\Users\User\AppData\Local\Android\android-sdk Project Name: AndroidApplication4 Project Type: Application

[android-developers] Re: AudioTrack

2013-09-11 Thread Nobu Games
From the documentation of AudioTrackhttp://developer.android.com/reference/android/media/AudioTrack.html : It allows streaming *PCM audio buffers* to the audio hardware for playback. PCM is basically uncompressed audio data. MP3 is compressed audio that's why you hear noise. You have two

Re: [android-developers] Re: AudioTrack

2013-09-11 Thread Yamusani Vinay
But how to decode mp3 file to pcm programatically On Wed, Sep 11, 2013 at 5:53 PM, Nobu Games dev.nobu.ga...@gmail.comwrote: From the documentation of AudioTrackhttp://developer.android.com/reference/android/media/AudioTrack.html : It allows streaming *PCM audio buffers* to the audio

[android-developers] how to develope a popup window class ?

2013-09-11 Thread Amit Mangal
Hi there, i want to develop a popup window class so that i could call that from any of my activity to display that popup window. also i want to add one button on that so that i could start activity from that. thanks -- You received this message because you are subscribed to the Google Groups

[android-developers] TextToSpeech issues in API 18

2013-09-11 Thread Neal Sanche
Hi All, I have this super old application called Say Time that I have been working on updating to bring it up to date. So I set my Target API to Android 4.3 (18) and the application basically stopped working reliably. Here's what seems to be happening. I have a Service which creates a

Re: [android-developers] Android Alarm Manager problems after a period of time

2013-09-11 Thread TreKing
On Wed, Sep 11, 2013 at 7:50 AM, Mark marco.vern...@gmail.com wrote: But a problem persist: the first reminders within the first about 30/40 minutes are correctly notified, while the others after this period of time don't work. I'm sorry, but that is way too much code for someone to weed

Re: [android-developers] how to develope a popup window class ?

2013-09-11 Thread TreKing
On Wed, Sep 11, 2013 at 10:23 AM, Amit Mangal forum.amit.man...@gmail.comwrote: i want to develop a popup window class so that i could call that from any of my activity to display that popup window. also i want to add one button on that so that i could start activity from that. So what is

[android-developers] What is the expected response from Google Play LVL for a user not in your “testing access” list?

2013-09-11 Thread Freddy
I've been running tests on the Google Play LVL api for Android. This article *https://support.google.com/googleplay/android-developer/answer/186378?hl=en *https://support.google.com/googleplay/android-developer/answer/186378?hl=en states the expected results of the primary developer account

Re: [android-developers] how to develope a popup window class ?

2013-09-11 Thread Amit Mangal
Problem is my popup window class shows message correct. i am having a 3 sec timer to dismiss popup. this dismiss popup is crashing my app here is my popup window class public class PopupMessage { private Context context ; SetCustomFonts customFonts ; private TextView tv_message_popup

Re: [android-developers] Re: Becoming a Top Developer

2013-09-11 Thread b0b
They state Top Developer is a badge recognizing established, respected developers for their commitment to launching high-quality and innovative apps on Android. That's clearly a statement that non-top developers are unestablished , unrespected and not committing developers with poor

Re: [android-developers] Re: Becoming a Top Developer

2013-09-11 Thread Nathan
On Wednesday, September 11, 2013 1:42:52 PM UTC-7, b0b wrote: They state Top Developer is a badge recognizing established, respected developers for their commitment to launching high-quality and innovative apps on Android. That's clearly a statement that non-top developers are

[android-developers] Re: ANT TOOLS I reinstalled for phonegap command line AND NOW NOT CAN RUN PROJ Neither netbeans nor eclipse?

2013-09-11 Thread Lew
lselwd wrote: ant -f C:\\Users\\User\\Documents\\NetBeansProjects\\AndroidApplication4 debug Android SDK Tools Revision 22.0.0 Installed at C:\Users\User\AppData\Local\Android\android-sdk Project Name: AndroidApplication4 Project Type: Application

Re: [android-developers] Becoming a Top Developer

2013-09-11 Thread Brad O'Hearne
On Sep 11, 2013, at 2:41 PM, Nathan nathan.d.mel...@gmail.com wrote: On Wednesday, September 11, 2013 1:42:52 PM UTC-7, b0b wrote: They state Top Developer is a badge recognizing established, respected developers for their commitment to launching high-quality and innovative apps on

[android-developers] Re: how to develope a popup window class ?

2013-09-11 Thread Amit Mangal
Any idea developers how to remove this crash ? On Thursday, September 12, 2013, Amit Mangal forum.amit.man...@gmail.com wrote: Problem is my popup window class shows message correct. i am having a 3 sec timer to dismiss popup. this dismiss popup is crashing my app here is my popup window class

Re: [android-developers] Re: ANT TOOLS I reinstalled for phonegap command line AND NOW NOT CAN RUN PROJ Neither netbeans nor eclipse?

2013-09-11 Thread Leonidas Savvides
Why they gone? Build tools is Ant or and...? There gone because reinstalled ant? Or may exist? I think changed env var... can you tell env var for ant? % JAVA_ANT... What else? On Sep 12, 2013 3:15 AM, Lew lewbl...@gmail.com wrote: lselwd wrote: ant -f