Intent intent = new Intent(getContext(), TestActivity.class); intent.putExtra("page", State.Discovery.page); startActivity(intent);