Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created March 6, 2011 18:32
Show Gist options
  • Save clayallsopp/857503 to your computer and use it in GitHub Desktop.
Save clayallsopp/857503 to your computer and use it in GitHub Desktop.
Part 4
package com.clayallsopp.isawesome;
import android.app.ListActivity;
import android.os.Bundle;
public class OfflineListActivity extends ListActivity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment