android-viewpager
how to get access of my button in one of my viewpager pages?
I\'m new to this android and java. My viewpager now can slide all my xml layout, but i don\'t know how to access item in them.[详细]
2023-04-13 03:49 分类:问答Replace Fragment inside a ViewPager
I\'m trying to use Fragment with a ViewPager using the FragmentPagerAdapter. What I\'m looking for to achieve is to replace a fragment, positioned on the first page of the ViewPager, with another one.[详细]
2023-04-12 17:35 分类:问答cant get the android soft keyboard to appear/hide using viewpager
In my application I am using viewPager to give me nice swipey views. I want the keyboard to be hidden in 2 of the pages but always diaplayed on one page, where I have a text box.[详细]
2023-04-12 14:07 分类:问答Android ViewPager with previous and next pages visible?
I am currently building a horizontal gallery of videos. I\'d like to make something like that with only one video centered and part of previous and next videos:[详细]
2023-04-12 09:39 分类:问答Android - horizontal scrolling of multiple viewable items
EDIT: See my own answer for easy solution IMPORTANT: Bounty is offered for clear way to modify ViewPager to s开发者_如何学编程atisfy the scenario outlined below. Please do not offer HorizontalScrollV[详细]
2023-04-12 02:59 分类:问答Android viewpager synchronized scrolling
I have two ViewPagers -- Pager1 and Pager2.I added an OnPageChangeListener to Pager1 and in the onPageScrolled callback, I call Pager2.scrollTo(x, y) to move it.Both of the ViewPagers开发者_Python百科[详细]
2023-04-10 10:25 分类:问答getActivity returning null from fragment
For school I am making an android app. For this app I have a fragment, which shows a gridview with just strings, from a database. For this I need a fragment. When I call getActivity(), it returns null[详细]
2023-04-09 04:22 分类:问答Android viewpager, control which views to re-render
my viewpager currently only re-renders views that are two views away from what is visually seen. example (shown respectively)[详细]
2023-04-09 01:43 分类:问答IllegalStateException: Can not perform this action after onSaveInstanceState with ViewPager
I\'m getting user reports from my app in the market, delivering the following exception: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState[详细]
2023-04-09 01:40 分类:问答ViewPager as a circular queue / wrapping
I am using a ViewPager with the FragmentStatePagerAdapter to allow navigation between some fragments.[详细]
2023-04-07 03:03 分类:问答