[android-developers] Re: Can onMeasure be skipped when adding a View to a ViewGroup?

2011-06-10 Thread Kelly Merrell
your own layout manager. > > On Thu, Jun 9, 2011 at 1:34 PM, Kelly Merrell < > > > > > > > > > > kmerr...@mercuryintermedia.com> wrote: > > I have a RelativeLayout where I am adding views dynamically as the > > user scrolls vertically or hori

[android-developers] Can onMeasure be skipped when adding a View to a ViewGroup?

2011-06-09 Thread Kelly Merrell
I have a RelativeLayout where I am adding views dynamically as the user scrolls vertically or horizontally. I have rolled my own ViewRecycler since there is potentially thousands of views that could compose the whole of what can be scrolled, but I only show 30 or so at any time. Think a zoomed in v

[android-developers] Re: Fragment transactions, transitions and the back stack

2011-03-23 Thread Kelly Merrell
rself. > > On Tue, Mar 22, 2011 at 3:32 PM, Kelly Merrell < > > > > > > > > > > kmerr...@mercuryintermedia.com> wrote: > > Related bug report here: > > >http://code.google.com/p/android/issues/detail?id=15623&colspec=ID%20... > > >

[android-developers] Re: Fragment transactions, transitions and the back stack

2011-03-22 Thread Kelly Merrell
Related bug report here: http://code.google.com/p/android/issues/detail?id=15623&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars On Mar 16, 9:54 am, Kelly Merrell wrote: > Hi All, > I am having trouble using or understanding how popping > FragmentTransactions off of the back

[android-developers] Fragment transactions, transitions and the back stack

2011-03-16 Thread Kelly Merrell
Hi All, I am having trouble using or understanding how popping FragmentTransactions off of the back stack handles the custom animations. Specifically, I expect it to call the "out" animation, but it doesn't seem to. I have a simple method to handle a fragment transaction (FragmentTransaction) wher

[android-developers] Showing a progress dialog while waiting for video buffering

2010-05-12 Thread Kelly Merrell
I'm currently using VideoView to play videos in my app and I would like to display a progress dialog (indeterminate) while the video buffers. Currently I am showing the progress onCreate and then hiding it in my onPreparedListener. This is fine for playing from the beginning, but often I will want