I am trying out using fragments with my tabhost for the first time and I am pretty impressed. That said, one of my tabs uses two fragments, first the user sees Fragment A and then if they hit a button
I am trying to create a ruler view based on azimuth compass orientation value. The idea is to place a small view at the bottom of a camera view which slides to the left or to the right according to th
I\'m creating an app that has a bluetooth connection.I\'ve created a library that uses callbacks every time a connection is lost/failed/established/etc.Everything about the connection works just fine,
I\'m coding a custom Activity class (using it as a super class for m开发者_如何学编程y other Activity classes) where it\'s overriding many default functionalities. One of these functionalities I want
I want to make my application displayed only in portrait orientation, so I have put android:screenOrientation=\"portrait\" in the Activity tag in AndroidManifest.xml, and have put setRequestedOrientat
I have a small activity with an EditText and an imageview and a button. When you press the button it launches camera for result, and when it returns it changes the imageview to the picture you\'ve jus
I am wondering to kno开发者_开发百科w that what time a device approximately takes to change the orientation, when we rotate it. In my app when i rotate my phone device, it approximately takes 1 to 2 s
How to fix layout orientation to portrait and do not allow changing from portrait to landscape during run tim开发者_开发技巧e?In your AndroidMainfest.xml file find the tags of the activities you wish
In my app I have TextView and EditText. Both have data in it. When the screen orientation changes the data in the EditText remains, but TextView data is cleared.
I\'m trying to replicate the functionality of the latest YouTube app in the Android marketplace.When watching a video there\'s two separate layouts, one in portrait which provides additional info, and