You cannot post messages because only members can post, and you are not currently a member.
Description:
Discuss developing Android applications using the Android framework. Get help with troubleshooting apps, advice on implementation, and strategies for improving your app's speed and user experience.
|
|
|
Updates to the Android SDK
|
| |
Hey, folks.
Earlier today, we released updates to several different components in
the Android SDK. Xav announced these updates via the Android
Developers blog: [link].
If you want to follow the blog via Twitter, you can now do so via... more »
|
|
Usage Stats Data Storage
|
| |
Hi All, I want to use the usage stats data (Application Name, Counts, Usage Time) in my application and to store the data locally. I looked at the SpareParts app code which just triggers the UsageStats activity whenever user opens the Usage Statistics. Could anyone please help me out how to store the UsageStats data... more »
|
|
OptionMenu and themes/styles
|
| |
Hi all, Merry christmas :) Do you know if it's possible to apply a theme or a style on a OptionMenu ? I don't find tag in R.style or R.styleable to customize it and apply a theme. Thanks by advance for your help. Arnaud
|
|
Cover art for audio file
|
| |
Hi all, How can i extract the embedded cover art in ID3 tag of an audio file. There is MediaStore.Audio.AudioColumns. ALBUM_ART but it seems it doesn't work i got "no such column".
|
|
Which approach is better?
|
| |
In my application I have three buttons that are to be part of each and every activity. These button are independent of each other and on click do mutually exclusive things(say launch different activity). So, in my layout XML for every screen I have a <LinearLayout><Button/ ...As I understand, at run time, if there are 5 screens, the number of... more »
|
|
Send Manual Broadcast
|
| |
I created an intend which manually calls BT broadcast receiver as follows: Intent manualIntent = new Intent(); manualIntent.setAction (android.bluetooth.BluetoothDe vice.ACTION_FOUND); sendBroadcast(manualIntent); But in Runtime I got the following Exception: ERROR/AndroidRuntime(4054): Caused by: java.lang.SecurityException:... more »
|
|
Bitmap Overlay issue
|
| |
*Hi, All:* ** * Is it possible for me to create a bitmap using 2 existed bitmaps? * ** * I want to generate one bitmap with 2 existed bitmaps, and one is for background, other one overlay on it. * ** * The second one should be transparent, so that we can see the one in the **background... *... more »
|
|
Android WebView touch event link
|
| |
Hey, I have a webview with a banner and when I click on the banner there should open a second webview that follows the link. How can I do that? I have created the first WebView and it shows my banner but when I click on it, it opens the link in the same WebView. How can I catch any events in the WebView when I click on a link that... more »
|
|
Touch Mode Won't Clear on ListView Item Tap (possible Bug)
|
| |
I've spent 3 days trying to figure this out to no avail. I've spent hours weeding through Android source code. Hopefully someone can shed some light. My listview uses custom views for the rows. When the application first loads, the listview is populated using a DB cursor and all works well (list items are all selectable by tapping on them). However, when the... more »
|
|
|