Back to project page vitdroid-android.
The source code is released under:
Apache License
If you think the Android project vitdroid-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.googlecode.android.widgets.DateSlider; /*from ww w .j a v a2 s . co m*/ import android.app.Activity; import android.os.Bundle; import android.util.Log; public class sample extends Activity { protected void onCreate(Bundle savedInstanceState) { //TODO Auto-generated method stub super.onCreate(savedInstanceState); setContentView(R.layout.samp); Log.d("rahul","sample executed"); finish(); } }