in recycler adapter
but in main activity we are use the startactivity(intent);
what's the difference ?
just for set activity ?
In adapter class you arent in activity so you should use Context class but in activity you are in context so you shouldnt use Context
Обсуждают сегодня