Thursday, 20 April 2017

Onclick listener on the view items in RecyclerViewAdapter

int pos = getAdapterPosition();

Call this inside viewholder defined in adapter

One of example
http://wiki.workassis.com/android-recyclerview-example/

No comments:

Post a Comment

Pass a HashMap from Angular Client to Spring boot API

This example is for the case where fileData is very huge and in json format   let map = new Map<string, string>()      map.set(this.ge...