4
Tahaga
6y

Learning Android dev recently, everything is going quite well but damn, I'm stuggling with those recycler views.. any tips?

Comments
  • 1
  • 2
    @JoshBent why there is no "observe thos rant" button?
  • 0
    Watch some Youtube tutorials. I think in the free Android dev tutorial from google on Udacity they cover them as well
  • 2
    Mate, I develop android apps for 2 years now, and I always try to avoid them, as long as you don't have way to many things to show and that will be bad for performance, use listView or even a scroll view in a linear layout 🤗
  • 2
    What exactly are you struggling with? Maybe I can help. I shifted from ListView the month RecyclerView came out.
  • 1
    Indeed: use react native instead.

    Just kidding, what are you having issues with??
Add Comment