[android-developers] Re: Becoming a Top Developer

2013-09-10 Thread Piren
you need to befriend them harder :-) like, befriend the fuck out of them :-P meeting the right people can get you things (we got the dev reply option like a year in advance and even a free ticket to Google I/O) I think it's more of a thing where they use it to get publicity to themselves...

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

2013-09-10 Thread GuoQing Hu
Please dowload our new Free Game Skiing Go https://play.google.com/store/apps/details?id=com.quickstartandroid.skiinggo On Sep 10, 2013 6:20 PM, Marco Hernandez marcoh...@gmail.com wrote: The best you can do is develop with a real device, so you dont have to configure all that crap about ARM

[android-developers] AudioTrack

2013-09-10 Thread Yamusani Vinay
How to play mp3 song using audio track in android.I used following code but i am getting noise... InputStream in = getResources().openRawResource(R.raw.ding); try { ByteArrayOutputStream out = new ByteArrayOutputStream(