https://kotlinlang.org logo
Title
j

jurajsolarml

01/25/2019, 3:01 PM
Hello,Please can you help me ? I am beginner. Where can be a bug ? /Kotlin/ Thanks
:google: 1
:stackoverflow: 8
h

hallvard

01/25/2019, 3:02 PM
Put your mouse pointer above the red light bulb and Idea will tell you ... 🙂
❤️ 2
g

ghedeon

01/25/2019, 3:11 PM
only if there would be a message that tells you where is the bug.. Oh, wait, it's right on your screenshot and it says "no value passed for parameter 'context'"
j

jurajsolarml

01/25/2019, 3:23 PM
Ok, but how can I fix the bug ? Thank you
a

agrosner

01/25/2019, 3:25 PM
Pass a context
r

rkeazor

01/25/2019, 4:47 PM
This is the wrong outlet to answer these questions. As a beginning some better resources are https://stackoverflow.com and https://developer.android.com .
Those are your best online resources when developing for Android. General questions like this are outside the scope of this channel
r

Rohan Maity

01/25/2019, 5:13 PM
Ctrl+Click
or or inside () click
ctrl+p
to see the parameters to constructor to
CustomAdaptor()
As of Screen Shot is says to pass
context
and
courselist
parameters
j

jurajsolarml

01/25/2019, 5:39 PM
ok,thanks