I want to know is there a way to implement ViewPager
in notification remoteViews or a functionality similar to that.
What i want is scrollable images in remoteViews notification like viewpager. I already tried viewpager but it didnt work
I want to know is there a way to implement ViewPager
in notification remoteViews or a functionality similar to that.
What i want is scrollable images in remoteViews notification like viewpager. I already tried viewpager but it didnt work
ViewPager is not allowed inside RemoteViews. See the documentation.
You could use ViewFlipper, but I dont see a way of using it in the expanded BigStyle mode for notifications...still looking for a way to do this.