Android Swipe Images
问题 I'm trying to find a way to swipe images in my android application.I find a example of how to do that with textview,but I can't do the same thing with ImageView.Here is the original code with TextView : HorizontalPager realViewSwitcher = new HorizontalPager(getApplicationContext()); // Add some views to it final int[] backgroundColors = { Color.RED, Color.BLUE, Color.CYAN, Color.GREEN, Color.YELLOW }; for (int i = 0; i < 5; i++) { TextView textView = new TextView(getApplicationContext());