What's the recommended way of create Android libraries for use in apps?

Posted by mabutt on Stack Overflow See other posts from Stack Overflow or by mabutt
Published on 2010-03-11T21:25:00Z Indexed on 2010/03/11 21:29 UTC
Read the original article Hit count: 113

Filed under:

I have an app, say MyApp Free. I want to create MyApp Pro which I can charge for that has some additional functionality. The obvious way is to have a library that contains almost all my app code, then two Android app projects for the Free and Pro versions which reference that library.

Suggestions?

© Stack Overflow or respective owner

Related posts about android