Questions tagged as 'android-studio'

2
answers

Change text in a TextView within a CustomArrayAdapter

I have a ListView with a CustomArrayAdapter with checkbox , within Onclick of checkbox in CustomArrayAdapter I want to modify the text of a TextView of Fragment , I tried this but I do not ge...
asked by 28.07.2016 / 20:00
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

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
4
answers

Error JAVA_HOME set invalid directory

I'm trying to compile my hybrid application which I developed with ionic framework , but I found an error about the environment variable JAVA_HOME Development using: Windows 10 Brackets Editor Firfox Developer Edition Installed...
asked by 08.03.2016 / 22:37
1
answer

Error compiling in LibGDX "finished with non-zero exit value 1"

When I compiled my game in Android Studio with LibGDX, I missed this error: Error:Execution failed for task ':android:processDebugResources'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Proc...
asked by 26.02.2016 / 16:26
1
answer

Problem in sizing Android Studio screen

I hope you can help me, I'm new to this, and I started doing a calculator but when installing the apk on a cell phone the screen is not complete, I enclose the xml, I think the problem is in the GridLayout but I can not identify the error, in ad...
asked by 31.12.2018 / 14:52
1
answer

How to upload files from webview with php and javascript

I will proceed to explain everything as detailed as possible. My system is PHP and I used the Materialize framework. There are 2 forms that require uploading files. Form 1- Requires uploading a photo (JPG, JPEG, PNG, GIF). Form 2- Requi...
asked by 06.04.2017 / 13:56
0
answers

Error consuming web service POST urlencoded with Android Studio retrofit2

I'm just trying to consume services with Android Studio and GET services have worked well, but with POST services it does not work for me. I have tried several ways that I have found out there and the answer always goes by the onFailure side....
asked by 17.12.2018 / 23:26
1
answer

I can not get the cursor to read what the SQL statement returns- Android Studio

I am creating a calendar-type app and when I run the app and I give it the option to see events I get an error in the cursor: The error is as follows " Could not read row 0, col 1 from CursorWindow Make sure the Cursor is initialized correctly...
asked by 02.01.2019 / 17:56
0
answers

Clone / an imageView when moving

I would like to know how to clone an imageView when dragging it with your finger, I have used 10 images that are really digits from 0 to 9, when dragging with the finger it is copied and moved to a specific place , not anywhere. This is...
asked by 21.12.2018 / 16:59