Good day.
Perform the task: 1) In the card, display the result for the nth post (it should be possible to enter n into the card and click "Confirm" to display the result). If I correctly understood that the card (CardView) is a widge \ container, which is often used together RecyclerView (List)? How should the CardView logic work?
For example: I have several CardView in the app in the form of squares. In one of them there will be a field for input and a button to confirm. I enter there n click the "Confirm" button and throws me at another activation? Or should the information be displayed inside the card?
2) The second card users - display the result of the first 5 users in a single card (in 5 lines). What does “in a single card” mean and how should it work?