Hey, anyone know what to use with MediaRecorder(Co...
# android
s
Hey, anyone know what to use with MediaRecorder(Context) where we pass Context, what is the value of context?
not kotlin but kotlin colored 4
s
Ok Android context is usually something from the system tied to your app, like it could be the application context you get from your Application, Activity or Service. Or sometimes it could be activity directly