Questions tagged as 'android-studio'

1
answer

Google Apps Script Forms Service from Android

I am working on research for the development of a web browser-type mobile app that opens a page, in order to work in the offline mode of Google Forms. I know I need to use this Google Apps Script Forms service to develop this application, b...
asked by 02.10.2016 / 04:32
2
answers

insert records by asynctask in a web service from android

I want to insert records into a database, but iterate through a list. and in each tour insert the record. can the asynctask be run inside a for? any help please.     
asked by 08.09.2016 / 17:10
1
answer

Error Parsing Date Sqlite

I'm trying to pause a date in SQLite but it gives me the following error:    W / System.err: java.text.ParseException: Unparseable date: "Sat Feb 27 00:00:00 EST 2016" (at offset 0)   07-15 13: 32: 55.178 10245-10245 / mx.com.oncontrol.oncont...
asked by 16.07.2016 / 00:24
1
answer

Error: (1, 0) Gradle DSL method not found: 'apply ()'

I have an error I never had in when compiling in Android Studio.    Error: (1, 0) Gradle DSL method not found: 'apply ()' Possible causes:       The project 'Mas104.5' may be using a version of Gradle that does not contain the method. Open...
asked by 27.07.2016 / 13:54
2
answers

Twilio: Problems with dependencies in Android

doing an implementation of two Twilio SDKs: Programmable Video IP Messaging Client I find the problem that the dependencies of one, affects me the other, or at least I think that since I first implemented the IP Messaging Client...
asked by 26.07.2016 / 20:47
2
answers

Show mysql query of multiple columns on android

I need to show in Android the data I get from a query with mysql but it will result in several columns, since in android there is no such thing as JTable I was wondering how the information obtained by this query could be displayed.     
asked by 30.06.2016 / 10:02
2
answers

Get Array List by AsyncTask from a URL

I am trying to extract a list array by asynctask of a url but I can not complete the action. This is the error:    Error: (35, 22) error: incompatible types   required: ArrayList   found: ArrayList       Error: (34,...
asked by 30.06.2016 / 21:17
1
answer

Deactivate App as Android administrator

I am wanting to deactivate my application as an administrator from Java by launching an Intent, since with the following code, it launches the Intent to Activate it Intent intent = new Intent(DevicePolicyManager.ACTION_ADD_DEVICE_ADMIN);...
asked by 13.07.2016 / 22:50
1
answer

Orientation in Azure

I have a database mounted in azure , the problem here is that I use php files to get the values in Json and thus display them in Android Studio , but the platform charges me for the use of the application on Android, my...
asked by 03.01.2017 / 01:42
1
answer

How to access the developer mode on Android TV?

I'm doing tests with Android TV to install an application from the Android Studio, and I can not find how to access developer mode . In other Android devices, sometimes the mode of developer mode is somewhat hidden, but in Android TV on a Sam...
asked by 22.07.2016 / 18:28