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
Saud Khan
05/25/2024, 1:00 AM
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