Showing posts with label android-fragments. Show all posts
Showing posts with label android-fragments. Show all posts

Tuesday, May 8, 2012

Why use "regular” Fragments when you have the Android Compatibility Package?


From what I have read and heard, the Android Compatibility Package Fragments have the same capabilities than the "regular" Honeycomb Fragments.

Monday, February 27, 2012

Keeping ListFragments in a FragmentPager in sync


Let's say I have a list of homogenous items which is likely to be changed in the lifetime of my Activity by user interaction or OS events. The Activity contains a FragmentPager which shows a number of ListFragment s.

Friday, January 20, 2012

How to display 2 different classes (activities) in a fragment in ANDROID?


I have an already working android app, but I need to update it for better layout on tablets. I can rewrite it no-problem, but what I want to ask is;

android fragments edittext button focus


being new to android app development, I encounter a problem regarding the interaction of android fragments, edittexts, focus and buttons.