Example usage for android.app Activity subclass-usage

List of usage examples for android.app Activity subclass-usage

Introduction

In this page you can find the example usage for android.app Activity subclass-usage.

Usage

From source file net.idlesoft.android.apps.github.activities.BranchesList.java

public class BranchesList extends Activity {
    private static class GetBranchesTask extends AsyncTask<Void, Void, Void> {
        BranchesList activity;

        @Override
        protected Void doInBackground(final Void... params) {

From source file net.gpii.android.listener.activity.NfcListenerActivity.java

public class NfcListenerActivity extends Activity {
    private ProgressBar progressView;
    private TextView statusTextView;

    @Override
    protected void onCreate(Bundle savedInstanceState) {

From source file com.m039.magnifier.BaseActivity.java

/**
 * 
 *
 * Created: 10/01/12
 *
 * @author Mozgin Dmitry

From source file com.mikecorrigan.trainscorekeeper.ActivityNewGame.java

public class ActivityNewGame extends Activity {
    private final static String TAG = ActivityNewGame.class.getSimpleName();
    private final static boolean VERBOSE = false;

    public final static String EXTRA_KEY_GAME_SPEC = "spec";

From source file net.networksaremadeofstring.pulsant.portal.CreateTicket.java

public class CreateTicket extends Activity {
    PortalAPI API = new PortalAPI();
    int TicketID = 0;
    ProgressDialog dialog;
    String Subject, Message = "";

From source file com.lvlstudios.android.gtmessage.ShareLinkActivity.java

/**
 * Invoked when user selects "Share page" in the browser. Sends link
 * to AppEngine server.
 */
public class ShareLinkActivity extends Activity implements Handler.Callback {
    private static final int TOAST_MSG = 0;

From source file com.example.jk.restaurantproject.AdministratorEnrollActivity.java

/**
 * Created by JK on 2015. 11. 30..
 */
public class AdministratorEnrollActivity extends Activity {

    EditText id, passwd, resname, licenseNumber, ownerName, phoneNum;

From source file edu.cwru.apo.News.java

public class News extends Activity implements AsyncRestRequestListener<Methods, JSONObject> {

    TextView text;

    @Override
    public void onCreate(Bundle savedInstanceState) {

From source file com.example.testwebservice2.TestWebserviceActivity.java

public class TestWebserviceActivity extends Activity {
    private TextView showTextView;
    private static final String URL = "http://180.166.29.82:8080/TTPOS/sales.asmx?wsdl";

    private static final String WPCharset = "UTF-8";
    private static final String XmlContentType = "application/soap+xml";

From source file com.google.android.apps.chrometophone.ShareLinkActivity.java

/**
 * Invoked when user selects "Share page" in the browser. Sends link
 * to AppEngine server.
 */
public class ShareLinkActivity extends Activity implements Handler.Callback {
    private static final int TOAST_MSG = 0;