fragment manager in android

Solutions on MaxInterview for fragment manager in android by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "fragment manager in android"
Amanda
04 Jan 2018
1       Intent intent = new Intent(v.getContext(), Addbill.class);
2        v.getContext().startActivity(intent);
3        getActivity().finish();