Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created March 6, 2011 17:11
Show Gist options
  • Save clayallsopp/857410 to your computer and use it in GitHub Desktop.
Save clayallsopp/857410 to your computer and use it in GitHub Desktop.
Initial revision of OfflienListActivity
package com.clayallsopp.isawesome;
import android.app.Activity;
import android.os.Bundle;
public class OfflineListActivity 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