Re: [android-developers] Why is there NO good Viewpager tutorial on the Internet??

2017-01-09 Thread Mark Phillips
>From version 8.2 of _The Busy Coder's Guide to Android Development_ https://wares.commmonsware.com - Added a chapter on advanced `RecyclerView` techniques, starting with using `RecyclerView` to replace a `ViewPager` for page-at-a-time user interfaces Mark On Thu, Jan 5, 2017 at 10:50 AM,

Re: [android-developers] Why is there NO good Viewpager tutorial on the Internet??

2017-01-05 Thread Marina Cuello
What you link is not supposed to explain much, almost everything on the Reference portion of the site is just a little more than a Javadoc instance and that's what it's made for. In the official site you can find https://developer.android.com/training/animation/screen-slide.html which is not a big

Re: [android-developers] Why is there NO good Viewpager tutorial on the Internet??

2017-01-02 Thread lekishahendrix via Android Developers
On Mon, 1/2/17, toneymessina via Android Developers wrote: Subject: Re: [android-developers] Why is there NO good Viewpager tutorial on the Internet?? To: android-developers@googlegroups.com Date: Monday,

Re: [android-developers] Why is there NO good Viewpager tutorial on the Internet??

2017-01-01 Thread toneymessina via Android Developers
On Sun, 1/1/17, Mark Phillips wrote: Subject: Re: [android-developers] Why is there NO good Viewpager tutorial on the Internet?? To: "Android Developers" Date: Sunday, January 1,

Re: [android-developers] Why is there NO good Viewpager tutorial on the Internet??

2017-01-01 Thread Mark Phillips
Considering the fact that everyone on this list is a volunteer, I suggest you moderate your tone if you want to get any help at all. If no one has written a viewpager tutorial that meets your needs, then probably no one needed one. I suggest you look at the source code and api documentation,

[android-developers] Why is there NO good Viewpager tutorial on the Internet??

2017-01-01 Thread Niklas Daute
Hello guys, I need to get this out before I go completely* insane.* Currently I am developing an app which creates PieCharts based on user entries, and i have a working single screen/ viegroup/ activity whatever version of the app running and complete.