Questions tagged as 'android'

3
answers

Keyboard hides EditText

I have an activity with EditText to enter values. Whenever the keyboard appears, the editText is no longer visible (the keyboard hides EditText ). I tried to put in Manifest in the referring activity the following c...
asked by 08.03.2015 / 13:48
4
answers

Android Studio emulator with AMD processor

I'm trying to start developing applications for Android, but unfortunately I'm having some problems using the Android Studio emulator when testing the application. Basically when trying to run I get the following error:    Emulator: ERROR: x8...
asked by 22.02.2015 / 23:55
1
answer

Problem with Google Maps V2 in android SDK

I'm getting this error in my Android project that uses the google maps V2 API: 02-24 11:18:03.627: D/memalloc(24852): /dev/pmem: Mapped buffer base:0x53e95000 size:2949120 offset:2334720 fd:51 02-24 11:18:04.527: E/Random(24852): > 17.3...
asked by 24.02.2014 / 14:58
1
answer

Generation of SHA1 - Another way to do it?

All the tutorials point to a single path, in order to generate the SHA1 or MD5 sequence to be used in the Google Console, in order to get the Key API to be put in the manifest.xml file. That is, they say go to the prompt command and type tha...
asked by 06.02.2014 / 11:41
1
answer

How to transoform JSON into an array of objects of a specific class, and does this class have compound attributes?

I encountered the following problem when trying to transform a String JSON into object list. I have the following situation: I have a Response class that has some attributes, among them a list of " Post ", an object of cla...
asked by 17.05.2015 / 05:09
1
answer

Phonegap License

Hello, I'm trying to get into the world of multiplatform applications, and after some research I did some tests and read about it, I got two platforms to Intel XDK and Phonegap (Intel finally had some slowdowns) and now I'm focusing on the second...
asked by 19.05.2015 / 15:17
3
answers

Why new AlertDialog.Builder (getApplicationContext ()). create () does not work?

I have been observing this problem for some time, and I always have to keep an instance of Activity current, instead of just keeping an instance of Context , and until then I did not understand why, since the method AlertDialog....
asked by 22.04.2014 / 19:30
1
answer

What better way to make animations for android?

I'm about to start a system for android that has several animations that interact according to what the user does, would like to know which is the best tool or framework to be able to develop these animations for android? Some examples of int...
asked by 13.05.2014 / 12:56
1
answer

How to put a web service in a web hosting?

I have an Android project that uses a Web Service, however I have to restart all that is to use or make tests, activate it in Tomcat through eclipse and sometimes when I test in different networks, I have to change the ip in the project Web Serv...
asked by 23.06.2015 / 17:41
1
answer

Eclipse Application for Iphone

I need help, and I do not know what to do. I created a very simple application in Eclipse Kepler , I put it on Google Play and it was great. I would like to know if it is possible and how best to " convert " my Android project to IOS . As I...
asked by 12.09.2014 / 10:39