[android-developers] android animation on content of fragment

2012-07-12 Thread LordMaKo
I need to have a frame by frame animation inside a fragment: the animation works properly if i have it inside an activity, but inside my fragment it doesnt show, public class HomeTab extends Fragment { AnimationDrawable animation; @Override public View onCreateView(LayoutInflater

[android-developers] problems implementing fragments in my navigation

2012-06-04 Thread LordMaKo
hi, I am a iOS developer, coming new to the land of android, ;) I have started my android app, and tested some of the components, but have problem implementing the structure and a few things... I need to make my android app, very similar to my iPhone app, as to use the same artwork, and keep

[android-developers] Re: android listFragment crashing

2012-05-31 Thread LordMaKo
Ok, so I see a very big error, but don't know how to fix it On my class declaration , im using wrong cast?? //public class Tab2Fragment extends Fragment { //primera pregunta, l public class Tab2Fragment extends FragmentActivity { Im using FragmentActivity But I should be really using