Search code examples
androiduser-interfaceebook-reader

FBreader integration in a new app


I've downloaded the source code of FBreader for android and now I want to integrate this inside another android app.

Now, what would be the way to integrate an app with another?

  • use it as a plugin?
  • or use an API?

I'm new to android and haven't dealt with this much big code.


Solution

  • You must start with FBMain java file only and use other when required.