Quick question, I’m looking for cleanest approach ...
# getting-started
a
Quick question, I’m looking for cleanest approach to create recyclerView list with headers based on the particular object value, in this case
userLocation
. This code wont work, because
it.userlocation.forEach
will loop through string characters but you get an idea what I’m trying to do
Oke got it working, I guess it’s best approach