[android-developers] Re: Using RatingBar as Fav with one star

2011-04-05 Thread Jonas Alves
Use a CompoundButton. On Apr 5, 2:57 am, ramindroid singhramin...@gmail.com wrote: Any update on this? On Apr 4, 7:35 pm, ramindroid singhramin...@gmail.com wrote: Hi, I tried implementing the Favourite functionaity for any Contacts using the RatingBar (having one Star). I set the

[android-developers] Re: http client connect timeout

2009-11-02 Thread Jonas Alves
It does work fine here. My target is 1.5. What's yours? On Nov 1, 3:28 pm, Andrei gml...@gmail.com wrote: Thank you Firstly your code sets read/write timeout, not connect Secondly if done right it does same thing as my sample Thirdly I tried it does not work On Nov 1, 10:03 am, Jonas

[android-developers] Re: http client connect timeout

2009-11-01 Thread Jonas Alves
HttpClient httpClient = new DefaultHttpClient(); httpClient.getParams().setParameter(http.socket.timeout, new Integer(3000)); // milliseconds On Oct 31, 10:55 pm, Andrei gml...@gmail.com wrote: I try to set timeout for apache http client like this    

[android-developers] Re: Duplicated permissions in Developer Console

2009-10-12 Thread Jonas Alves
Thanks ;) On Oct 12, 4:25 pm, James Yum j...@google.com wrote: Hi Jonas, It's a bug in the publisher site. The users won't see the duplication. Cheers, James On Sun, Oct 11, 2009 at 12:59 PM, Jonas Alves jona...@gmail.com wrote: In my app's page, it shows: - This apk

[android-developers] Android Market Locations missing Brazil

2009-10-11 Thread Jonas Alves
Hello, Why the Android Market Developer Console doesn't show Brazil in the Locations list? There's almost one month since the first Android device (Samsung Galaxy) arrived in there... And it has Android Market! --~--~-~--~~~---~--~~ You received this message

[android-developers] Duplicated permissions in Developer Console

2009-10-11 Thread Jonas Alves
In my app's page, it shows: - This apk requests 4 permissions that users will be warned about 'android.permission.INTERNET' 'android.permission.RECORD_AUDIO' android.permission.INTERNET android.permission.RECORD_AUDIO - Is this being show to users when they install the

[android-developers] Re: ADC2 Submission List

2009-10-07 Thread Jonas Alves
+1... but FireBug did the trick ;) On Oct 7, 10:06 am, Jason Van Anden jason.van.an...@gmail.com wrote: +1 On Wed, Oct 7, 2009 at 4:40 AM, Michael push0...@gmail.com wrote: Hi Tom, i received the following error: There were problems with the following fields:    * Url is too long

[android-developers] Re: Extensible Apps with Scripting or Bytecode Downloading

2009-09-29 Thread Jonas Alves
Have you tried jRuby? JRuby 1.2 RC1 Released, Initial support for Android: http://www.infoq.com/news/2009/02/jruby12rc1-android-support On Sep 29, 8:14 am, Miguel Paraz mpa...@gmail.com wrote: Hi, I'm looking into a solution that needs apps to be dynamically extensible. One way could be an

[android-developers] Move widget programatically

2009-09-25 Thread Jonas Alves
Hello all, Is it possible to programatically move a widget through the home screen? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Feedback on my application

2009-09-08 Thread Jonas Alves
Hello all... I'm developing an application... I'll be very happy if you guys could test it and give feedback. It's called WorldSpeak! The users can search for and listen to words in many languages. It was made for traveling people and students, who don't master a language. (ie: an american

[android-developers] MediaPlayer: Prepare failed.: status=0xFFFFFFFC

2009-05-11 Thread Jonas Alves
Hi all... I'm having really trouble there. When I attempt to play a sound file I have just recorded using MediaRecorder, it fails when I call myMediaRecorder.prepare(). The LogCat gives me: Prepare failed.: status=0xFFFC That's what I'm doing: String path =