Re: [android-developers] Rating Hijacking !

2014-03-27 Thread Bradley O'Hearne
Hey Jose, I feel your pain. I've been an app developer since the beginning of smartphone app development, and have both experienced first-hand and watched others experience the really unfair treatment by people in ratings and reviews, and the unfortunate inability of the associated app market

Re: [android-developers] Video streaming plus UI control update thread

2013-11-11 Thread Bradley O'Hearne
will help narrow down the problem — the use case is very simple — update the play time on a video player every second without killing the streaming video performance. I would love to hear from you. Thanks, Brad On Nov 4, 2013, at 2:56 PM, Bradley O'Hearne br...@bighillsoftware.com

Re: [android-developers] Video streaming plus UI control update thread

2013-11-08 Thread Bradley O'Hearne
at this point will help narrow down the problem — the use case is very simple — update the play time on a video player every second without killing the streaming video performance. I would love to hear from you. Thanks, Brad On Nov 4, 2013, at 2:56 PM, Bradley O'Hearne br

[android-developers] Video streaming plus UI control update thread

2013-11-04 Thread Bradley O'Hearne
Hey there, I hope everyone’s week is off to a good start! I have a pretty simple use case: I am playing video streamed across the network in an app, and I need to update two SeekBars every second, one which tracks the video’s timecode while playing, and the other which tracks the device

Re: [android-developers] dex issues with Latest SDK

2013-10-31 Thread Bradley O'Hearne
On Oct 31, 2013, at 2:56 PM, Dan dan.schm...@gmail.com wrote: So, I upgraded my SDK today and tried to rebuild all my stuff (command line from scons file.) First 2 projects went fine, the 3rd is now failing with: [dex] Converting compiled files and external libraries into

Re: [android-developers] Indeterminate Progress Bar not animating

2013-10-23 Thread Bradley O'Hearne
On Oct 21, 2013, at 2:56 AM, Dusk Jockeys Android Apps duskjock...@gmail.com wrote: I had a similar issue before.. seems to do with Window display timing, I couldn't work out. However, I found if I wrapped the ProgressBar in a Layout, and applied the Hide/Show logic to the Layout

[android-developers] Indeterminate Progress Bar not animating

2013-10-18 Thread Bradley O'Hearne
I have an indeterminate ProgressBar in an XML layout for a fragment. When I display this fragment the first time, the ProgressBar visibility is set to VISIBLE, and the activity circle spins until a loading operation is complete, at which time the ProgressBar visibility is set to INVISIBLE, and

Re: [android-developers] Indeterminate Progress Bar not animating

2013-10-18 Thread Bradley O'Hearne
On Oct 18, 2013, at 10:40 AM, TreKing treking...@gmail.com wrote: On Fri, Oct 18, 2013 at 10:56 AM, Bradley O'Hearne br...@bighillsoftware.com wrote: So my question -- how can I get an indeterminate ProgressBar to spin when hidden/displayed again after the first time? I tried a simple

Re: [android-developers] Getting the top fragment in the backstack

2013-10-15 Thread Bradley O'Hearne
It's been a few days and I've gotten no response on the questions below, so I suppose I'll assume there is no way to to accomplish getting the fragment associated with a BackStackEntry off the backstack without a specific name or ID for it. In my code, I have had to manage a separate true