I am just starting with android and very quickly and quickly look for any tutorials / resources that can answer my beginner questions.
- How to import a third-party resource into my project and start using it? For example, I wanted to use scrollableTabActivity, a widget available at https://github.com/honcheng/ScrollableTabHost-for-Android . I downloaded, and it looks like this is a project in itself. How to import into my project and start using it?
This applies even to projects such as droid fu, for a living I could not figure out how to add them and start using them in my project.
I successfully added asynchttp to my project because .jar was available. But for projects like droid-fu or scrollableTabActivity, how can I use the source files to add functionality to my project?
Any help is appreciated.
thank
source
share