AndroidDeveloperLB

Results 918 comments of AndroidDeveloperLB

Sorry, this was a long time ago so I don't remember exactly what I did, but I still can't reproduce what you've shown.

I've made a release: https://github.com/AndroidDeveloperLB/ListViewVariants/releases/tag/1 Maybe now it is possible to make is nicer?

@harinair What's wrong with using jitpack? I use it for my other repos too...

Tried to Fix by using the same workaround as 0x0204 , and also renamed the constants according to the Android source code. Sadly it caused a different issue after this...

@ujjwalkirorimal Sadly I'm not an expert on the implementation of the parsing. I forked it to: 1. Fix what I can 2. Have others that might be able to help...

Does it also contain a sample?

@hamidsn The reason I don't merge, is that I want to see it in action.

+1 I agree with that. In the meanwhile, you can always add it on your own. In the class that extend from RecyclerPagerAdapter.ViewHolder , put a field of the adapterPosition,...

You can see how to do it here: https://stackoverflow.com/a/47547983/878126