I have created an html page in which I show a map , the page opens well in the pc browser
In Androdi Studio with a clase Fragment I show the page from the webview , but unlike the pc browser that shows the page if I want to sh...
My problem is as follows, create a menu with Material desing and I do not know how to link the url of my profiles to the buttons that are displayed
BELOW I LEAVE MY CODE
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:...
I need help with android studio, when the nexus starts 5x api25 I get a warning
pixel launcher still not working
and gives the option to close the app.
check if you have what it takes and it looks good I'm a novice in this of the sc...
I have these codes in my MainActivity.java I intend to show a toast type alert with a duration of one second and that if I give it 50 times and I stop pressing it does not keep appearing, that the previous ones are canceled.They do not appear wh...
I am creating a project in android studio, in the first instance the app asks the user what kind of calculation he wants to do, after that he asks that he provide a certain amount of data, because there were many divided into three activities...
I need to send something similar to this:
"nuevo": [
{
"idusuario": "1",
"idcuenta": "2",
"calidades": [
{
"id": "1",
"peso": "100",
"cajas": "5"
},
]
}
]
Do I need to...
Good morning, I'm practicing with AndroidStudio and I want to make an app with several activities , the case is that from the main to the second happens perfectly but from this second to the rest the application closes with the following e...
I'm a novice programmer and I'm practicing creating screens and other things, including a ListView. The case is that I created 3 activities, the second screen (Activity) is linked to a third one that says nothing and I wanted to take advantage o...
I have problem executing window in application with android less than 7 I can not find the error or incompatibility
I leave the logcat code
FATAL EXCEPTION: main
j...