I do AndroidStudio project. I did recyclerview as a checklist, so I need that fullscreen doesn't work, because it doesn't add any new information, only which in activity. Maybe you know a method :)
Asked
Active
Viewed 74 times
0
-
1Please provide a minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example – ndogac Oct 27 '20 at 22:04
-
@ndogac which code? as i understand i should add ClickListener but i don't have any code except clicking on item in checklist – DarM Oct 27 '20 at 22:25
-
what do you mean by fullscreen? you mean fullscreen activity? what does that have to do with adding values to your RecyclerView adapter? – MehranB Oct 27 '20 at 22:37
-
maybe your mean is this : https://stackoverflow.com/questions/2730855/prevent-screen-rotation-on-android – m.sajjad.s Oct 28 '20 at 06:49
-
I mean that when user clicks on element of recycler view then "window" opens (where is additional information ) and i want to disable this function – DarM Oct 28 '20 at 10:14