RecyclerView doesn’t show items ( kotlin )
I did implemented the ArrayAdapter, but i wanted a more flexible way of doing this..
now i’ve updated my code for RecyclerView but it doesn’t display anything!
I followed a tutorial from start to finish.
My code compiles.
RecyclerView doesn’t show items ( kotlin )
I did implemented the ArrayAdapter, but i wanted a more flexible way of doing this..
now i’ve updated my code for RecyclerView but it doesn’t display anything!
I followed a tutorial from start to finish.
My code compiles.
RecyclerView date and month for a week on Kotlin
I would like to implement that RecyclerView that shows date and month for a week included current date. and that needs to be scrollable and current date should be center. I understand that I need Adapter and ViewHolder for RecyclerView but I have no idea how to implement date and month. Please help me.