Marco RS

Results 11 comments of Marco RS

:+1: I'm excited for this.

Any chance use this in the mean time? https://jitpack.io/

Thanks! I had not realize that. Keep up the great work! :+1:

I ended up using the commented out [REMOVE retention strategy](https://github.com/commonsguy/cwac-pager/blob/master/pager/src/com/commonsware/cwac/pager/ArrayPagerAdapter.java#L302) and it seems to be behaving just like a [FragmentStatePagerAdapter](http://developer.android.com/reference/android/support/v4/app/FragmentStatePagerAdapter.html): ``` java public static final RetentionStrategy REMOVE = new RetentionStrategy()...

Mr. Murphy has a point. I think your memory issues are being caused by something else. I'm using this library in a photography app and can swipe 50+ photo pages...

Hey Jiedang, if the directory is not reported by Android Lint, then the plugin will not pick it up.

There is different App stores on Android such as the Play Store vs Amazon App Store. The App is essentially the same but there could be data that only makes...

Yeah for sure, I'm aware of that setup my question is whether its best practice to separate by token or if one can collect the data from all apps with...

I am also seeing this error in Android Studio as well as when running "mvn clean install". I tried upgrading to 1.1.0 and this error started appearing. I also am...

It might be possible that your project set up is not including the generated code as a source. You can check to see if it's included under Project Settings -->...