• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Stupid question

kinzai

Lurker
Hi, I recently started out with learning Java & Android and got a (probably stupid) question. I've got a an inner class XX inside another class:

private class XX extends RecyclerView.Adapter ...

What does the bold portion mean? That Adapter is an inner class of RecyclerView? or has it to do with packages?

Thank you for your time!
 
It handles the collected data and binds it to the view
RecyclerView.png
 

Attachments

  • RecyclerView.png
    RecyclerView.png
    38.8 KB · Views: 76
Back
Top Bottom