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 com.findcab.driver.activity.Signup.java

/**
 * 
 * 
 * @author yuqunfeng
 * 
 */

From source file com.unlockdisk.android.opengl.MainGLActivity.java

public class MainGLActivity extends Activity {
    public static AssetManager assetManager;
    protected CommonGLSurfaceView mGLView;
    public NotificationManager notificationManager;

    @Override

From source file com.mytalentfolio.h_daforum.CforumDetailOldBatches.java

/**
 * <p>Copyright (c) Hochschule Darmstadt. All rights reserved.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.</p>
 *
 * <p>You can redistribute and/or modify the code
 * under the terms of the GNU General Public License version 2 only, as

From source file com.commontime.plugin.notification.notification.AbstractActionClickActivity.java

/**
 * Abstract content receiver activity for local notifications. Creates the
 * local notification and calls the event functions for further proceeding.
 */
abstract public class AbstractActionClickActivity extends Activity {

From source file com.github.irib_examples.Act_JsonRequest.java

/**
 * Demonstrates how to execute <code>JsonObjectRequest</code>
 * @author Ognyan Bankov
 *
 */
public class Act_JsonRequest extends Activity {

From source file com.shearosario.tothepathandback.DisplayDirectionsActivity.java

public class DisplayDirectionsActivity extends Activity {

    /*private LatLng origin;
    private LatLng destination;*/
    private List<Marker> markers;
    private int markersIndex;

From source file com.nanosheep.bikeroute.Feedback.java

/**
 * Activity for sending feedback on a route to CycleStreets.net.
 * 
 * This file is part of BikeRoute.
 * 
 * Copyright (C) 2011  Jonathan Gray

From source file at.metalab.donarsson.screeninvader.InvadeScreen.java

public class InvadeScreen extends Activity {

    String invader = "10.20.30.40"; //TODO: Don't hard-code ip, automatically select based on connected WiFi

    @Override
    protected void onCreate(Bundle savedInstanceState) {

From source file markson.visuals.sitapp.JSONfunctions.java

public class JSONfunctions extends Activity {
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.eventlist);
    }

From source file com.privacity.MenuActivity.java

public class MenuActivity extends Activity {
    private ConexionSiabra comm;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);