Join Our Face book group
http://adf.ly/Xr5Ky
This Blog Deals with all type of Java related framework & technologies like Android ,Spring Framework,JSF, J2EE etc
Saturday, 19 October 2013
Thursday, 17 October 2013
Tuesday, 15 January 2013
Android Class 7:Making Our First App
Project Download Link
*************Code Of The Tutorial**************
public class MainActivity extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
Toast.makeText(getApplicationContext(), "Welcome "+
"to our first application",Toast.LENGTH_SHORT).show();
}
}
Subscribe to:
Comments (Atom)