Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created March 6, 2011 18:34
Show Gist options
  • Save clayallsopp/857509 to your computer and use it in GitHub Desktop.
Save clayallsopp/857509 to your computer and use it in GitHub Desktop.
Part 4 stub 1
public class OfflineListActivity extends ListActivity {
String[] brocabs = {"Brotocol","Brobot","Theodore Broosevelt"};
ArrayList<String> brocabList = new ArrayList<String>(Arrays.asList(brocabs));
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment