Starting Second tab fragment of first activity from second activity
I am new to android and I am stuck at particular section of the app which I am working on. The problem is - I want to navigate to the second tab of HomePageActivity when I perform onClickListener event on createEvent button in my SecondActivity . I tried using solution from various threads here and on other sites too but I was still not able to get my code running. I also have RecyclerView on HomePageActivity which is to be populated based on the click event. Here is the code snippet from both the activities - HomePageActivity.java - Tabbed Activity public class HomePageActivity extends