Questions tagged as 'android'

1
answer

Android library Gson on Mobile does not work

The problem I have is that in my Android application I am using an object
asked by 08.05.2016 / 15:47
1
answer

Error showing an image with JSON on Android

How about, I'm trying to show images in a ImageView from a database mysql on Android. It shows me the following: org.json.JSONException: Value <html><body><script of type java.lang.String cannot be converted to JSONO...
asked by 10.05.2016 / 19:05
1
answer

Performance issues in a NumberPicker

I have a NumberPicker that loads approximately 6000 records. When you try it in api > 20 your answer is not more than 2 seconds but when you test it in a api < 19 your answer is 15 seconds or more. I want to know if...
asked by 20.04.2016 / 15:46
2
answers

Error with the version of jdk xamarin android?

I get an error when using Xamarin:    xamarin java.lang.UnsupportedClassVersionError: com / android / dx / command / Main: Unsupported major.minor version 52.0     
asked by 29.10.2016 / 00:42
2
answers

Error after upgrading to cordova 6.4.0 in a project with Meteor

I have a project that was running with cordova 6.3.1 and it was all ok. After adding phonegap-plugin-push I started having problems %% Plugin doesn't support this project's cordova version. cordova: 6.3.1, failed version requirement: >=6.4....
asked by 07.11.2016 / 18:38
1
answer

Null longitude and latitude when wanting to obtain them

I have a class where it is assumed that you get the longitude and latitude but when you want to get it from my service, I send it in 0.0 I searched for the answers they give me, the code does not work here. GPSTracker.java package com.andro...
asked by 27.09.2016 / 21:14
1
answer

: CordovaLib: compileDebugJavaWithJavac FAILED

Since I updated the ionic CLI version, since it was asking for it, I had some problems, but only with new projects, I do not know if it is due to any conflict, the problem arises when trying to compile and obtain my apk.   : CordovaLib: compi...
asked by 27.09.2016 / 17:53
1
answer

Implement Map Globo Rajawali in a fragment Andriod

Good morning, I have problems with incorporating the earth map in an android fragment From an activity it is done in this way: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setConten...
asked by 17.03.2016 / 19:18
1
answer

How to make a progress bar 0 to 100?

I wanted to know how to create that screen that applications have when they open and load , in some a logo appears, in others a bar appears that is loaded from 0 to 100. and then the app appears What is the name of that type of activity and...
asked by 09.04.2016 / 02:14
0
answers

Android keyboard uses the whole screen in landscape mode on some devices

I have an application that I need to use only in landscape mode and it turns out that in one device it occupies the whole screen and in another it only occupies half. I need only half of it to be used since it is uncomfortable to have to...
asked by 19.12.2018 / 22:08