[android-beginners] send message(ex:location or other message) between 2 emulator

2008-08-25 Thread hoyu
thank for your help. And I have a new problem that I want to send a message(ex: location) from one emulator to the other. Can I use socket or any android api ? thanks- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] WebView loadUrl and SD card

2008-08-25 Thread Alberto
this is my class, where is the problem? the error message is the application [...] has stopped unexpectedly. HELP public class asd extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle icicle) { super.onCreate(icicle);

[android-beginners] Re: WebView loadUrl and SD card

2008-08-25 Thread Mark Murphy
Alberto wrote: this is my class, where is the problem? the error message is the application [...] has stopped unexpectedly. HELP public class asd extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle icicle) {

[android-beginners] NotepadCodeLab

2008-08-25 Thread Rodrigo Gmail
Why I can't unzip file NotepadCodLab.zip from http://code.google.com/android/intro/codelab/NotepadCodeLab.zip? tks, Rodrigo Vilaça --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To

[android-beginners] Re: Errors when trying to build an example from a guide...how can I resolve.

2008-08-25 Thread Megha Joshi
I am not sure if the plugin on this site is updated for the latest release...you can check that with the site owner... Another option is to try using Eclipse if you can.. 2008/8/24 sefs [EMAIL PROTECTED] OS: Ubuntu 8.04.1 IDE: Netbeans 6.5 Beta Addtional info: --

[android-beginners] Re: No repository found at https://dl-ssl.google.com/android/eclipse/

2008-08-25 Thread Megha Joshi
What is your Eclipse version and OS? Did you follow the steps under Troubleshooting ADT Installation section below: http://code.google.com/android/intro/installing.html 2008/8/24 LGG [EMAIL PROTECTED] Hi, While trying to install the ADT plugin, I get the following error message: No

[android-beginners] Simple View problem. can't add children to the main View?

2008-08-25 Thread Bourke Floyd IV
public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_NO_TITLE); setContentView(R.layout.main); RelativeLayout mainView = (RelativeLayout)findViewById(R.id.mainWindow); AbsoluteLayout