How to add OnClickListener in ViewPager
- by Erdem Azakli
I have problem with ViewPager and can't find answer.I want to Toast a message when pictures(view) clicked. I can't make, please help me.
Example:
click on the picture1 --Message"Picture1"
click on the picture2 --Message"Picture2"
Thanks a lot,
Mypageradapter;
package com.example.pictures;
import android.content.Context;
import…