17

Everytime I wanna create custom adapters and custom listviews I have to go through tutorials again -_-

Comments
  • 4
    I always search for onclick override methods and findviewbyid syntax. Uhh
  • 1
    Tbh, I think implementing a custom listview is deprecated since the RecyclerView joined the game. Easier to customize and handles more for you (like the concept of viewholders)
  • 0
    just extend BaseAdapter and Android Studio will write the methods.

    And btw, RecyclerView is better
  • 0
    The point is not to know the syntaxes by heart (you'll be as useful as a broken PDF tutorial file) but to know the methodology, how to properly implement the idea...
Add Comment