You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One base Android Activity that isn't included in the DroidFu extensions is TabActivity. After a quick glance, it looks like the code from BetterDefaultActivity could probably be copied into a new class like:
BetterTabActivity extends TabActivity implements BetterActivity {
...
}
I think it would be a 2-minute addition, not including testing of course.
I was going to do this in my own package for an app I'm currently working on, but BetterActivityHelper.handleApplicationClosing() is not public so I can't call it.
The text was updated successfully, but these errors were encountered:
One base Android Activity that isn't included in the DroidFu extensions is TabActivity. After a quick glance, it looks like the code from BetterDefaultActivity could probably be copied into a new class like:
BetterTabActivity extends TabActivity implements BetterActivity {
...
}
I think it would be a 2-minute addition, not including testing of course.
I was going to do this in my own package for an app I'm currently working on, but BetterActivityHelper.handleApplicationClosing() is not public so I can't call it.
The text was updated successfully, but these errors were encountered: