[android-beginners] Section Indexer Overlay not updating as Adapters data changes

2010-05-26 Thread skalluraya
Hi All, I have implemented Section Indexer for an Adapter class which extends BaseAdapter. Now for the first launch Section Indexer is showing an overlay correctly. But when the contents of the list gets updated the Section Overlay does not get updated and gives ArrayOutOfBoundException.

[android-beginners] Getting MIDlet version and CLDC version

2010-05-26 Thread Sudeep Jha
Hi all, How to get the MIDlet and CLDC version programmatically in android? Regards, Sudeep -- Warm Regards, Sudeep -- 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: string to double

2010-05-26 Thread niko20
Hi, Just do this Double mynewdouble = new Double(str); There are built int objects that can take string as a constructor init argument. The bad part is now you have a heavyweight object, but it works fine. If you want then you can put it into a normal double: double mydouble = mynewdouble;

[android-beginners] How to cleanly finish an activity? (activity timeouts prevent restarting an app)

2010-05-26 Thread bb13
My app (as currently designed) offers the user a menu quit option that calls finish() on the activity, where I do saving and cleanup in the onPause and onDestroy methods. When initially downloaded to the emulator things run fine, but after quitting, when I go to the apps page and click on my app

[android-beginners] Re: Getting MIDlet version and CLDC version

2010-05-26 Thread Kingcrowley
Those concepts are from Java Mobile and don't exist in Android On May 26, 12:26 pm, Sudeep Jha sudeep.neti...@gmail.com wrote: Hi all,       How to get the MIDlet and CLDC version programmatically in android? Regards, Sudeep -- Warm Regards, Sudeep -- You received this message because

[android-beginners] Re: Moving a program from one computer to another

2010-05-26 Thread Keith Williams
I found it very difficult to transfer Eclipse workspaces between computers. Checking in a project from one machine and out to another through CVS (or an equivalent) however, works great. On May 15, 4:02 pm, BobG bobgard...@aol.com wrote: I have an eclipse workspace on my laptop, my desktop at

Re: [android-beginners] Re: string to double

2010-05-26 Thread Faust Nijhuis
2010/5/26 niko20 nikolatesl...@yahoo.com Hi, Just do this Double mynewdouble = new Double(str); There are built int objects that can take string as a constructor init argument. The bad part is now you have a heavyweight object, but it works fine. If you want then you can put it into a

Re: [android-beginners] Path Finder

2010-05-26 Thread Ali Murtaza
hi I need to find the path between two locations. On Tue, May 25, 2010 at 9:10 PM, TreKing treking...@gmail.com wrote: On Tue, May 25, 2010 at 7:30 AM, Ali Murtaza mralimurt...@gmail.comwrote: I want to prepare a path finder application What is a path finder application ??

Re: [android-beginners] Path Finder

2010-05-26 Thread TreKing
On Wed, May 26, 2010 at 11:36 AM, Ali Murtaza mralimurt...@gmail.comwrote: I need to find the path between two locations. OK. Good luck. and i still unable how to create it.. What have you tried Anything??? If any body has a tutorial please reffer me. Did you try Google?

Re: [android-beginners] Path Finder

2010-05-26 Thread Ali Murtaza
can you give me any guideline? On Wed, May 26, 2010 at 9:54 PM, TreKing treking...@gmail.com wrote: On Wed, May 26, 2010 at 11:36 AM, Ali Murtaza mralimurt...@gmail.comwrote: I need to find the path between two locations. OK. Good luck. and i still unable how to create it.. What have

Re: [android-beginners] Path Finder

2010-05-26 Thread TreKing
On Wed, May 26, 2010 at 12:00 PM, Ali Murtaza mralimurt...@gmail.comwrote: can you give me any guideline? What have you tried Anything??? Did you try Google - TreKing - Chicago transit

[android-beginners] MovieViewControl unable to become a receiver during Broadcast.

2010-05-26 Thread Paulina
Hi! I'm currently trying to catch a broadcast message with the MovieViewControl class, already added the filter in the Gallery's manifest: receiver android:name=MovieViewControl intent-filter action android:name=android.media.AUDIO_BECOMING_NOISY/ /intent-filter /receiver

[android-beginners] IQ Magazine -- special Android edition

2010-05-26 Thread Robert P. J. Day
http://iqmagazineonline.com/current/ rday -- Robert P. J. Day Waterloo, Ontario, CANADA Linux Consulting, Training and Kernel Pedantry. Web page:

[android-beginners] Re: string to double

