0

I want to create an app which can be expanded by modules (or something else) by the users, allowing them to download only parts they need to use.

I think it can be done with .aar files but I'm not sure. May be there are better solutions. I would be grateful if you can give me advice about this, and more if you can show me a tutorial about how to do this.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Diego Garcia
  • 555
  • 2
  • 6
  • 20

1 Answers1

1

The following links will help you to understand and then implement your own module/library for android.

Android's documentation

Vogella's tutorial

CodeTut's tutorial

A stackoverflow question over project vs module

If you are new into these, you will probably stumble. Take some more help from here, github, google and MOST IMPORTANTLY, youtube. check out some videos.

Hope it helps... Cheers!

Community
  • 1
  • 1
O_o
  • 1,103
  • 11
  • 36