[android-developers] Re: “The application xxxxxxxx (process xxxxxx) has stopped unexpectedly. Please try again .”

2009-04-23 Thread Arnaud Weber
To try catch the whole code is not a good practice but... have you tried to catch exception or throwable? It is not necesserly the system that is bugging but your thread may eventually be candidate to garbage collection if no reference is made to it and your parent thread has closed. Are you work

[android-developers] Re: How to HTTP Post

2009-04-23 Thread Arnaud Weber
"HttpClient"... look in google or in this group historical with that keyword. 2009/4/23 Moons > > Hello everyone, > I'm posting here because I searched the web and found nothing about > how to HTTP POST. > What I want to do is to access a webpage (PHP) sending data with the > POST method. > I'

[android-developers] Re: OnClickListener for a mapview never called

2009-04-23 Thread Arnaud Weber
have you tried the OnTouch event? I've not used mapView yet but a click is the action to touch and to release... i think on a mapview the proper event to catch is more a touching event than a clicking event. 2009/4/23 RodgerWilko! > > Hi, > > I have setup a OnClickListener for a mapview and find

[android-developers] Re: Need help on BroadcastReceiver::

2009-04-20 Thread Arnaud Weber
You also need to set up an intentFilter and use registerReceiver method in your context http://developer.android.com/reference/android/content/Context.html#registerReceiver(android.content.BroadcastReceiver, android.content.IntentFilter) >From what i can see your receiver send another broadcast ..

[android-developers] Re: ScrollView and Programmatically Scrolling

2009-04-19 Thread Arnaud Weber
Ok, i've found some kind of weird solution... It seems that fullScroll is inversed. As i wanted to go to the top of my view i need to call scrollView.fullScroll( > > ScrollView.FOCUS_DOWN); and to go to the bottom : scrollView.fullScroll( > > ScrollView.FOCUS_UP); ... weird... but that's work

[android-developers] Re: Flash Buttons

2009-04-17 Thread Arnaud Weber
>From what i've read, flash is not yet supported... That seems however to be in the pipe... 2009/4/17 Suman > > Hello all > > > Thanks for the greate replies once again. Now > can any one tell me like can i use flash buttons in android > application? I mean swf

[android-developers] Re: How to develop a app for android?

2009-04-17 Thread Arnaud Weber
This should be in [android-beginners] mailing list. Thanks to respect the topics of mailing lists. And follow tutorials on website. 2009/4/17 Nio > > Hi there, > I have download eclipes, ADT,Jre, Android SDk, but how to use? > I mean can i just use eclipes and import jars from Android SDK? > An

[android-developers] Re: How is android's AlertDialog layout define?

2009-04-16 Thread Arnaud Weber
look at the api demos samples. there are plenty of nice examples there. 2009/4/17 Edward Falk > > > > On Mar 23, 12:27 pm, Lucius Fox wrote: > > Can you please tell me where I can the layout xml file for > theAlertDialog? > > I try to do a 'grep for 'alert1' in all the files in the source tree,

[android-developers] Re: Problem with using DDMS to send mock gps location data!

2009-04-16 Thread Arnaud Weber
You probably live in europe like me. This bug is caused by internationalization format of the numbers : the gps input in emulator is waiting for something like 12.3456 when DDMS sends 12,3456 If you're a window user, change your internationalization settings to english and it should be fine.

[android-developers] Re: How to stop the fucking spam mail ?

2009-04-15 Thread Arnaud Weber
read one mail until the end... 2009/4/15 > > > Hi > > How can I unsubscribe this newsgroups? I recieved these spam mails > everyday. > > Why admin send the spam mail to everybody to bother us? We can see article > online. > > I have tried the unsubscribe mail but nobody to handle my cancel requ