i have a list of Item chapters in activitiy_main, and Some Text about them loaded from String.xml into an ArrayList.
i pass the data with Intent to activitiy_main2 to display them in activitiy_main2 TextView
and my quastion is how can i navigate through the item array list to and fro with next and privious buttons
i have a list of Item chapters in activity_main, and Some Text about them loaded from String.xml into an ArrayList.
i pass the data with Intent to activity_main2.xml to display them on activity_main2 TextView
and my question is how can i navigate through the item array list to and fro with next and previous buttons i hope you got my idea
haile is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.