Hi!
In Android API one of the findLast() methos recives an int as parameter and another recives a List<String> as parameter.
I would like to know what are dos parameters for, and more important, I would like to know if there is a link or file with all the classes/methods documented (like https://developer.android.com/reference/ ) in order to look up for this kind of things.
Thanks!
Marcos.