2010-05-26 Thread niko20
Ah, I missed that you were saying there was a comma in the decimal Yes, you have to replace it, no way around that. I ran into that same thing as well. Android doesnt handle that correctly automatically -niko On May 26, 11:11 am, Faust Nijhuis faustnijh...@gmail.com wrote: 2010/5/26 niko20

[android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread Indicator Veritatis
Well, it depends on your understanding of the concept of 'success';) Seriously: the reason for the test you ripped out is that Java 6 introduced a change in the way '@Override' is interpreted, one that does not mesh well with the way Android wants to use it. So you have stuff that compiled, but

Re: [android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread Robert P. J. Day
On Wed, 26 May 2010, Indicator Veritatis wrote: Well, it depends on your understanding of the concept of 'success';) normally, it starts with a build that completes. :-) but i'm willing to be educated on what might go horribly wrong since it's been a while since i've used java and i'm

Re: [android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread Robert P. J. Day
On Wed, 26 May 2010, Indicator Veritatis wrote: Did any of the warnings have anything to do with methods being re- defined? if you're curious, i posted the entire build output at http://pastebin.com/Pa6zDRq3. rday --

[android-beginners] Google Map Key issue please help

2010-05-26 Thread Ali Murtaza
Hi I use this code to get the finger print in android emulator i got message keystore: permission denied So please help me. It realy urgent $ keytool -list -alias androiddebugkey \ -keystore path_to_debug_keystore.keystore \ -storepass android -keypass android -- Ali Murtaza BCSF06M021

Re: [android-beginners] Path Finder

2010-05-26 Thread Ali Murtaza
Yap i try and i am struct in getting API key i again send a post please view it On Wed, May 26, 2010 at 10:10 PM, TreKing treking...@gmail.com wrote: On Wed, May 26, 2010 at 12:00 PM, Ali Murtaza mralimurt...@gmail.comwrote: can you give me any guideline? What have you tried

Re: [android-beginners] Path Finder

2010-05-26 Thread TreKing
On Wed, May 26, 2010 at 2:15 PM, Ali Murtaza mralimurt...@gmail.com wrote: Yap i try What have you tried - TreKing - Chicago transit tracking app for Android-powered devices

[android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread davemac
I don't want to rain on your parade, but the output header says 2.1- update1 and ECLAIR. There's no mention of Froyo or 2.2 anywhere in your output. You sure you're working with Froyo? - dave On May 26, 3:10 pm, Robert P. J. Day rpj...@crashcourse.ca wrote: On Wed, 26 May 2010, Indicator

Re: [android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread Robert P. J. Day
On Wed, 26 May 2010, davemac wrote: I don't want to rain on your parade, but the output header says 2.1- update1 and ECLAIR. There's no mention of Froyo or 2.2 anywhere in your output. You sure you're working with Froyo? i'd noticed that, but i'm simply following the instructions here:

[android-beginners] Please consider submitting your mobile-for-good ideas

2010-05-26 Thread Alex Steed
Hello, We're super excited to introduce Change Connections, an initiative by The Feast social innovation conference in collaboration with Nokia. http://feastongood.com We've just launching change-connections.com, an online open innovation forum based in serious play around serious issues. The

[android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread natediddy
There's no way you compiled 2.2 man, sorry. The source for Froyo is not out yet. Only Eclair. On May 26, 4:27 pm, Robert P. J. Day rpj...@crashcourse.ca wrote: On Wed, 26 May 2010, davemac wrote: I don't want to rain on your parade, but the output header says 2.1- update1 and ECLAIR.

[android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread natediddy
And another thing, no where at the android developer site you linked to says nothing about froyo. This command: $ repo init -u git://android.git.kernel.org/platform/manifest.git Will get the source for all android platforms (everything up to eclair) To get a specific branch, you would do this:

[android-beginners] Re: building the entirety of android 2.2 on ubuntu 10.04

2010-05-26 Thread {n8}
Sorry to triple post! This is the last I promise... I was just commenting that you can in fact build Android using Java6 or Java5 completely fine. Cyanogen and his team fixed the Java6 issue. Just use his android_build source from github.com/cyanogen instead of the platform_build straight from

[android-beginners] Re: Installing large size apk applications gives error

2010-05-26 Thread skalluraya
Thanks for the replies I am planning of implementing of downloading the assets or media files to SDCard after the application is installed. Just wanted to know. Does Android market provide any provision to link the assets to apk files. I mean when the apk gets installed the assets also should