Skip to content

Instantly share code, notes, and snippets.

@lacolaco
Created December 19, 2012 15:59
Show Gist options
  • Save lacolaco/4337786 to your computer and use it in GitHub Desktop.
Save lacolaco/4337786 to your computer and use it in GitHub Desktop.
public class MainActivity extends BindingActivity // Activity
{
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
// setContentView(R.layout.activity_main);
setAndBindRootView(R.layout.activity_main, new MainActivityModel());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment