List of usage examples for android.app ListActivity subclass-usage
From source file io.samsungsami.example.SAMInBLEws.SAMIDeviceActivity.java
public class SAMIDeviceActivity extends ListActivity { private static final String TAG = "SAMIDeviceActivity"; private TextView mWelcome; private TextView mInstruction; private Button mNewDeviceButton;
From source file nya.miku.wishmaster.ui.ShareActivity.java
public class ShareActivity extends ListActivity { private static final String TAG = "ShareActivity"; private File selectedFile; @Override
From source file com.nttec.everychan.ui.ShareActivity.java
public class ShareActivity extends ListActivity { private static final String TAG = "ShareActivity"; private File selectedFile; @Override
From source file com.msdpe.storagedemo.TableRowsActivity.java
public class TableRowsActivity extends ListActivity { private Context mContext; private StorageService mStorageService; private final String TAG = "TableRowsActivity"; private ActionMode mActionMode; private int mSelectedRowPosition;
From source file markson.visuals.sitapp.eventActivity.java
public class eventActivity extends ListActivity { ArrayList<HashMap<String, String>> mylist = new ArrayList<HashMap<String, String>>(); JSONObject json;
From source file com.tcity.android.ui.overview.project.ProjectOverviewActivity.java
public class ProjectOverviewActivity extends ListActivity implements SwipeRefreshLayout.OnRefreshListener { @NotNull public static final String ID_INTENT_KEY = "PROJECT_ID"; @NotNull
From source file com.mobvoi.knowledgegraph.wearcontroltetris.activities.MainActivity.java
public class MainActivity extends ListActivity { public static final int SCORE_REQUEST = 0x0; /** This key is used to access the player name, which is returned as an Intent from the gameactivity upon completion (gameover). * The Package Prefix is mandatory for Intent data
From source file net.kenevans.android.bleexplorer.DeviceScanActivity.java
/** * Activity for scanning and displaying available Bluetooth LE devices. */ @SuppressLint("InflateParams") public class DeviceScanActivity extends ListActivity implements IConstants { private LeDeviceListAdapter mLeDeviceListAdapter;
From source file eu.thecoder4.gpl.pleftdroid.PleftDroidActivity.java
/**
*
* @author r.massera
*
* This is the Main Activity of the app.
*
From source file de.greenrobot.daoexample.NoteActivity.java
public class NoteActivity extends ListActivity implements OnClickListener { private SQLiteDatabase db; private EditText editText; private Button mBtnAddAll;