Android Open Source - ExIm-Guide What






From Project

Back to project page ExIm-Guide.

License

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.

Java Source Code

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);
      
    }


}




Java Source Code List

com.ExIm_guide.About.java
com.ExIm_guide.Descr.java
com.ExIm_guide.Main_menu.java
com.ExIm_guide.SQLiteConnector.java
com.ExIm_guide.SQLiteHelper.java
com.ExIm_guide.SplashScreen.java
com.ExIm_guide.Statewise.java
com.ExIm_guide.What.java