A Drawable is a graphics-related term which generally means "something to be drawn."
0
votes
0answers
13 views
Space for movable 2D obects
I have a rather general question regarding android app design. The idea is to create two wide(screen width) columns that user can swipe between in a Windows Phone fashion. First column would contain ...
0
votes
0answers
10 views
Click event for the Drawable Left of an EditText
I am following Setting onClickListner for the Drawable right of an EditText for my purpose,
But I am not getting CoreSystemContext.SCALE in code. So it shows Error. How I can get ...
-2
votes
1answer
26 views
Different ways to set imageview if you have path_to_image in hand [duplicate]
I'm seeking different ways to setBackground of imageview, when you have Path to the image in hand.
Eg:- Using Drawable class
Drawable pic=Drawable.createFromPath(pathName);
...
0
votes
1answer
16 views
Set ImageView to a drawable (Android)
Forgive me for being new to and my teminology may be incorrect:
I have an array of images in class1, when an image is selected its id is passed to class2 (code below) I then display that image and ...
0
votes
1answer
19 views
Change shape solid color at runtime inside Drawable xml used as background
I've a Drawable xml file (background.xml):
<?xml version="1.0" encoding="UTF-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
...
0
votes
1answer
45 views
Android Progress Bar slow rotation on pre HoneyComb devices
I've been trying to achieve an smooth rotation of a drawer in pre honeycomb devices, but it was impossible for me:
In my layout.xml
<ProgressBar
style="@style/ProgressBarLarge"
...
1
vote
0answers
36 views
How to create a simple animation in android [closed]
I want to know what is the best when I want to create a simple animation in android, for example if I have a character face and I want to move the eyes fron right to left and so on.
I suggest yo use ...
0
votes
0answers
12 views
Android: Percentage in gradient drawable?
I wanted some effect like CSS gradient
-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b7a1), color-stop(50%,#8c3310), color-stop(51%,#752201), color-stop(100%,#bf6e4e));
my ...
0
votes
0answers
20 views
Scaling to screen size, editing image and exporting with it's original size
I'm writing an android app that should load a picture from gallery and then the user will be able to add some predefined images(drawables) on the selected picture. They can drag, resize and rotate ...
0
votes
2answers
40 views
Drawing an Interactive User Interface in WPF
Is there any way to make a user interface in WPF that replicates the following diagram?
The idea was to have a control with three possible directions. In this control users could select the ...
0
votes
1answer
42 views
Java/Android rounded drawable/bitmap - 4 diffrent radiuses and size
I searched but not found any clue to help my problem:
I have an ImageView with some layer drawable that presents border radiuses to that view. Also I set jpg/png file that should present its ...
0
votes
0answers
34 views
Draw a binary search tree in wpf [closed]
I have an implementation of a BST that represents the direction of certain points. So I wanted to know how can I represent the tree as a chart.
class Node
{
//...
public Node left, ...
0
votes
2answers
20 views
setDrawable with dynamic parameter
I am using a listview with a basic adapter.
Each row has 1 imageview + 1 textview.
I want to be able to populate the image of each row dynamically with code, not xml
My images are located in my ...
0
votes
2answers
50 views
Set a drawable as background programmatically
EDIT: Sorry i realize from your comment my question was not clear enough. I will post a new one. Sorry for this and thanks for your answers
I am populating a listview from a Json file.
With my ...
0
votes
0answers
8 views
mutate and immutate drawable android
I have a list view in android that use custom layout for each list item
each list item has a background of layered drawable
when I make the adapter of this list I get this layered drawable and ...
0
votes
0answers
40 views
Android - Change drawable dynamically using Java at runtime
I would like to be able to change the value of android:background using Java at any given time. This is how I set up my theme:
<style name="AppTheme" parent="AppBaseTheme">
<item ...
0
votes
1answer
49 views
Questions about an Android Tutorial
I started learning about Bitmaps and simple graphics in Android. I'm a little new to this so I'm still trying to grasp the concepts. My code below comes from a tutorial. It works with bitmap and ...
-1
votes
2answers
103 views
How to design layout for S4
Like for the earlier devices we can create 3 kinds of layouts:-
normal-layout
large-layout
xlarge-layout
But what if I want to develop application for Samsung Galaxy S4. Is there any new ...
-1
votes
3answers
31 views
Local variable may not have been initialized for AssetManager Drawable [duplicate]
I have a class where I am trying to read images using AssetManager in Android application.I have to call this class in another class.
import android.app.Activity;
import ...
0
votes
0answers
26 views
Android: How to stretch an background drawable to the screen width while cropping it vertically and maintaining aspect ratio?
I have a background drawable and I want to stretch it horizontally to the screen width and maintain its aspect ratio, but I want to crop it vertically since it will go out of the bottom of the screen.
...
0
votes
2answers
28 views
android - get resource id from gallery
So i have a program with a Gallery (made with pictures from the resources folder), a Button and an ImageView
I want to choose one of the images from the gallery, press the button, and change the ...
0
votes
1answer
74 views
How to create a Progressbar drawable in Android?
I would like to place a Progressbar over an Imageview until an image is loaded there using an async task so that the new bitmap will replace the progressbar drawable. I have checked out the Android ...
0
votes
3answers
23 views
Force app to select sw320dp in android
i have created an android app that can work in almost all the devices except resolution of
320w x 480h (LG-p500) . I tried creating a drawable-sw320dp and also layout-sw320dp.
I also have ...
0
votes
0answers
14 views
Android View and Drawabel issue
If i call View.invalidate() method, View will repeat draw().I have searched for lots of information about invalidate(),do not find much about draw().What I want to know is how does invalidate() make ...
0
votes
0answers
21 views
control animationDrawable with gesture
I'm currently working on AnimationDrawable and i was wondering if every drawable items can be controlled by swipe right and left gesture to perform rewind and forward.and it should halt if no gesture ...
0
votes
0answers
38 views
How many pictures can I put in res/drawable file?
I am new Android project. I added 44 pictures inside res/drawable but when I coded, it allow me to link only 1-8 pictures. I do not understand why can't I link to the less. Can anyone help me about ...
0
votes
3answers
88 views
Display drawable in Sherlocklistfragment with custom layout
Im trying to display drawables from packages installed on the android device example: "com.android.browser" to show an icon for the application.
I have setup an sherlocklistfragment with this layout
...
0
votes
0answers
19 views
Android List drawable colorfilter wrong
I have the following situation
MyAdapter extends CursorAdapter{
...
void bindview(..) {
Drawable drawable = context.getResources.getDrawable(id).mutate();
...
0
votes
3answers
35 views
Issue with drawable folder for 540 * 960 , Unable to view the actual size in emulator
I have created a drawable folder for 540 * 960 size as name like drawable-sw540 and also created layout-sw540,but running in emulator resolution of 540 * 960.It doesn't effect and view the actual ...
0
votes
3answers
41 views
Scaling bitmap to 80 percent
I am trying to scale a bitmap using options.inSampleSize, but by what I understand the mapping goes like this
If inSampleSize 1 then the resulting image is 100%
If inSampleSize 2 then the resulting ...
0
votes
1answer
58 views
Android Storing Drawable In Array
I'm currently trying to access and use an image in place of text in a Spinner I'm using.
The below code works, if I were to use text specifically instead of drawables.
I previously referenced this ...
0
votes
3answers
87 views
Eclipse: save image from drawable resource
I have to save an image in to a gallery from a drawable resource with a button and I have use this code:
@Override
public void onClick(View arg0) {
// TODO Auto-generated ...
1
vote
1answer
29 views
Android: Checking Background Resource Drawable
Please help how can we do a Background Resource Check?
Example:
Button button1;
protected void onCreate(Bundle savedInstanceState) {
..........................................
button1 = ...
4
votes
4answers
193 views
Custom Seekbar with masking effect with two drawables?
I am using a custom seekbar to show a graph. I had done till this. I am showing this graph by applying a background drawable to the seekbar. Now my problem is, I need to set the blue one as progress ...
0
votes
1answer
28 views
bitmap.getWidth/getHeight return different values [duplicate]
I have an icon with 48x48 dimension. And I put it under the drawable-mdpi folder.
Then I tried to get its size:
BitmapDrawable bd = (BitmapDrawable) ...
1
vote
2answers
31 views
how to access the drawable resources by name in android
In my application, I need to get the some bitmap drawables somewhere where I do not want to keep the reference R. So I create a class DrawableManager to manage the drawables.
public class ...
0
votes
1answer
38 views
Resizing an image to look the same across all devices
I read the http://developer.android.com/guide/practices/screens_support.html and I understood only a few things.
So, I have an ImageView with android:src = "@drawable/logo". The logo.png is placed ...
0
votes
0answers
20 views
Drawing borders around irregular grid in android
I have a grid in my Android app and would like to have 1 point border around each element.
I tried defining the border using a drawable like this:
<shape ...
0
votes
0answers
30 views
Change external shape color in XML
So, if I have a shape:
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<corners
android:radius="10dp"/>
</shape>
...
0
votes
2answers
253 views
Map Marker icon animation (Google Maps API V2 for Android)
On a custom event, I need my Marker to update its drawable 6 times (basically, I want the Marker to grow and shrink 3 times with a delay of 0.5 s between each growth and each shrink) so it notifies ...
0
votes
1answer
56 views
Applying color filter in StateListDrawable not working
I'm writing an application in which I have to do some on-the-fly image-mutations.
What I have to do is put a drawable on screen somewhere, give it a fancy color that can be changed on the fly and ...
2
votes
0answers
43 views
Change Padding in Selector drawable
i am trying to change the padding from a Button in a custom drawable ressource, and reuse this in a selector.
Changing the drawable seems not the Problem, but the App always use the highest padding ...
1
vote
1answer
23 views
Android Drawable getTransparentRegion() not working
I'm trying to get the dimensions of the transparent region of a PNG.
Region transparentRegion = drawable.getTransparentRegion();
My Drawables are 100% valid as far as I can tell, all of their ...
0
votes
1answer
34 views
Bidirectional scrollable table/grid
I have to create a table of items in an Android Fragment which can exceed both the width and the height, so it would need to be scrolled on both ways. Think of a TV Guide with the hours on the ...
0
votes
2answers
55 views
android - images in Drawable folder and getting their id's into java
I'm new to development and I'm stuck at a point where I don't know what would be the best possible solution.
I have a list of 26 images saved in the drawable folder. Lets say a to z. When user ...
0
votes
0answers
60 views
Android Drawable.createfromstream return null
I want to download an image from my server computer as a Drawable because I want to use them as AnimationDrawable. However, when I try to use Drawable.createFromStream or Drawable.createFromPath, they ...
0
votes
0answers
27 views
How to properly initialize multiple images from drawable folder?
I have multiple images in drawable-hdpi folder and I can initialize them such way:
final int[] imageIDs = {
R.drawable.img1, R.drawable.img2, R.drawable.img3 ...
};
But if I ...
2
votes
1answer
60 views
Set semi-transparent drawable on top of TextView at runtime
In an application to manage the costs of a living community, an user can 'terminate' a month, which is then stored in a database.
In a specific Activity of this app, there are shown the last four ...
0
votes
0answers
44 views
Android Animation Drawable Error with BitmapDrawable
I am now writing a program to play a list of image using AnimationDraawable in android application. The list of images are download from the server. But I have encountered error in my program that ...
0
votes
0answers
22 views
Show tap effect on ImageButton with dynamic background image insertion
How is it possible to show a tap effect (something like color change, etc) on an ImageButton whose background is set dynamically using code. I don't think using using Statelist would work, since the ...



