package com.example.helloandroid;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
public class HelloAndroid extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
TextView tv = new TextView(this);
tv.setText("Hello, Android");
setContentView(tv);
}
}
All the question that scared me now i am trying to scare them .. so that they cant scare others :)
Wednesday, June 29, 2011
Android Hello World Program
Subscribe to:
Post Comments (Atom)
Featured Posts
Stay Safe from Banking Frauds – An Awareness Initiative by Indian Banks
🛡️ Stay Safe from Banking Frauds – An Awareness Initiative by Indian Banks In today’s digital era, banking has become faster, smarter,...

-
Configuration config = HBaseConfiguration.create(); Job job = new Job(config,"ExampleReadWrite"); job.setJarByClass(MyReadWriteJo...
-
Use the following function which is built in percentile(BIGINT col, p) and set p to be 0.5 and will calculate the median credit : ...
No comments:
Post a Comment
Thank you for Commenting Will reply soon ......