<RecyclerView + Fragment TabLayout> the company I ...
# stackoverflow
u
RecyclerView + Fragment TabLayout the company I work for bought a system designed in kotlin; I am the (un)lucky one who must maintain it; I had to figure out how kotlin works on my own on the run, since the tutorials that my company acquired are too basic to help me. I have managed to make new options by taking the provided code as an example. My problem is that I must make a new option in which I must create a TabLayout where I can read the information of the elements selected on the corresponding tab. I can't find any...