Posts by Hennan Lewis • 45 points
5 posts
-
0
votes1
answer28
viewsQ: How to change the format of an object in javascript?
I have an object in the following format: [ { "path": "caminho1", "subpath": [ { "path": "1" }, { "path": "2" }, { "path": "3" }, { "path": "4" } ] },{ "path": "caminho2", "subpath": [] },{ "path":…
javascriptasked Hennan Lewis 45 -
2
votes1
answer159
viewsQ: Distributing points evenly in a circle
I started to make a code to randomly distribute points evenly in a circle, but by generating a point located with a random theta angle between 0 and 2π and with a distance from the center of the…
-
0
votes2
answers76
viewsA: Add more than one image in slider
Without seeing how it is, I will send in a way that I think would be easier the implementation: <div class="banner"> <div class="container"> <div id="top"…
-
0
votes2
answers76
viewsA: Add more than one image in slider
That’s exactly what Murilo Gamboa commented. The desired image of the slider should be part of the list items, which in this code, as if it were another element of the "banner-text" class, however,…
-
1
votes1
answer132
viewsQ: Error with Onitemclicklisten/Adapterview.Onitemclicklisten
I can’t fix the following code: import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import…
androidasked Hennan Lewis 45