Posts by Drkill32 • 245 points
16 posts
-
0
votes1
answer1102
viewsQ: Android - How to enable and disable wifi
I have an app in java with two buttons. How to do when press the first wifi is activated, and when press the second it be disabled? Thank you.
-
1
votes2
answers4072
viewsQ: How to create notifications?
I’m making apps only to test some functions for Android and would like to know how to create notifications in the status bar. My Java code and a standard code that only calls the XML file: package…
-
0
votes1
answer260
viewsQ: How to move textures using libGdx?
I made this example of code that draws a texture on the user screen: package com.example.myapp; import com.badlogic.gdx.*; import com.badlogic.gdx.graphics.*; import…
-
5
votes1
answer838
viewsQ: How to get a CSS attribute from a tag?
Hello, I need a help. I would like to know how to get values from an html tag using javascript. such as: take the marginLeft value of an image that was determined by a css file. I hope I’ve been…
-
-6
votes1
answer62
viewsQ: How to view files. zip using java for android
I wonder how I do a program that can view . zip files on android using java, I’ve been looking for a while and did not find ;(... If possible in the easiest way, if there is one... Thank you!…
-
2
votes1
answer107
viewsQ: How to customize the size of a window?
How I can customize the size of a window I made using Win32? My Code: #include <windows.h> int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow){…
-
0
votes1
answer511
viewsQ: Android - how to save typed text to an Edittext
I want to know how to save the typed text in an Edittext to use it later, I don’t know if it’s possible , but maybe saving it in a file. txt and then grab the text present in the file.Thank you!…
-
1
votes1
answer37
viewsQ: Java Android - Save Events
How do I save events to an Android Java APP? for example, a program has a checkbox, I open it and leave, when it returns it will be unchecked.How do I make the information that she is checking is…
-
0
votes1
answer2421
viewsQ: Move Images with Javascript
I would like an example of how I could move an HTML image using Javascript. For example the Image is in a position, when touching a button it moves.Thank you!
-
3
votes1
answer36
viewsQ: Javascript - Run Data from an array always in the same order
Good/Good Morning/Afternoon/Evening, I would like a Javascript help, how do I run data from an array always in the same order, example: var teste = ["valor1", "valor2"];…
-
4
votes1
answer2305
viewsQ: How to animate Sprite Sheets?
I would like a help with Javascript. Someone could provide me a basic animation code from a single Sprite sheet... If possible HTML code too.
-
1
votes1
answer301
viewsQ: Open Video in a Webview
I made a java browser for Android using webviews, it works perfectly except for the fact that it does not play videos via stream. I want to know how do I make it possible? Thank you..…
-
1
votes1
answer346
viewsQ: How to use a kind of gettext(). toString() from Java in HTML with Javascript?
How to get what is typed in an HTML text box using Javascript, as well as getText().toString() in Java?
-
-2
votes1
answer2077
viewsQ: How to open . html files in my application?
I’m making an application for Android and wanted to know how to open and display a file .html specific located on SD card directly in my application.
-
2
votes1
answer168
viewsQ: Website does not open in my Webview
I made a browser using Webview, but when I call loadUrl(); it opens the page in the default Android browser. How do I open it inside my browser?
-
0
votes1
answer390
viewsQ: Help with Libgdx
I want to know how to create an event by tapping an image using Libgdx... I’m trying to start a game and added an image as Play button.