In my Android 2.3.3 application i want to use Fragment so I've installed the support package.
I've used this in Eclipse:
Right click on my project ---> Android Tool ---> Add Support Library
Fragments works fine but they have no code documentation so its very frustrating to develop that way..
How can i add the documentation to my code ?
I've found some questions regarding that issue but since but it does not fit my case since I used the Eclipse option to add the support package
Note: i didn't add the support library jar file - I've installed as mentioned above