[android-beginners] Re: Hello world on Android

2008-11-06 Thread Vishal Srivastava
Hi Sunit, Yes, I waited for a long time. This is what comes up 1. android... (at launch) 2. Animated ANDROID and android logo 3. Screen with following - Android, charging, Current Time, Screen Locked(Press Menu to Unlock) 4. On click of Menu - Process com.android.phone is not responding. 2

[android-beginners] Re: Hello world on Android

2008-11-06 Thread Sunit Katkar
Seems to be nothing wrong... The Hello Word application just prints Hello on the top. So I think your application is running. Try changing the string to something else like Hi There and try. On Thu, Nov 6, 2008 at 4:19 PM, Vishal Srivastava [EMAIL PROTECTED]wrote: Hi Sunit, Yes, I waited for

[android-beginners] Re: Hello world on Android

2008-11-06 Thread Vishal Srivastava
Thanks Sunit. I got it. I was doing setTag() instead of setText(). On Thu, Nov 6, 2008 at 7:29 PM, Sunit Katkar [EMAIL PROTECTED] wrote: Seems to be nothing wrong... The Hello Word application just prints Hello on the top. So I think your application is running. Try changing the string to

[android-beginners] Re: Hello world on Android

2008-11-06 Thread Thaw
Hi, let try with the following coding, goodluck! public class HelloAndroid extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); TextView tv = new TextView(this);