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

Search results

  1. M

    Apps RecyclerView Behavior

    Hi, I'm quite new to Android Programming.. Been doing some codes of the famous "Big Nerd" book, I've implemented a RecyclerView in my App, that includes an Holder, Adapter and " onCreateView" function which of course inflate the view to the screen. It's a basic case which I have a list of...