Posts by Wilsinho • 23 points
2 posts
-
1
votes1
answer768
viewsQ: String JSON - Two decimal places
I’m reading a JSON object, and I can get the data from TextView. However, in the value of String Preco when the price has a zero in the second decimal place, it does not print in the TextView. For…
-
1
votes0
answers140
viewsQ: setOnItemClickListener not working when clicking on a Listview line
I’m beginner in android development, and I came across a problem that I can’t solve. Well, I put a listview within a view_pager (content_main) which is included in activity_main. When I click on a…