[android-beginners] Android and raw sockets

2008-06-17 Thread jpmaenpa
Is it possible to access raw sockets (i.e. sockets allowing direct access to IP packet's header) from a Java application in Android? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to

[android-beginners] Re: Mock GPS and proximity alerts.

2008-06-17 Thread psaltamontes
I don't know what the ... option is. If you need specific help with TourIt, please contact me off-list. Sorry, I have been confused. I wanted to say that when I select Show list option I see a white screen. I load the velo location provider but the list is empty. I suppose that when I select

[android-beginners] Re: debugging..

2008-06-17 Thread jdavidandroid
Hi Sylvester. What do you want to use the System.out.print statement for? Is it to print messages? If so, you can use the showAlert function (i.e.: showAlert(title, 0, Message, Accept, false);). If you want to print something for debuggin purposes, you can use the Eclipse Debugger, which works

[android-beginners] Re: Need Help To Start From

2008-06-17 Thread jdavidandroid
Hi. I strongly suggest executing the API demo within the emulator and then taking a close look of the source code. API demo comes with emulator, but you can check all the examples by categories in: http://code.google.com/android/samples/ApiDemos/index.html. I think studying the Views category