Posts with tag: #RecyclerView

Toro 3.0 alpha 1 was born, from scratch with love

25 June 2017
#Dev#EN#Toro#Android#RecyclerView#ExoPlayer#MediaPlayer

TL,DR: Just in case you are interested in Video playback, especially in RecyclerView, there is something new for you: https://github.com…

Read more →

(Deprecated) Why you should call setAdapter(null)

03 June 2017
#Dev#EN#Android#RecyclerView#Adapter#Beginner

Always call RecyclerView#setAdapter(null) before your RecyclerView is going away (in onDestroy/onDestroyView/...).

Read more →