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!
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!
