Back to project page ExIm-Guide.
The source code is released under:
GNU General Public License
If you think the Android project ExIm-Guide 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.ExIm_guide; /* w w w.ja v a 2 s .c om*/ import android.app.Activity; import android.os.Bundle; import android.widget.ListView; import com.ExIm_guide.R; public class What extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_itchs); } }