TI Logbook
Java, Angular, Eclipse, PostgreSQL, SQL, Tips....
Saturday, July 25, 2015
Android: Open Intent in fragments
Try this
private void openIntent() {
Intent intent = new Intent(
getActivity()
, OtherClass.class);
// Open the Activity
startActivity(intent);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment