Questions tagged as 'android'

1
answer

Imageview - Defining Drawable by Path Path

Hello I'm starting on Android and I'm having a little project that would be a memory game. So for "shuffling the cards" I have created a function that stores in an array of integers called codimg numbers from 1 to 12 random and different. In...
asked by 24.05.2015 / 17:42
2
answers

How to create an application without title bar?

I want to create a app web with a WebView . How can I create an application without the title bar other than fullscreen ?     
asked by 08.07.2016 / 21:31
3
answers

Create an Activity and call multiple Layouts can be harmful?

As I'm still struggling in the study of Android applications and read things in this regard, I wonder if, for example, I have only one Activity and several layouts being called from it, there is a risk that the application will not agree with be...
asked by 27.10.2016 / 15:03
2
answers

Separating a String, how do I?

I have one: String url = intent://instagram.com/_u/fabiohcnobre/#Intent;package=com.instagram.android;scheme=https;end How do I separate it so that I get a String link = instagram.com/_u/fabiohcnobre and a String package = com.i...
asked by 29.10.2016 / 22:19
2
answers

How to generate drawable images for Android from Photoshop [closed]

How do I generate drawable images for an Android application from a .psd file? I have .psd with buttons and images of background , but I do not know how to convert this and use the app I'm developing.     
asked by 17.05.2015 / 07:07
2
answers

How to put "wait" animation on Android?

I wonder how I put a "Wait" animation while doing a heavy task on Android. In case, when the user type the zip I want to run an animation asking to wait while I make the request. private Activity context; private ProgressDialog progress; priv...
asked by 19.05.2015 / 15:35
1
answer

Volley on Android

Volley on Android, I understand it's a library, the question is: Library for what? Is it native to Android? If yes, how to use it? If not where to download?
asked by 29.03.2016 / 05:59
1
answer

Change overflow color button

I would like to know how to change the color of the overflow button, if it is not possible, to change the image to SDK minimum 10     
asked by 22.07.2015 / 13:36
2
answers

ListView locking a lot on scroll

My ListView is crashing a lot on the scroll, I already tried to implement the ViewHolder to the Adapter but it did not solve, could you help me? Adapter: public class Adapter extends SimpleAdapter { private Context context; public...
asked by 22.07.2015 / 04:28
2
answers

Checking time in java

Given a list with timetables eg: String [] schedules = {"11:00", "12:00", "13:00"}; I want to pick up my current time and compare it to the list next time, ie current time is 11:30 am, I get the "12:00" list.     
asked by 11.07.2015 / 07:54