I am starting my programming with fragments. i want to do it for android 2.2 first then for android 3.0/3.1/3.2.

I added Compatibility package , all things i did. What i want just give me some sample example for android 2.2 fragments for better understanding that how to use fragments in application.

link|improve this question

64% accept rate
feedback

1 Answer

there are the Api4+ and the API 13+ demos. You can download an install on your phone and try it and choose which one is the best for you. The source code is very helpful and commented.

link|improve this answer
i am using that source code using android 2.2 . But it showing some errors. Why? – Jyosna Sep 16 '11 at 9:19
In value-v11 folder there is styles.xml. There showing error, no resource found for android:Theme.Holo – Jyosna Sep 16 '11 at 9:22
How i resolve it? – Jyosna Sep 16 '11 at 9:24
There some error in the examples, delete the holo theme an try it again. – kameny Sep 16 '11 at 10:07
I removed that also.again it showing err some where else – Jyosna Sep 16 '11 at 10:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.