Posts by Marco André • 99 points
4 posts
-
0
votes1
answer95
viewsQ: Web Service Images Java ZIP Android
I need my Android app to download a large shipment of images and store on the Smartphone disk, but I need to decide what would be the best format to download these files, because the images should…
-
2
votes1
answer218
viewsQ: Android Listview
How can I get a Listview to assemble the items as follows: When you have only one item it occupies the entire screen, if you have two divide 50% of the screen size between the items and so on...…
-
3
votes1
answer2966
viewsQ: Jquery how to select a specific element by index
I would like to know how to select a specific element by the position of the index, because I can go through the structure with the next and Prev functions, but I’m not finding a way to select an…
-
4
votes2
answers2761
viewsQ: PHP value rounding error
I have a problem, after assigning to a variable a float value as below, 4.85, after multiplying by 100, 48500 and when I print out the value of 00000000484. $variavel = 4.85; $valor = $variavel *…