[Android][Github][Open Source] RecyclerView - AnimatedRecyclerView
https://github.com/MLSDev/AnimatedRecyclerView Setup To use this library your minSdkVersion must be >= 16. In your build.gradle : dependencies { implementation "com.mlsdev.animatedrv:library:1.0.1" } Example From the layout You can create any layout animations From the code AnimatedRecyclerView recyclerView = new AnimatedRecyclerView.Builder(this) .orientation(LinearLayoutManager.VERTICAL) .layo..
2019. 3. 16. 00:59