Re: [android-beginners] Re: onClickListener of a view

2010-03-24 Thread Luca Bedogni
I tried also with other layouts but the problem remains. I think I have to change approach, but I don't know how. The code isn't a problem, but I don't have it here but at home. -- Luca Bedogni Freelance Web Developer http://www.lucabedogni.it On Wed, Mar 24, 2010 at 3:31 AM, murali raju

[android-beginners] Re: ROAMING on Android, has anyone ever worked with it???

2010-03-24 Thread Gustavo
So... after spending some time reading the documentation I could figured that out! I realized that I was trying to work with the wrong classes... here is a sample code that I placed in my onCreate method to check the roaming status: Java: TelephonyManager tm =

[android-beginners] How to update album art in MediaStore?

2010-03-24 Thread Liviu Ungureanu
Hi! I want to update the cover image of an album with one downloaded from internet. I have the new path of the new image file(the image is already saved on my sdcard) but i can't figure how to update the album art.. Thank yout! -- You received this message because you are subscribed to the

[android-beginners] spinner question

2010-03-24 Thread Michael Dorin
If I make a spinner and display it, it shows up great. If i changed the adapter under it...The new values show up in the spinner...but the 'un-spun' displayed spinner is twice as tall and has one of those circle selection icons in it when displayed. If I select it, it seems to show up fine, but

Re: [android-beginners] How to cancel Android Market developer account

2010-03-24 Thread TreKing
Hi, I just responded to your post on the Market Support Forum as well. On Tue, Mar 23, 2010 at 11:07 PM, david2 enki1...@gmail.com wrote: I tried to sign up for Android market developer account and google used the wrong google id. What do you mean they used the wrong ID? Is there any

Re: [android-beginners] How to cancel Android Market developer account

2010-03-24 Thread Greg Donald
On Tue, Mar 23, 2010 at 11:07 PM, david2 enki1...@gmail.com wrote: Is there any support? Google doesn't do support. -- Greg Donald destiney.com | gregdonald.com -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging

[android-beginners] listview item get invisible

2010-03-24 Thread manigault
How can i find when an item in listview get out of screen during scroll. I am using resources for each item in listview and i want when the item get invisible to free the resources. Thanks -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW!

Re: [android-beginners] listview item get invisible

2010-03-24 Thread Mark Murphy
manigault wrote: How can i find when an item in listview get out of screen during scroll. I am using resources for each item in listview and i want when the item get invisible to free the resources. Thanks Extend your adapter to override bindView() (CursorAdapter) or getView (ArrayAdapter).

Re: [android-beginners] spinner question

2010-03-24 Thread TreKing
On Wed, Mar 24, 2010 at 8:45 AM, Michael Dorin bsddo...@gmail.com wrote: If I make a spinner and display it, it shows up great. Great! If i changed the adapter under it...The new values show up in the spinner... OK, cool. but the 'un-spun' displayed spinner is twice as tall and has

[android-beginners] How to get a list of all the possible branches

2010-03-24 Thread BuckeyeDroid
Can someone please tell me how to get a list of all the possible Android branches? Thanks, BD -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at

[android-beginners] Re: onClickListener of a view

2010-03-24 Thread Kitzy
I think with whatever you use, you are ataching a view to a layout and not to a point on the screen. You may have to look at the drawable class, and create an ovel but not a view. -Kitzy On Mar 24, 1:01 am, Luca Bedogni bedogni.l...@gmail.com wrote: I tried also with other layouts but the

[android-beginners] the process android.process.media has stopped unexpectedly

2010-03-24 Thread Mr. sakthi
hi when starting up the android, i get the error message window the process android.process.media has stopped unexpectedly. please try again. so i can't execute the application. Hw i can overcome this pblm. plz help me. Thank you. -- You received this message because you are subscribed

[android-beginners] LGPL Library Source Distribution in Marker Apps

2010-03-24 Thread Torch
When I use an LGPL library such as the jTDS JDBC driver in my application and release it on the market, how am I supposed to include the source code of the LGPL library? -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and

Re: [android-beginners] the process android.process.media has stopped unexpectedly

2010-03-24 Thread Justin Anderson
Look at the logcat output... -- There are only 10 types of people in the world... Those who know binary and those who don't. -- On Wed, Mar 24, 2010 at 10:18