Join Slack
Communities
Powered by
I made a simple adapter for myself, which the cons...
# android
e
edwardwongtl
03/13/2018, 9:07 AM
I made a simple adapter for myself, which the constructor is just
val adapter = SimpleAdapter(R.layout.item_layout) { (view, item) -> ... // binding }
👍 1
Open in Slack
Previous
Next