<?xml version=\"1.0\" encoding=\"utf-8\"?> <manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"
I am working on an Augmented Reality (AR) app for an Android phone.I would like to display my orientation data in the form of two rotating axes: one at the top of the screen to show the current azimut
Hi i got the following code th开发者_开发百科at represents a row of my listview. <LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"
I\'m making a simple Android game written in Java. I have my activity... public class GameName extends Activity{
I was working on mapview b开发者_如何学Pythonut I am unable to get mapview but only gird lines.
I\'m pretty new to developing Android applications but I am attempting to display the score at the end of a game I am making.
I am trying to make a view that will have a background that is not only transparent, but will also have a blur effect. That way the views underneath appear to be out of focus. I want it to look like t
I am stress testing my application. Here is my scenario 1) From my worker thread I show a progress bar ( I am passing a message to a handler created on the ui). I wait on my worker thread until the p
I am trying to implement the canvas feature in ios for android. The ios canvas has a property known as drawChildren that is basically an array that manages drawing objects that can be added/removed by
I am having trouble with the user interface for an Activity I wrote. Basically it is a text view with a ToggleButton at the bottom of the screen, the TextView text is updated every X seconds while the