SurfaceView is a widget on the Android platform which provides a dedicated drawing surface.
0
votes
0answers
27 views
RuntimeException: Method called after release() Android
I am developing an app that reads a QR code, sends some information to database and gets ready for next QR code after 5 seconds in on onPostExecute() of AsyncTask. However, sometimes I get this error:
...
0
votes
0answers
9 views
How to make SurfaceView transparent on GingerBread(2.3)?
I want a transparent SurfaceView.
I find a method here:
how to make surfaceview transparent
But in my side, this only works on 4.0. But it does not work on 2.3.
Thanks any advise~~
1
vote
1answer
31 views
getSupportedPictureSize() returns a value which is not actually supported by Nexus4
I have extended a SurfaceView for displaying the camera feed for a very simple camera application. To find the optimal preview size for each device, I used this sample code which is used in almost all ...
0
votes
0answers
5 views
Android game in surfaceview lagg spikes
guys. I'm playing around with making my very first Android game, but stumbled into a problem. The framerate seems to have random lag spikes. If I comment the background(s) out the framerate gets much ...
-1
votes
1answer
26 views
creating a basic baseball game using a surface view i am trying to get my baseball image to show [closed]
i am trying to create a basic baseball game in android. The background image is set to a xml file, and i want to set a base ball image on home plate to be moved on touch of the screen. Th problem is ...
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
1answer
21 views
can't get high fps in SurfaceView on android
in my game thread i'm trying to get high fps- about 60
but only locking the canvas already make it 60 fps the most
this is the code i use-
public void run()
{
super.run();
int FPS = 60;
...
-4
votes
1answer
26 views
Camera is not rotaing according phone move? [closed]
I am working on android tablet application. i have implemented camera in one of activity using surface view. i want that camera should work in all position of tablet but it is not moving according ...
1
vote
0answers
49 views
Android camera-preview on surfaceview
I developed an app which uses the camera on my android-phone. If I click a button to start the preview it shows the preview on a surface-view and then it takes every X seconds a picture.
My problem ...
0
votes
0answers
28 views
Android SurfaceView behaving strange
I am trying to follow a tutorial on how to use the SurfaceView, but when I do so, it behaves strangely in that I seem to draw on two separate canvases that take turn on being on top of the screen.
I ...
0
votes
0answers
12 views
Interprettint text from the surface view
I have a transparent surface view in which i can scribble with free hand .
I want to interpret what is scribbled on the surface view and use it as text anywhere .
Please guide on how to interpret it ...
1
vote
2answers
35 views
Trying to get or pass Button in/to Custom SurfaceView from the same Layout
I am creating a small game I have an activity:
GameActivity.java:
public class GameActivity extends Activity {
public static Button btnPause;
@Override
protected void onCreate(Bundle ...
0
votes
1answer
16 views
Draw icons in surfaceView
My application is an augmented reality application and i draw icons in the camera's surfaceview. The icons where drawn according to the result of the compass. The application is locked in landscape ...
0
votes
0answers
16 views
android camera surfaceview layout error
I opened a camera screen. In the layout file, i put the SurfaceView as the first view, then i want to add some button to this screen, so i added Button after the surfaceview.
But when i go into this ...
0
votes
1answer
42 views
Using a ViewPager over a CameraPreview
I've been trying to create a Camera Preview that displays a View Pager with several transparent images over the preview. But, I'm getting this error:
05-10 03:31:23.614: E/AndroidRuntime(674): FATAL ...
1
vote
2answers
59 views
Need a Working Android SurfaceView Tutorial
I have been working on some android applications for about a week now. My android app is a simple 2D game using all sorts of shapes. I got the main menu set up, then as I was going to start coding the ...
0
votes
0answers
19 views
Android - Stream and Record at the same time
How can Streaming and Recording be done at the same time in android? To explain more
I have a service running which starts a camera app by using
Intent i = new Intent(Intent.ACTION_MAIN, null);
...
0
votes
2answers
69 views
Why is my android activity being stopped?
I have inherited some code from an application that I need to modify (yuck). The activity in question implements SurfaceHolder.Callback and SensorEventListener. This activity is for a custom Camera.
...
0
votes
0answers
14 views
Divide screen into multiple sections of different colors
package com.example.droidz;
public class MainGamePanel extends SurfaceView implements SurfaceHolder.Callback {
private Droid droid;
public MainGamePanel(Context context) {
super(context);
...
0
votes
0answers
20 views
Make surface view transparent to current layout only
In my app i am using surface view for drawing perspective and some buttons on the same layout.
I am done with the drawing part but don't know how to make surface view transparent for the current ...
-1
votes
0answers
15 views
i want to create a surfaceview with three sections, each having a different color. How do i do it? [closed]
i have my created a class which extends surfaceview. I also have a bitmap image that can be dragged across the screen. I want to change the image when it is moved between sections. Player should be ...
0
votes
2answers
61 views
Android Video player With in Small layout
I am trying to create an Android video player, similar to the Youtube player. I am going to follow these steps to create the player:
Top layout for designing.
Middle Layout for ...
0
votes
1answer
39 views
start other activity from activity that has thread
I want to move from activity that has thread in it (actually it's in the activity's SurfaceView) to other activity. But when I run it, sometimes it works, sometimes it's not responding (it moves to ...
0
votes
1answer
37 views
Android SurfaceView Thread with multiple activities
I have a thread as part of a surface view object:
public class GameArena extends SurfaceView implements SurfaceHolder.Callback
{
private GameThread thread = null;
// Etc
}
And this ...
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
36 views
Displaying custom bitmaps processed from camera preview
I'd like to grab frames from the camera, process them and display them as bitmaps on a SurfaceView:
mCamera.setPreviewDisplay(mSurfaceView.getHolder());
// [...] do image processing on raw camera ...
0
votes
0answers
32 views
How to update bitmap coordinates with onClick Button located on mainactivity?
This is my main activity
public class Survival extends Activity implements OnClickListener {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle ...
0
votes
1answer
26 views
SurfaceView error
@Override
protected void onDraw(Canvas canvas){
super.onDraw(canvas);
Paint paint = new Paint();
canvas.drawPaint(paint);
...
0
votes
1answer
44 views
using internal camera through SurfaceView
I am using internal camera through SurfaceView. but I have problem when I press Home Button and restart. I find a lot similar Questions. and I try many method but they can not fix.
Maybe I miss ...
0
votes
0answers
26 views
Calling SurfaceView and Renderer
I just have a small question about OpenGL ES 1. When you create a SurfaceView with a Renderer, to start the OpenGL process you need to create an intent in your main class right? Like so?
Intent ...
0
votes
0answers
59 views
android.view.ViewRootImpl.performTraversals
I have activity with MediaPlayer. But lots of users don`t like it because of crashes with exception:
java.lang.NullPointerException
at android.os.Parcel.readException(Parcel.java:1333)
at ...
0
votes
1answer
236 views
The surface has been released when I try to setDisplay to MediaPlayer
My xml file:
<SurfaceView
android:id="@+id/surfaceView"
android:layout_marginTop="50dp"
android:layout_width="fill_parent"
android:layout_height="300dp" />
My function to ...
0
votes
0answers
12 views
Surefecview (play videolist) from class
I want to play videolist if after 5mins the app get idle (nobody touch screen for 5mins). I found 2 good samples for video playing but I could not prepare what I want.
...
-2
votes
1answer
71 views
double tap to make surface view full screen [closed]
I am making a small application to play videos, I am not able to figure out how to make the playing video full screen by double tapping.
Can anyone suggest please.
0
votes
0answers
49 views
Android SurfaceView cover with a view,but view‘s color will become dark
I have a SurfaceView that is covered with a view, this view is semitransparent,but this SurfaceView lets the view's color become dark.
If we show a Toast with Activity, the view's color will become ...
0
votes
0answers
106 views
pinch zoom effect with Android SurfaceView
I want to zoom SurfaceView so that,we can video player and camera too.I searched lot but didn’t found any proper guideline.Lot of question have been asked related to this but no proper solution I ...
0
votes
1answer
76 views
Android: Return to Main menu after surface view
i am making a game on android..
i have a main activity..where i have made my main menu in a void menu() and just called it in on create
menu();
in that the play button has a on clicklistener..
...
0
votes
1answer
58 views
Android: from surfaceview back to the menu
i am making a simple game in which i draw a set of bitmaps on a canvas on surface view..
now in my main activity i have a linear layout where i have designed a button.
in the onclick of this button i ...
0
votes
1answer
39 views
Android text size on Canvas differ from text size in TextView
I have a SurfaceView and TextView on which I drawing a text
Paint p = new Paint();
p.p.setTextSize(14);
canvas.drawText(....
TextView text =...
text.setTextSize(14);
On some devices both texts ...
0
votes
1answer
130 views
Moving bitmap with SurfaceView is slow
I am developing a game for android. Between stages, i want to show a part of a map with a route, and move it from a city to city (stage to stage).
First i want to do it on my phone, this a Samsung ...
1
vote
0answers
62 views
Can I use lockCanvas() in onPreviewFrame callback?
I'm fighting with an IllegalArgumentException when using lockCanvas() in onPreviewFrame.
Basically what I want to achieve is to grab the frame, process it, and draw it directly to the surface of ...
1
vote
1answer
87 views
How to connect button actions with surfaceview canvas drawables?
My problem is that I don't know how to change position of a canvas drawable on click of
my button that it's located in the main activity and not to surfaceview so the code to work should be on ...
2
votes
0answers
82 views
Camera preview stretched even after setting the correct dimensions
I'm creating a camera app that implements it's own camera preview for taking pictures.
The app is currently forced into portrait mode.
My problem is that the preview from the camera is slightly ...
0
votes
1answer
185 views
SurfaceView does not display video from media player
I am making a custom video player for which i am using surfaceview along with video player, but when I run the application, it just displays black screen and plays audio.
My Code:
public class ...
0
votes
1answer
122 views
Memory game in android extending from surface view
Trying create a memory game in android without using the xml layout, essentially what i'm trying to do now is create two identical cards in different places on the grid. So what i'm asking here is how ...
0
votes
1answer
130 views
Android Camera Preview Code not working with Nexus7 -surfaceView error
I've created a camera app for android with the android camera code tutorial http://developer.android.com/guide/topics/media/camera.html#custom-camera. It works for the XperiaZ - LgoptimusBlack- ...
1
vote
0answers
124 views
Workaround to Android SurfaceView touch lag
I've finished programming a functional Android game, but I don't know where to look to fix touch lag: Anytime the screen is touched, the framerate drops in half. My code is basically a copy and paste ...
0
votes
1answer
39 views
Custom SurfaceView: draws not appears
I am using custom surfaceview. But draws not appears and view is full black:
public class SV extends SurfaceView {
Context context;
public SV (Context a_context)
{
...
1
vote
1answer
85 views
SurfaceView refresh in android
I am working on an application which need to extend the SurfaceView. Now I meet some problems with the redraw of the view.
For a normal android.view.View, I will override the onDraw() method, put all ...
0
votes
0answers
52 views
android surfaceView onTouchListener
I want to add an OnTouchListener to my surfaceView but I can't quite get it.
I tried to add the OnTouchListener in the MainActivity with
surfaceView.setOnClickListener(this);
without result. Any ...




