Questions tagged as 'drawable'

1
answer

How to Pass the Image Name Dynamically?

Hello, I'm learning now and I was able to make a Successful Crown or Application application and I decided to create another one based on it. This other application appears from a click of the mainActivity button it calls a second activity that...
asked by 30.05.2017 / 02:44
0
answers

Code does not recognize image from xhdpi folder

I saved some images directly to the drawable folder. These, Android Studio recognizes normally. But the images saved in the mdli, hdpi, xhdpi, xxhdpi and xxxhdpi folders the code does not recognize and gives error. Does anyone know what might be...
asked by 21.02.2017 / 07:42
3
answers

Listview of images and quantity - Android [closed]

Next, I have 2 questions that relate, so I'll do it in 1 topic. Well, I use this query to return a list of strings with the names of the products. public List<String> getMedico() { List<String> list = new ArrayList<>()...
asked by 26.01.2017 / 15:17