Questions tagged as 'android'

1
answer

Write on the keyboard on android with the API

Good I am developing an application that needs to write in text boxes of another application, I would like to know how it could be written in a text box with code.     
asked by 01.03.2017 / 02:32
1
answer

SplashScreen: AsyncTask + ProgressBar + rotate device, Android

I have a splashcreen where I run a background process with AsyncTask , when the device is broken the previous task continues, but it starts again. I am reading about how to face the problem, in the best way possible, that is, avoid bad...
asked by 06.09.2016 / 20:15
1
answer

Characters that are invalid in metadata

Hi, I'm trying to upload a file in the Firebase Storage, the problem is that adding a StorageMetadata with a "name" field that contains "Muñoz" fails me and it's because I think it contains an invalid metadata character that is the "ñ". I would...
asked by 07.09.2016 / 18:43
1
answer

Problems with update android studio 2.1.3

I get the error message when synchronizing with gradle 2.14 and jdk 1.8:    Gradle sync failed: Could not initialize class   com.google.common.reflect.Types $ NativeTypeVariableEquals When I give clean to the project it gives me this othe...
asked by 05.09.2016 / 21:22
1
answer

Libraries in Android Studio

I have a problem when I want to start a project from another computer. And the two PC's have the same version of ANDROID 2.2 RC just in case, but it only happens with my pc, try another and without problems. And I have the same version. Erro...
asked by 05.09.2016 / 05:10
2
answers

How to fill an array from another activity?

Good to all, I want to know how I can fill an array of objects from another activity send the information, and see it in another activity when it is executed. The idea is like a product selection, I have created a producer class, an adapter e...
asked by 11.05.2017 / 19:46
1
answer

Problems with passing parameters with GET in Volley [closed]

Who knows in the case of a GET request include the HasMap () of the paramenters? Well with the overwrite of getParams () it works for POST but not for GET. Any suggestions are appreciated. Greetings     
asked by 05.07.2016 / 01:30
1
answer

Install App on the lock screen (lock-screen)?

Dear, someone knows if the installation of an apps for the lock screen is configurable, the idea is that you do not have to unlock the pattern to access it. Pd : it's an application that I'm developing, and the idea is to program it to appea...
asked by 08.07.2016 / 19:40
1
answer

Error when parsing JSON

I have a problem parsing a JSON, reusing source code I had: protected Boolean doInBackground(final String...args) { String datos = leeJSon(this.ruta); Log.d("1", datos); try { JSONObject jsonObject = new JSONObject(datos);...
asked by 16.06.2016 / 17:25
2
answers

Soap: Header ... problems

I have problems with an App in the Web Service that was consumed successfully. The detail was when security was added to the Web Service, for this a header was added. Who can guide me what could be the detail? I seem to receive a response fro...
asked by 21.06.2016 / 18:02