Posts by Kelvin P. • 23 points
3 posts
-
0
votes1
answer19
viewsQ: Insert elements into an Array with Hooks and display in a list
Hello, people. I’m new to React-Native and I’m still learning some basic concepts. My current problem is this: I want to make a screen of newly searched items, so that when the user clicks to type…
react-nativeasked Kelvin P. 23 -
2
votes1
answer49
viewsQ: Problems with Progress-bar in Flip card
Hello, friends, how are you ? I’m having trouble with a Progress bar on a Flip animated card. Apparently, the Progress bar enters right, but with the effect of the mouse on top of the card, when…
-
0
votes3
answers4208
viewsQ: Random Numbers in Android Studio
This code is generating random numbers in 6 TextViews but I can’t make a code to prevent these numbers from repeating themselves. package com.example.kelvin.myapplication; import…