The main activity is launched with a layout that includes a EditText and 开发者_StackOverflowa custom SurfaceView. Inside the SurfaceView class, how can I access the global EditText object? For exampl
I am making the classic AR app for Android. I am using a SurfaceView to show the camera. I want to know, how I put things over it... Currently I am using widgets, but they have two issues:
I\'m sorry if this topic has been brought before, but all my searches on the web and google groups did not help me.
I have a surfaceView which I want to respond to any touch on it with its onTouch() method. However, I would also like to display a significant amount of text on the screen. There may be a significant
I\'m implementing a SurfaceView subclass, where I run a separate thread to draw onto a SurfaceHolders Canvas.
Is there a way to set the background image of a SurfaceView? Does it have to be done in xml or can I do it all in Java - I\'ve got something that looks like this in my constru开发者_开发百科ctor:
I\'m having trouble tying off my program (ending it up). I have a SurfaceView in an Activity, and in that SurfaceView when you lose three lives the game is supposed to end. I have tried opening up a n
I am currently starting an activity from within a SurfaceView. The Activity starts up fine (displays an EditText and a button inside a LinearLayout). However, it force closes. It is giving me errors s
i am implementing one game application in this application i am using shared preferences in preferences Activity
I have a surface view displaying a camera preview which looks good in landscape mode, but when I rotate my phone to portrait the surface view rotates and the camera preview is on its side which looks