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 java.u

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

2013-10-13 Thread Brad O'Hearne
Hello all, I am trying to manage the pushing and popping of fragments on a fragment manager's backstack. I have discovered that while I can easily get the backstack's top BackStackEntry (suggestion: a top() method would be nice), I cannot very easily get the fragment associated with it. I u