[android-developers] Andoid Deep linking exclude certain URLs

2017-01-01 Thread aayush . cmunafa
I have implemented deep linking to my app successfully but I am stuck with a problem. This intent filter handles all the links but I don't want to catch a certain url i.e. https://www.example.com/hello/redirect/ *What I tried so far:* I tried entering all the urls th

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, 2017, 10:39 PM Considering the fact that everyone on this list

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, build

[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. Howe