List of usage examples for android.app Activity subclass-usage
From source file com.manning.androidhacks.hack013.MainActivity.java
public class MainActivity extends Activity { private TextView mTextView; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
From source file app.dropbox.encryption.encryptionsetup.java
public class encryptionsetup extends Activity {
SharedPreferences enckey;
SharedPreferences fileEncryptPref;
SharedPreferences acctok;
From source file org.umit.icm.mobile.gui.BugReportActivity.java
public class BugReportActivity extends Activity { private Button Report; private EditText Reporter; private EditText Subject; private EditText Description;
From source file com.osamashabrez.clientserver.json.ClientServerJSONActivity.java
public class ClientServerJSONActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main);
From source file com.example.google.touroflondon.MainActivity.java
/**
* The main activity launched on startup. This Activity handles the two
* fragments that make up this application: TourMapFragment and PoiListFragment.
* It also ensures that Google Play Services are available on startup and adds
* an option for the About dialog to the ActionBar.
*/
From source file com.github.irib_examples.Act_Cookies.java
/**
* Demonstrates how to use cookies.
* <p>
* When pressing "Execute request" app executes the request, server reads the cookie (if present), increases it with one and sends its back.
* </p>
*
From source file com.manning.androidhacks.hack036.MainActivity.java
public class MainActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main);
From source file com.app.jdy.ui.MyRecordActivity.java
/**
*
* description :
*
* @version 1.0
* @author zhoufeng
From source file com.app.jdy.ui.MyOrderActivity.java
/**
* description :?avtivity
*
* @version 1.0
* @author zhoufeng
* @createtime : 2015-1-24 ?8:56:14
From source file net.w3blog.uniwifi3.activity.ContactActivity.java
public class ContactActivity extends Activity implements TextWatcher { private EditText txtEmail; private EditText txtTitle; private EditText txtMessage; private Button btnSend;