T
T
Tolstohabr2020-08-22 00:25:00
Java
Tolstohabr, 2020-08-22 00:25:00

How to implement transition from one element to another listview element?

Hello!
Let's say I'm making an encyclopedia of aquarium fish. I created a list with a bunch of fish using listview. In each page with a certain fish, I want to have a clickable list of fish compatible with it. So, how to implement the transition from one element of the list to another?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alekseyHunter, 2020-08-22
@Tolstohabr

list with lots of fish

For these purposes, RecyclerView is used.
list of compatible fish

Make a SQL table where to set the 1:n set. 1- id of fish, n- id of compatible fish.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question