Posts by Mukotoshi • 243 points
11 posts
-
0
votes1
answer100
viewsQ: POST requests with Android loading icon
I’m making an Android application that will make some requests to an API, I generalized these requests in a class (Requestapi), where, to use it, just create a map with the information I’ll send to…
-
3
votes1
answer64
viewsQ: Single call for Jquery plugins?
I was thinking of something for calling Jquery plugins, I would call all plugins in a single page, but loading them only if they are used. For example: On page X I use Datatables, then:…
-
3
votes3
answers522
viewsQ: Validation of Fields in Swift
How to validate fields using Swift? I intended to do with Exception, but I just searched and found that Swift has no Exceptions... I’d like something like that: void onCadastrar(dados){ try {…
-
1
votes2
answers288
viewsQ: POST request on Swift does not work
Good morning, I searched for several sites a way to make a POST request to a server, found several forms and tested them all, but none worked. I can receive page data and even send GET variables to…
-
0
votes1
answer54
viewsQ: How to pass a Jquery plugin as a parameter for the On event
I use the Datatables plugin, and in the table there will be the option to edit and delete, I want to show a confirmation if the user click delete. Therefore, I will use the plugin "confirm",…
-
2
votes2
answers548
viewsQ: Is there anything that works like a "Firebug" for Android?
I need to recover my Whatsapp password to use Whatsapi. I’ve tried everything that was offered by her (Missvenom, WART, Reverse Engineering [ I couldn’t ], register through API [ itself also without…
-
0
votes1
answer384
viewsQ: Textview is out of Relativelayout (with rounded edges)
I’m trying to make the items on my list look like figure 2, but they only look like figure 1. I did a lot of research on it, but I found very little about it (I don’t really know what to search…
-
2
votes1
answer311
viewsQ: Color of an Android app
I’m trying to leave the app color as White (by default), but I can’t do it... Is that possible? Or will I have to define the element color per element? I also can’t change the color of Actionbar,…
-
8
votes2
answers87
viewsA: Error declaration of Javascript objects
Try it like this: function Casa(){ this.nome; this.idade; this.exibeInformacao = function(){ console.log("O seu nome e: "+this.nome); console.log("Sua idade e: "+this.idade); }; } var familia = new…
javascriptanswered Mukotoshi 243 -
2
votes1
answer1368
viewsQ: Change the color of the tab indicator on Android
I have tried in many ways to change the color of what they call "tab Indicator", but without success... Even using the "Android Action Bar Style Generator" the color of this indicator remains light…
-
1
votes1
answer179
viewsQ: Could not find any version that Matches com.android.tools.build:Radle:0.12.+
I installed Android Studio, installed JDK, configured the environment variables (JAVA_HOME, JDK_HOME, PATH). I configured my proxy (I did the test and the connection works), and when trying to…