[android-developers] MediaPlayer getCurrentPosition and getDuration ANR on Samsung Galaxy SIII

2013-01-30 Thread Hedami
I have a music app that received ANR reports from 2 users who both have Samsung Galaxy SIII devices (running Jellybean 4.1). The app is locking up when calling the MediaPlayer.getCurrentPosition and MediaPlayer.getDuration methods. Today I noticed that the Google Play Music app was updated wit

[android-developers] Re: Weird artifacts simple List View on 4.2

2012-12-12 Thread Hedami
12, 2012 6:45:48 PM UTC-5, Hedami wrote: > > My app is currently in beta testing and a Nexus 4 user running Android > 4.2.1 is reporting the same thing. When scrolling the ListView, it > products visual artifacts (screenshots posted here: > http://forums.androidcentral.com/androi

[android-developers] Re: Weird artifacts simple List View on 4.2

2012-12-12 Thread Hedami
My app is currently in beta testing and a Nexus 4 user running Android 4.2.1 is reporting the same thing. When scrolling the ListView, it products visual artifacts (screenshots posted here: http://forums.androidcentral.com/android-applications/206430-music-player-remix-public-beta-now-open-6.h

[android-developers] Dynamically modify imageview width based upon height on app widget

2012-12-03 Thread Hedami
I'm developing a 4x2 App Widget for a music app I'm developing. It contains an ImageView for the album art. I want to set the ImageView's width equal to its height so the album art display is square-shaped. The height of the imageview is dependent upon other elements in the RelativeLayout.