Questions tagged as 'android'

0
answers

why can I save the rintong in URI with RingtoneManager.TYPE_RINGTONE? will permit problems?

Occupy Uri uriSoundDefault = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_RINGTONE); SharedPreferences.Editor editor = prefs.edit(); editor.putString("urime",uriSoundDefault.toString()); editor.apply(); to put the default...
asked by 11.11.2018 / 00:33
0
answers

Obtain hardware information from an Android device

I have already used the class Build but it does not provide me with the information I need. I need to know if it is possible and how to get the battery serial, screen and all the sensors that a device android may have. It would be...
asked by 09.11.2018 / 18:13
1
answer

Send requests to the server in JSON format

This is the script that was created to generate the requests to the server. My question is, if you can send the requests in json format and receive the answer in the same way. This is the script code. package com.paradox.house.other import...
asked by 07.11.2018 / 21:39
1
answer

Error creating a xamarin Project in VS2015

I was installing and updating xamarin in Visual Studio 2015, when I try to create an application, it sends me this error.     
asked by 07.11.2018 / 20:03
0
answers

Why do not you show me the more item icon in the action bar if there is space?

Hello good afternoon I have a problem happens that the icon is not shown anymore (the default of android) in the action bar, if not send it to the drop-down menu there (those three dots). Here is my code: XML <?xml version="1.0" encoding="u...
asked by 08.11.2018 / 18:57
1
answer

Inject Javascript when changing URLs in a WebView Android Studio

I would like to know if anyone could help me. My problem is that I am opening a web page within a web view, now this page has a navigation menu <aside id="left-panel"> <nav> <ul> <li><a href="distribuir_c...
asked by 08.11.2018 / 16:11
0
answers

Error Android Studio Default activity not found

I have a very big problem. From time to time, Android Studio gives an error saying that it has not found the default activity. It does not follow a specific pattern, since sometimes it appears after a while of being using the program, others...
asked by 06.11.2018 / 20:06
1
answer

Problem when trying to click object of navigationView Android Studio

I have a problem trying to press an item of navigation View . What I do is create the objects directly from the Activity Main since the purpose is to bring data from an external database and be completed. Now the inconvenience is...
asked by 14.11.2018 / 14:15
1
answer

The searchview cancels the view (View) of search by filter, how to cancel the searchView?

I did not know how to formulate the question but I will try to be more explicit in the development; I have a searchView which I'm looking for in a recycleview merchandise. up there all ok. searchView code //CREAMOS MENU PARA BUSCAR ARTICULO...
asked by 14.11.2018 / 15:35
0
answers

Compilation failed; see the compiler error output for details

I am practicing android studio when I try to run my project I get the following error:    Compilation failed; see the compiler error output for details. besides that it shows me a x where you select app. I am new to this, pleas...
asked by 21.11.2018 / 00:01