Hello,Please can you help me ? I am beginner. I'm ...
# getting-started
j
Hello,Please can you help me ? I am beginner. I'm not sure how to do it. /Kotlin/ Thanks
d
CustomAdapter(this, listOf())
might make the error go away. Your question requires more context on what you want the ouput to be and belongs on StackOverflow as it doesn't seem Kotlin specific.
j
I tried to change it and it does not work 😞
d
arrayListOf()
j
It does not work for me 😞
d
You're missing a bracket at the end of that line 29.
j
Again the error,drawer_layout.addDrawerListener(toggle) toggle.syncState() nav_view.setNavigationItemSelectedListener(this)
d
Move line 33 to line 45.
j
without a change
The application runs but does not display recyclerView and does not respond to click navDraw, open and close is Ok
j
You should try to understand the basics of Kotlin and programming in general before doing anything app related.
j
I was already working on trying to add SearchView 🙂