Posts by Weslei Ramos • 153 points
7 posts
-
2
votes1
answer569
viewsQ: How to use a Cordova plugin?
How to use plugins in Cordova? Cordova plugin background mode I already installed with the command cordova plugin add https://github.com/katzer/cordova-plugin-background-mode.git` porém ao tentar…
-
0
votes1
answer57
viewsQ: How to add new python encodings?
I’m trying to install the pybraces but I can’t. How do I install it ? I’m using python 2.7 and windows 10
-
1
votes2
answers384
viewsQ: Error while removing Arraylist item
I’m "playing" with the canvas (android) and I’m having trouble removing element from an Arraylist. The app works like this: The user clicks on the screen, a ball appears that goes up but I want to…
-
6
votes1
answer2424
viewsQ: Free up memory in C++
I am obliged to release memory of every variable that I will no longer be using? If yes, how to do?
-
1
votes0
answers584
viewsQ: Move an object in the direction of the "onmousemove"
I’m trying to move an object in the direction where the person presses the screen, moves and then lets go. I tried to use some loops for (was the only thing I thought of) but without success. [if…
-
0
votes1
answer1247
viewsQ: drawRect Android Canvas
I can’t understand how the canvas.drawRect on android. canvas.drawRect(left, top, right, bottom, Paint) I "come" from the HTML5 canvas that would be. (context). fillRect(placeX, placeY, width,…
androidasked Weslei Ramos 153 -
4
votes2
answers1186
viewsQ: Block access to javascript files
I have a javascript file that makes ajax requests to my API only I do not want anyone to discover her link there is some way to block access to this file ? If there is no way to release so only the…