Questions tagged as 'android'

2
answers

Error using Google APIs to run from Android 2.3 (API Level 9)

I'm developing an app that will run from version 2.3 of Android (GingerBread - API Level 9) . However, when trying to add Firebase and Google Admob dependencies, the following error occurred while trying to sync: This support library s...
asked by 09.05.2017 / 15:25
0
answers

Configuration in WebView

Good afternoon, I have an application (in xamarin for android) where inside it opens a webview in a link of a course platform that I have ... however there is a big difference between me opening this platform in my webView and in one browser lik...
asked by 08.05.2017 / 17:54
0
answers

TextView is not aligned below with the android property: layout_gravity="bottom"

I have two texts views that will appear in a ListView and I want one to be aligned above and one below, but it's not working the way I'm doing.      xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android....
asked by 17.05.2017 / 18:10
0
answers

How do I access a pdf file stored in R.raw in the android SDK?

I think I'm missing some information for the pdf file to appear in my app. I used the following line of code inside the OnCreate method: PDFView novo = (PDFView)findViewById(R.id.pdfView); novo.fromAsset("arquivo"); But stil...
asked by 17.05.2017 / 17:44
0
answers

How to make the webview work, I tried it but it does not work

I've tried everything but my webview does not work. help me the java code public class TelaIrlanda extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setC...
asked by 17.05.2017 / 18:25
1
answer

Opening a database in SQLite instead of creating it in Android Studio

Hello, I would like your help if there is a possibility to open a .db database (instead of creating the file) by android studio using sqlite. I already created a .db data file with the data and played inside the device folder (data / data ......
asked by 17.04.2017 / 20:50
0
answers

Android Retrofit 2 Simple XML Converter Response

I'm using Retrofit 2.2.0 and Retrofit SimpleXML Converter 2.2.0. I added the simplexmlconverter to the retrofit instance with the addConverterFactory method. The problem is that when I get the response from the server, the following error occ...
asked by 17.04.2017 / 21:16
0
answers

Jquery and keyboard in android and IOS

I am having difficulty catching which character the user pressed when using smartphone with ANDROID / IPHONE. I use the jquery keyup event, but the answer is always undefined or 229. Does anyone know how to solve this? The code I'm using:...
asked by 12.04.2017 / 01:19
1
answer

Error installing React Native

I'm trying to set up the react native environment on my computer. Get install choco package manager. But when I try to install python2 with the command: choco install python2 this error message appears: I'm using windows 10 64 wi...
asked by 11.04.2017 / 15:52
0
answers

Download by javascript does not work on intel xdk

I have a script that works normally in the mobile browser and in the browser of the computer, however when it generates an apk it saves a file with another extension instead of the proposal. Below is my script $("#download").click(funct...
asked by 27.05.2017 / 14:08