Skip to content

Instantly share code, notes, and snippets.

@kenleycapps
Created November 22, 2011 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenleycapps/1386436 to your computer and use it in GitHub Desktop.
Save kenleycapps/1386436 to your computer and use it in GitHub Desktop.
LotsOfListsPart2-MainActivity
package com.learnandroid.listviewtutorial.adapter;
import android.app.Activity;
import android.os.Bundle;
public class MainActivity extends Activity {
/** 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