Questions tagged [android-viewflipper]

For questions relating to the Android ViewFlipper component. It is essentially a ViewAnimator that can animate between two or more views that have been added to it (only one of these views is shown at a time).

33 questions
-1
votes
1 answer

App is crashing by adding ViewFlipper / Showing Null Object Refrence

I am working on View Flipper in android . while compiling it does not showing any error . but as soon as application starts in my mobile Devices , it crashes. Since i'm very beginner in Android and does not have enough knowledge. Report bug shows…
Joshi Yogesh
  • 142
  • 1
  • 12
-1
votes
1 answer

ViewFlipper not working, App Stopped

I have a navigation drawer in my APP.I want to create a slideshow at navigation drawer header. So, iam using ViewFlipper for nav_header.xml. I have used the following code in MainActivity. But the app gets stopped. What changes should i do ? Getting…
-3
votes
1 answer

How to pass data between views using viewFlipper

I have three listViews in a viewFlipper and I want when user clicks on an item in the first listView, second listView to be displayed with related data from clicked item. Is there any way to pass data between views using viewFlipper?
porya74
  • 102
  • 1
  • 9
1 2
3