Skip to content

Instantly share code, notes, and snippets.

@ckarthik17
Created April 14, 2013 10:13
public class TestActivity extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.test_layout);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment