Questions tagged as 'android'

1
answer

How to remove the Toast ERROR: Ad not found

I'm using the Appodeal sdk in my app and when I upload the ads I see a Toast that says it can not find Flurry, Facebook, Yandex, Unity, Starapp, among others that I understand are the advertising sources for My app but I do not understand why I...
asked by 26.07.2016 / 17:35
1
answer

Implement "onClickListener" in RecyclerView working with Cursor

A few days ago I asked a question asking for help and guidance on how to create a RecyclerView with a CursorAdapter to be able to create a list where% data RecyclerView were extracted from the internal DB (in SQLite) from the ap...
asked by 10.06.2016 / 16:13
2
answers

Algorithm in the change of Android network

Hi, I have a BroadcastReceiver that returns to me Log.i("Network", "Network connected : " + ni.getTypeName()); WIFI o MOBILE and another method that returns to me if WIFI is your Log.i("Network", "Name " + ssid); There is a method that...
asked by 28.06.2016 / 18:05
2
answers

Upload image to server from android studio with WebService

I'm starting on android and I still can not react very well to the errors, I'm working on an application to capture images from the camera and upload them to the server everything works perfect but at the time of pressing the button upload only...
asked by 06.07.2016 / 16:58
1
answer

Where to locate the licenses that my App uses?

I would like to know if I use a free commercial use song and it says that I have to mention the author, where I have to do it so I do not get banned. Also if you know of pages where there is no copy without naming (it is a piece of adv...
asked by 09.07.2016 / 01:40
2
answers

How to validate what the Android getEventText (event) returns

I'm working with accessibility, listening to those events. I'm validating like this. if ("la administración del dispositivo" == getEventText(event) ){ Metodo(); } It is assumed that getEventText...
asked by 30.06.2016 / 23:45
2
answers

Android Studio error: Unexpected lock protocol found in lock file. Expected 3, found 0. Information: BUILD FAILED

I am working with Android Studio 2.1 and Ubunto 16 LTS. I have installed Java correctly. There is no way I can compile any project since every time I do I receive the following error:    Unexpected lock protocol found in lock file. Expected 3...
asked by 21.07.2016 / 17:20
1
answer

Problem with android versions

I have a problem with my webapp because I was using a test terminal with android version 4.1.2 and now when testing in a terminal with android version 5.1.1 it does not allow me to click on an input type text that had created to enter a code....
asked by 19.07.2016 / 16:39
1
answer

Create MultiChoice AlertDialog on Android

In ActionBar I need to implement a AlertDialog with multiple options which is filled by means of a ArrayList with an Array Adapter, and the data I get from a WebService implementing the class AsyncTask . I need you...
asked by 01.06.2016 / 22:30
1
answer

How to use a checkBoxPreference

I am trying to make an options menu with an option to deactivate / activate notifications, I have a PreferenceScreen defined in XML with a CheckBoxPreference in preferences.xml <?xml version="1.0" encoding="utf-8"?> <...
asked by 31.10.2016 / 10:15