Posts by Diogo Odelli • 47 points
5 posts
-
-1
votes1
answer568
viewsQ: Error: Access-Control-Allow-Origin, for ajax request
For the AJAX request below: var url = "minhaurlaqui"; $.ajax({url: url, success: function (retorno) } I have the following return: "Access to Xmlhttprequest at 'urlaqui' has been blocked by CORS…
-
0
votes1
answer763
viewsQ: Traversing complex JSON structure with java Script
Hello, I’m starting now in the world of javascript, I would need help to traverse the following json structure: I need for example to increment a counter when the field "win" is true, I need to…
-
1
votes1
answer692
viewsQ: Create list with files in different folders on android
Can anyone give me an idea of how to put together a list, as items that are within separate pasture? Example: pasta1: archivos1 and archivos2 pasta2: archivos3 and archivos4 the list would be:…
androidasked Diogo Odelli 47 -
3
votes1
answer1569
viewsQ: Is it possible to join two audio files in one on android?
Example: Audio A + Audio B = Audio C. I need the sounds to come together even, not concatenate. The format may be WAV, but I would prefer MP3. I found some examples on the net, but none worked.…
-
0
votes1
answer384
viewsQ: Listview android , marks items wrong
I have a list where I mark the items as follows :view.setBackgroundResource(R.drawable.active_row), Every time I click it needs to set the color. When I click again, it arrow the dark line. So far…