Questions tagged as 'android'

1
answer

A little problem in Eclipse

There was, yesterday, a question right here on the site regarding a problem in my Eclipse ADT. I thank the lucky man, whose name I am not remembered, for helping me! The way was to install a plugin in the SDK. Even so, when I build my Android...
asked by 24.05.2015 / 22:13
1
answer

Framework iText generating empty file (0 kb) [closed]

I have a project that was generating the PDFs normally, it generated the texts and images in the file, it was a beauty, however, a while later it left unexpectedly to generate the file in the correct way, no matter what I do it will always gener...
asked by 25.05.2015 / 20:34
0
answers

How do I open projects in Android Studio? [closed]

I downloaded several projects ready for study purposes in Android Studio. They are projects like calculator, agenda, etc. But I can not open them in Android Studio in the way that, I think, is correct. I can open separate files, such as xml ......
asked by 05.04.2015 / 22:56
0
answers

"OutOfMemoryError" error using Volley

I'm doing an application where I have a URL that returns a JSON, through the Volley library, I'm picking up the contents of that URL and turning it into string , this process runs every 5 seconds, after a certain period my application generat...
asked by 26.03.2015 / 18:26
0
answers

How do I import correctly using Maven in Android Studio?

I imported org.apache.commons:commons-email through the ALT + SHIFT + CTRL + S command in Android Studio. The class has identified without problems but I can not compile the project! PS: I entered the error directory and only has a...
asked by 24.03.2015 / 01:33
1
answer

RuntimeException (Android)

I want to put atendenteBalaoProdutoNome on side of AtendenteBalaoProdutoValor , like this: Todothis,I'vetriedthis:Attendant.xml<?xmlversion="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/ap...
asked by 13.05.2015 / 22:12
0
answers

detecting movements using onTouchEvent

I found this method on the internet to detect motion, however I would like it when I move to the right executes a command ( example change the color of the button ), but I am having trouble implementing this code if someone knows Give me strengt...
asked by 13.05.2015 / 18:05
1
answer

Gradle - Command Line Arguments

I have a question about how to pass an argument on the command line where I will pass the NDK path of my Android project. I have locally my local.properties file where I define the path in ndk.dir, however there is the problem when this proje...
asked by 12.05.2015 / 22:41
0
answers

How do I make one image not go over another?

Alright? I have a code where I can move several images with the mouse but when dragging an image it goes over the others. I want to move it without going over it. Follow the codes: package br.com.example.teste8; import android.app.Activity...
asked by 12.05.2015 / 23:48
1
answer

Enlarge ImageView Android image

I want to enlarge an image of imageView ie make that effect of whatsapp when you receive an image and the user clicks on the image it opens.     
asked by 20.04.2015 / 05:35