I made a simple adapter for myself, which the cons...
# android
e
I made a simple adapter for myself, which the constructor is just
val adapter = SimpleAdapter(R.layout.item_layout) { (view, item) -> ... // binding }
👍 1