I made android program, and it has a viewpager with three fragment. So, you can handle three screen with your finger and here comes problem. After i did something in a first page, then i want to refresh or update second fragment.
For example, once i input some text in a first page, then in a second page this text appear. If i input text again, then in a second page also textview has changed. Please give me some information to handle viewpager and fragment.
As i know, viewpager load page and next page. Then how can i update next page in viewpager?