Created
March 6, 2011 18:45
-
-
Save clayallsopp/857528 to your computer and use it in GitHub Desktop.
Adding BrocabAdapter to OfflineListActivity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| public void onCreate(Bundle savedInstanceState) { | |
| super.onCreate(savedInstanceState); | |
| setContentView(R.layout.main); | |
| setListAdapter(new BrocabAdapter(this,android.R.layout.simple_list_item_1,brocabList)); | |
| } | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment