Posts by Diogo • 43 points
4 posts
-
1
votes1
answer36
viewsA: Passing data from one Ragment to another
Puts your argument inside the initial fragment action ( What has the action of going to a destination) for example: <fragment android:id="@+id/listPokemonsFragment"…
-
0
votes1
answer81
viewsA: Failed to build Android Studio project :app:packageDebug
Try to make a "Clean Project" as in the image below. Run the application again, if the error still occurs, go to your folder: res -> Animator Find the xml…
-
0
votes1
answer155
viewsA: Recyclerview No Adapter Attached; Skipping layout (Kotlin) How to resolve?
I believe you did not define a Layoutmanager. The Recyclerview Widget requires a layout manager, as you did not put the xml from your View try following the template below.…
-
0
votes1
answer437
viewsQ: How to iterate over a stream from a list that has an array and return if true?
How do I get the Enum object with an ID I passed as parameter check an Enum object element if true? My builder: private WeaponInterface(int[] weaponId, int speed, FightType[] fightType) {…