Questions tagged as 'drawable'

1
answer

Would 15 the maximum limit of images by Drawable Resource File in Android Studio?

I'd like to make a Animation Drawable with 18 images in Android Studio, but when I tried to run it, the application stopped working and I gave it to Android Monitor : < p> 03-16 16:58:26.531 12973-12973/genesysgeneration.animation E/AndroidR...
asked by 16.03.2017 / 21:07
1
answer

Change color of icons in API 19 KitKat

Since API 19 (KitKat) is still very popular, it is a good choice to support this release. However, it does not support many features, such as backgroundTint and ImageTint. This puts me in many compatibility issues and design choices. I have s...
asked by 11.05.2017 / 15:47
1
answer

Empty drawable folder Android Studio - None of the resolution options appear

I created a new project in Android Studio Version 1.3.2 and there are none of the folders that specific the resolutions corresponding to them eg: Drawable-hdpi, Drawable-ldpi. I have already changed the way Android is viewed for Package as a...
asked by 18.10.2015 / 16:07
1
answer

Most suitable API - OpenGL ES 2.0 x Canvas x Drawable

Good morning, I would like to make an application for Android to do the following: display the floor of a house on the cell phone, and the user touching a room on the screen, the color of the room change. I'm familiarized with OpenGL ES 2.0...
asked by 18.01.2015 / 13:04
1
answer

Convert Bitmap / Drawable to Drawable (int)

I need to convert a Bitmap or even a Drawable into a Drawable (int), since I'm using a Bootstrap for android that needs an object of this type, but since I'm downloading the image from a url and not picking it internally, I'm getting it. Here...
asked by 17.03.2014 / 15:04
0
answers

Dynamic layout with multiple buttons inside - android

Good I have to do in android a layout that is a rectangle (with dynamic dimensions, received by parameters) where it has successive crosses inside that are in practice buttons that when carrying make several measurements. But I do not know if...
asked by 16.11.2018 / 23:27
0
answers

Sortable with Z-index

I am trying to use this function that Jquery provides, however, by increasing it: Jquery function: $(function() { $("#sortable").sortable(); $("#sortable").disableSelection(); }); #sortable { list-style-type: none; margin: 0;...
asked by 04.09.2018 / 16:05
0
answers

Organize multiple images in Android Studio

I have many images in the project, I wanted to organize in folders within the drawable, would I have? type within drawable has n folders to save my images, but that when I put them in the image view they work.     
asked by 31.05.2018 / 17:55
1
answer

Pick images from drawable folder by name

I would like to know how to get the id of an image from the drawable folder and use it in an ImageView. I'm trying to do this inside a ListView String nomeImgFilme = filme.getImagem(); int imgID = convertView.getResources().getIdentifier(nomeI...
asked by 08.04.2018 / 15:16
1
answer

Creating a subfolder in the drawable Android Studio [duplicate]

I want to create a subfolder in drawable because I am using many images in my application and would like to organize them. How do I create and leave the folder visible to be used?     
asked by 07.06.2017 / 02:40