[android-beginners] Overlay multiple textviews???

2009-07-25 Thread BGH
I want to create a textview with an LCD font. But it order for it to have the authentic LCD effect it needs to have the highlighted parts of the letters black and still have the the underlying parts of the characters visible but not turned on. Is there any way I can create a textview, set it to

[android-beginners] Re: Switching layouts

2009-07-25 Thread elegos
And how can I call a non-void arguments activity? Is there a way to do that? (i.e. select an item from a ListView and pass that as argument to the new Action). Thanks On Jul 23, 6:32 am, janardhan vuruvakilina...@gmail.com wrote: package com.elegos.test; import android.app.Activity; import

[android-beginners] Re: Switching layouts

2009-07-25 Thread Mark Murphy
And how can I call a non-void arguments activity? There is no such concept as a non-void arguments activity. (i.e. select an item from a ListView and pass that as argument to the new Action). Use putExtra() on the Intent you use to start the activity, and use the corresponding get...Extra()

[android-beginners] Re: [android-begginers] Does android 1.5 work on ubuntu 9.04?

2009-07-25 Thread Mark Murphy
It definitely works, though I have not yet tried the recent 1.5r3 (I'm still on 1.5r2). I am also on 64-bit Ubuntu 9.04. Try launching the emulator outside of Eclipse and see what happens. btw, are you developing android application through eclipse? No. I've already tried to run

Re: Automatic Updates - iphone vastly superior (Was Re: [android-beginners] Re: Availability of Developer Phone.)

2009-07-25 Thread whitemice
Perhaps a Google experience phone can be upgraded over Wi-Fi? This is something I will try out the next time my phone detects an upgrade. If you have an Android Dev Phone then you can upgrade yourself over USB: http://www.htc.com/www/support/android/adp.html If you are planning on pitching in

[android-beginners] Re: I have attached example of intent.putExtra and intent.getExtras in android plz check it

2009-07-25 Thread Oliver Rennfort
, again... Android Apps Developer On Jul 24, 2009 10:53 PM, saurabh sinha saurso...@gmail.com wrote: I am getting error --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to

Re: Automatic Updates - iphone vastly superior (Was Re: [android-beginners] Re: Availability of Developer Phone.)

2009-07-25 Thread Shawn Brown
Hi, Perhaps a Google experience phone can be upgraded over Wi-Fi?  This is something I will try out the next time my phone detects an upgrade. If it works, please let me know the process so I can get the info out to anyone here who might choose to go that route -- including letting DoCoMo

Re: Automatic Updates - iphone vastly superior (Was Re: [android-beginners] Re: Availability of Developer Phone.)

2009-07-25 Thread Mark Murphy
Off ebay, I had to ship it to my mom's house [no can do to Japan]. Then she died. Will be there the week after next to pick it and her things up. Good news is I called her to ask her if she'd forward my dev phone to me. It was the last time we talked... I am sorry for your loss. -- Mark

[android-beginners] Re: .apk file failed to uploan on emulator

2009-07-25 Thread Stetze
Did you find a solution for that problem? I'm facing the same problem since a long time... On Jun 8, 10:45 pm, chinna Durai chinnadur...@gmail.com wrote: Hi, I tried to run the JetBoy sample example from SDK. When i try to run it on emulator, it gives me following error [2009-06-08 22:25:50

[android-beginners] Re: [android-begginers] Does android 1.5 work on ubuntu 9.04?

2009-07-25 Thread Kent Loobey
On Saturday 25 July 2009 03:55:21 Mark Murphy wrote: It definitely works, though I have not yet tried the recent 1.5r3 (I'm still on 1.5r2). I am also on 64-bit Ubuntu 9.04. Try launching the emulator outside of Eclipse and see what happens. btw, are you developing android application

Re: Automatic Updates - iphone vastly superior (Was Re: [android-beginners] Re: Availability of Developer Phone.)

2009-07-25 Thread Romain Guy
You can download the OTA over WiFi, yes. On Sat, Jul 25, 2009 at 4:38 AM, whitemicemarkbr...@zedray.co.uk wrote: Perhaps a Google experience phone can be upgraded over Wi-Fi?  This is something I will try out the next time my phone detects an upgrade. If you have an Android Dev Phone then

[android-beginners]

2009-07-25 Thread saurabh sinha
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to

[android-beginners] intent using parameter getting error

2009-07-25 Thread saurabh sinha
I have attached example of intent using pass parameter in android plz check it and getting run time exception while running plz check it and fix error and back send --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Re: intent using parameter getting error

2009-07-25 Thread Mark Murphy
saurabh sinha wrote: I have attached example of intent using pass parameter in android plz check it and getting run time exception while running plz check it and fix error and back send If you are going to supply a RAR file and order us to fix your code, you probably will not get any useful

[android-beginners] Re: RadioButton setTextColor doesn't work during runtime

2009-07-25 Thread niko001
Thanks very much for your help, it's working now :-)! Niko On Jul 24, 6:33 am, Romain Guy romain...@google.com wrote: R.color.red is an identifier, not the color itself. You need to call getResources().getColor(R.color.red) On Thu, Jul 23, 2009 at 9:28 PM, atharva

Re: Automatic Updates - iphone vastly superior (Was Re: [android-beginners] Re: Availability of Developer Phone.)

2009-07-25 Thread Shawn Brown
You can download the OTA over WiFi, yes. Eh? At the DoCoMo shop set up to handle the initial Android release here is Japan I asked that very question. Sorry, if that's true then it was my carrier misinformation and not a flaw in Android. I apologize. I was told no! I was told I needed to

Re: Automatic Updates - iphone vastly superior (Was Re: [android-beginners] Re: Availability of Developer Phone.)

2009-07-25 Thread Romain Guy
I cannot speak for what happens on an NTT DoComo network, but whenever my phone (on a T-Mobile US network) informs me of an available update, I switch it to WiFi to download the update faster. On Sat, Jul 25, 2009 at 3:48 PM, Shawn Brownbig.coffee.lo...@gmail.com wrote: You can download the

Re: Automatic Updates - iphone vastly superior (Was Re: [android-beginners] Re: Availability of Developer Phone.)

2009-07-25 Thread Shawn Brown
I cannot speak for what happens on an NTT DoComo network, but whenever my phone (on a T-Mobile US network) informs me of an available update, I switch it to WiFi to download the update faster. OK, thanks for the info. I'll have friends confirm if that is possible. Shawn

[android-beginners] extending ListView with an underline

2009-07-25 Thread greg
Although I'm not yet quite fully comfortable with Java or Eclipse, I thought by using the SDK ApiDemos Views/Lists/14. Efficient Adapter sample code as a starting point and the 'Modifying an Existing View Type' instructions at SDK/docs/guide/topics/ui/custom- components.html, I might be able to

[android-beginners] How to implement this simple animation ?

2009-07-25 Thread az9702
Hi, I would like to implement a simple animation using View The animation involves drawing a rectangle (w =20px, h =10px) moving from left to right at a 10px increment. I have two questions: (1) As the rect moves along, the previous drawing needs to be erased so the rect appears moving