Re: [android-developers] Running Example Code for ViewPager Tutorial

2017-01-06 Thread Marina Cuello
Google devs used in general IntelliJ IDEA as IDE when they "made" us peasants use Eclipse + ADT. You could see it on their lectures and videos. That's why ADT never worked really well: they didn't use it. No dogfooding == No good tools. So that's why you can find some .idea files on old sample

Re: [android-developers] Running Example Code for ViewPager Tutorial

2017-01-05 Thread aikennicole492 via Android Developers
On Fri, 1/6/17, carmelnoe via Android Developers <android-developers@googlegroups.com> wrote: Subject: Re: [android-developers] Running Example Code for ViewPager Tutorial To: android-developers@googlegroups.com Date: Friday, January 6, 2017

Re: [android-developers] Running Example Code for ViewPager Tutorial

2017-01-05 Thread carmelnoe via Android Developers
On Fri, 1/6/17, Slartibartfast <his.royal.slartn...@gmail.com> wrote: Subject: Re: [android-developers] Running Example Code for ViewPager Tutorial To: "Android Developers" <android-developers@googlegroups.com> Date: Friday,

Re: [android-developers] Running Example Code for ViewPager Tutorial

2017-01-05 Thread Slartibartfast
Thanks Marina, Importing (rather than opening) the project has worked. Thanks. By the way, I think it was actually an InteliJ project rather than an Eclipse project as the download included an '.idea' folder. What ever the case was though it didn't have a gradle file and importing has indeed

Re: [android-developers] Running Example Code for ViewPager Tutorial

2017-01-05 Thread Marina Cuello
Hi! The zip contains an outdated Eclipse-style project. You could try use the Import Project option on Android Studio and see if you can make it work. Marina On Wed, Jan 4, 2017 at 12:44 AM, Slartibartfast < his.royal.slartn...@gmail.com> wrote: > > Simple question here. > > I am wanting to

[android-developers] Running Example Code for ViewPager Tutorial

2017-01-03 Thread Slartibartfast
Simple question here. I am wanting to develop a page turning animation for my application and I happened upon this excellent looking tutorial which appears to answer my every need: https://developer.android.com/training/animation/screen-slide.html The only issue though is that I'm not sure