Tagged Questions
0
votes
0answers
22 views
How to loop single bitmap image in canvas android?
I want to show a single image that can scroll horizontally on touch event.If right end of image reached, the same image have to show from beginning same as marque effect.
I have use canvas to draw ...
0
votes
1answer
22 views
(SurfaceHolder.Callback) surfaceCreated never called
I am developing an Android game engine using a SurfaceView to draw Bitmaps on, with a similar framework to LunarLander. My main game engine activity sets up the layout such that it should display a ...
2
votes
3answers
44 views
Draw in Canvas by finger android
i new to Android programming and need to build a project for drawing on canvas by fingers , to get the touch event and motion event of my finger and draw .
Any one can advice me how to get start in ...
0
votes
0answers
14 views
How to set background resource instead of drawing a line in the compass view?
I have a program to show a compass it works based on the sensor of the phone. Now the issue with me is to set a background resource(needle image) instead of the line that drawn by java.
code
...
2
votes
0answers
40 views
Canvas element not displaying on other resolutions
I created an app with some bitmaps which I draw with canvas. On my Galaxy S3, all components were drawn.But when I use my Galaxy S2 (or an emulator with lower density), the hole-elements are ...
0
votes
1answer
23 views
Android: Scroll or resize Canvas on a CustomView
I have a custom view where there is a Canvas drawn with circles and lines. My problem is that once transferred to the tablet look cropped image and not real. Is there a way to resize the CustomView ...
0
votes
0answers
10 views
Layout displaces (which has CustomView) when keyboard goes away
Hope your doing well :)
I am trying to develop my android multiplayer application which uses surfaceView (in CustomView) to draw some picture and other uses guesses it. Now this part of code is one ...
0
votes
3answers
18 views
Custom view Canvas onDraw() doesnt draw anything
I am trying to draw a oval using canvas.but it never gets drawn..
here is my code for the custom view.i have also used setwillnotdraw(false) still nothing gets drawn on the screen
public class Myview ...
1
vote
0answers
30 views
Where can I find a JAVA library of visual effects and image manipulation?
I'm looking for to create an android app, and need to find a library of visual effects.
For instance: - starting with a blank canvas
(1) user draws a geometrical shape and everything in the shape ...
0
votes
2answers
32 views
Android: Generate bitmap of a view without drawing
We have a problem to generate a bitmap from a particular view. The restriction is that it can not be rendered view (drawing). Does anyone have any tips how to solve this?
The documentation of the ...
-1
votes
0answers
26 views
Native Draw Circle API Source code in Android [closed]
I have a doubt regarding Native Draw Circle API Source code in Android.
To draw A circle in Android drawCircle() API of android.graphics.Canvas class can be used.
I was trying to find the Algorithm ...
0
votes
1answer
35 views
Draw Circle at Center of Canvas
I'm just getting into basic drawing with Android. I'm starting off with a few simple shapes but I'm having a few issues. I'd like to draw a circle at the center of a canvas. I looked at a few examples ...
0
votes
1answer
28 views
page curl animation between intent in android
I am working on animation and now I have to implement page curl animation between intents(views or layout) but I found out that there is no native api or library that can be used to implement this in ...
1
vote
0answers
42 views
Android Canvas - Scale and Translate
I have an SVG that I want to zoom and pan using gestures in Android. It works, but not smoothly enough for my tastes. So how can I improve this class to have smooth panning that works at all zoom ...
0
votes
1answer
19 views
How to instantiate custom view when other arguments are added?
I know this is probably a very simple answer, but I'm a little stumped here. I'm creating a custom view, Panel, with the following constructor:
public Panel(Context context, AttributeSet attrs, int ...
0
votes
1answer
41 views
SurfaceView crashes on orientation change
I am using a SurfaceView to draw on top of the camera preview, adapting code from this tutorial. The app works at first then crashes on orientation change, sometimes on the first change, sometimes ...
0
votes
2answers
18 views
not able to extract the drawing cache with overlayed bitmap images
I am trying to save a canvas on an sdcard. Basically I am drawing two bitmaps (one on top of another) in the onDraw(Canvas canvas) method. But when I save the file, only the bottom layered Bitmap is ...
-1
votes
0answers
21 views
Android : How to erase certain path of a canvas drawn?
I've created a project that draws a black line on the canvas(View) with a picture background, now I need a eraser that can delete the drawn path so that the background picture is visible.
- Here's ...
0
votes
1answer
71 views
How to draw with multiple fingers in canvas
I am using android Canvas class from creating drawing application. This is my first attempt to work with Canvas class. So far the code that i used is working fine and the drawing is working fine. But ...
0
votes
0answers
11 views
How to create Slitherlink in android?
I have been trying to make a slitherlink app. For this i am using Canvas and drawing all the dots and lines. But when it comes to adding more options to it such as Undo last step etc, it becomes very ...
0
votes
1answer
31 views
Insert Drawable shape to View
I would like to send each time different Drawable shape to view and then add it to my activity.
The problem is I can't find a way to add the drawable shape into the canvas when I'm overriding the ...
0
votes
1answer
32 views
Create a custom map in android
I need to create a simple map application for android.
It's something along the lines of this one I made in HTML5 some time ago called CanvaMap.
I need to replicate it's features for Android. It can ...
0
votes
1answer
29 views
Android paint within an image
I need to paint a color in the white space inside the alphabet A using canvas. How can I do this?
0
votes
2answers
26 views
SVG format converting or suggestion
Pictures I was trying to draw on a canvas have come up blank using the library SVG-android-1.1 and SVG images created in Inkscape. Is there some other SVG image editor I should be using?
Here I have ...
0
votes
0answers
30 views
android canvas drawimage not working well
I try to put static logo over picture that token camera from user at Android.For that ı use Canvas but i dont know why all pictures not shown after put logo.token picture seem as curropted image.some ...
0
votes
1answer
44 views
Can't draw on canvas
I'm developing a paint activity please take a look on the code I'm working on below:
public class MyTouchEventView extends LinearLayout {
private Paint paint = new Paint();
private Path path = ...
2
votes
1answer
123 views
how to return an object into a surface view android
I am following this code on stack
Android ICS and MJPEG using AsyncTask
which is to stream mjpeg for java (code below as well). what seems to be happening is the mjpegview class is creating the ...
0
votes
0answers
19 views
android Picture.createFromStream does not reload bitmaps
On android I am drawing into a android.graphics.Picture then save the Picture to a file. Later I reload the picture into memory and draw it to the canvas. I noticed that Bitmaps were never drawing. ...
1
vote
1answer
41 views
Canvas animation slows down
I am creating a custom view where a an arc of 45% rotates around a circular image.
I have achieved this, but the animation slows down as the animation proceeds and after sometime it stops, can any one ...
0
votes
0answers
20 views
How to determine if a canvas is clicked
I'm working on a new drawing app. I want to be able to select each Canvas separately upon click (I have a stack of Views that overlap each others). So each view is as big as my ViewGroup. When I click ...
0
votes
0answers
30 views
Scaling RectF by Canvas Matrix
I have created a View where you're supposed to be able to toggle elements on and off by clicking them.
I created custom view so the elements would always fit the full available space keeping the ...
0
votes
1answer
179 views
Can't draw canvas into android bitmap
Hi guys I'm struggling with bitmaps and canvas. What I'm trying to do is to take a photo with the camera and then allow the user to create two rectangles (by sliding the finger) and mark them in the ...
0
votes
0answers
25 views
How do I modify TouchImageView to get *right* image pixel color?
I am using Mike Ortiz' TouchImageView class. Now I would like to add new functionality to his code, to be able to get the pixel color, touched by the user, of the shown image. I have been trying to do ...
1
vote
0answers
41 views
canvas.drawText changes anti-alias flag of paint object, is this an Android bug?
There was a curious bug in my app where the Paint.measureText(String text) was returning a different answer when it seemed to me it should be returning the same value. Eventually I tracked it down to ...
0
votes
1answer
34 views
Crop an android canvas drawArc
I try to create a custom widget and I have problem.
I create an half circle with canvas.drawArc for create this:
but the size of my widget is the square of arc.
Is it possible to crop widget size ...
0
votes
1answer
33 views
Drawing Rectangle inside TableLayout in Android app
I have a TableLayout in my android application. I want some Rectangles of dynamic size as the elements of the table. Using canvas I drew the rectangle, now how can I place those rectangles in my ...
1
vote
1answer
28 views
Line not visible on canvas
I'm trying to draw a line like in the code below, but I get nothing! Have I missed something or what could be wrong? I call this code with drawObjects(canvas); between canvas = ...
0
votes
0answers
35 views
how to best create click-able grid rectangles in android?
This is some code I have used in swing and java. I am looking to do this in android using a GridView. Is this possible? Or should I create my own view and use android canvas class and draw rectangles ...
0
votes
0answers
69 views
java.lang.UnsupportedOperationException with android canvas.clipPath
My understanding is that this type of error is associated with using hardware acceleration when calling canvas.clippath method because it is not supported by hardware acceleration. In the app's ...
-1
votes
0answers
23 views
In connect the dots & reveal the image app,I want to know what i have to do so that the dots & lines wil disappear slowly-2 after revealing image [closed]
I am making connect the dots and reveal the image application.I want to know what I have to do so that the dots and lines will disappear slowly-slowly after revealing image.
0
votes
2answers
36 views
Android - How to save a canvas to an image in internal memory
Hi I am making an Android app that allows a user to draw on screen. I have a button, when pressed I want the canvas to save as an image into the internal memory. I have tried the following codes but I ...
0
votes
0answers
38 views
View does not fit the canvas on canvas scale
When I'm trying to scale my canvas to a draw SCALED view, my view is actually scaled, but view is getting clipped. (probably because of its layout parameters?)
public void onDraw(Canvas canvas) {
...
2
votes
2answers
49 views
Android: draw figures on canvas
I m working on canvas. Here I just want to draw some geometric figures on canvas which may be resized according to the touch_move positions. By figures , I just meant triangle,rectangle,circle and ...
1
vote
1answer
65 views
Colliding point of graph in android by using achartEngine in android
In my android application i have developed Graph functionality using aChartEngine android.Every thing fine .I need to draw a circle on the two time series colliding point in graph.Below i show the ...
0
votes
1answer
97 views
Application crashes displaying a GroundOverlay made with a Canvas in Google Maps Android API v2
I'm displaying a GroundOverlay on my map whose image is made with a canvas on which I drew an arc, but I'm running into a few problems : first of all, the applications crashes after a little while ...
1
vote
2answers
32 views
Android AvoidXfermode is deprecated since API 16, is there a replacement?
I need to draw a bitmap on another bitmap, but I only want to draw on top of pixels that have a specific color (transparent in this case) .
I understand that AvoidXfermode could do that, but it is ...
0
votes
0answers
61 views
How To Save Long Webpage as multiple image in android?
I am working on task where i want to convert web page into either pdf or image.i tried for web to pdf conversion but i dont want to send web page to other url and other options i didn't get, so i ...
0
votes
0answers
61 views
dequeueBuffer failed (No such device)
I have 2 activities. Main Activity -> A and child Activity -> B. Activity A uses the canvas to place some images at desired position and also it plays some background music. Activity B triggered from ...
0
votes
0answers
43 views
How much time invalidate() takes for calling onDraw method of a view
Maybe for most applications this doesn't stands an issue, but, what if I want to redraw a view and my particular app requires a high resolution?.What I'm trying to say here is that you can have a ...
0
votes
1answer
62 views
in android canvas why the matrix is too slow and sluggish
I wanted to rotate image in android app around the center pivot and following is the code..
package com.android.maddy.canvs;
import android.content.Context;
import android.graphics.Bitmap;
import ...











