Posts by Wanderson Bueno • 55 points
7 posts
-
1
votes1
answer206
viewsQ: Save checkbox status in Asyncstorage
I have a check box which by default is marked as true (marked), but, I want to dynamically save an option when the user changes this box to false (or, cancel). As I will not have bank interaction…
-
0
votes0
answers57
viewsQ: Treat Checkbox with error or success message
I treated it differently. Following a tutorial, I separated the checkbox with a function and where it renders only the status. It was like this: this.setState({ checked: !this.state.checked })…
-
0
votes0
answers52
viewsQ: Run list without scrolling data
I have a Dashboard, on which in a header I call a list after clicking a button. Everything is ok with return and sorting, my problem is in the matter of layout, I wish I had kept only overlapping…
-
1
votes2
answers104
viewsQ: Translate date return and manipulate days
I am using a card that returns me actual data of the day, month and year. It’s actually four cards, two with year and month, and two with year, month and day. The problem is that on my return I want…
-
0
votes2
answers74
viewsQ: Align table data in different fields
I am working with a card that will work to return data like (today, current month, day yesterday and anyway), but I would like to leave the day equal to image, I could not using tables, follows the…
-
0
votes1
answer124
viewsQ: Insert button in front of a pagination
I created a pagination so that the return of my API would be better performing at the moment it is rendered on the screen, the question of adjusting everything ok, however, on this screen I work…
-
0
votes1
answer106
viewsQ: Clear options field after selected value
I started recently with WEB development and have studied ANGULAR to deal with some cases in my work. I have five select options that lists through an api some records based on my return {} ,…