Posts by Matheus Finamor • 17 points
2 posts
-
-1
votes1
answer20
viewsQ: receiving NULL parameter in details Fragment
My Pokemonitem class has a Skill List on it (another class), when I get the "abilities" I get a "null" on my screen instead of the "abilities". Someone can help me? private fun configDetalhes() {…
-
-3
votes1
answer36
viewsQ: Passing data from one Ragment to another
I want to pass data from one Ragment to another, but the code works but does not pass the data. Someone can help me in this? I wish to go from ListaPokemonsFragment for DetalhesPokemonFragment…