Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reuse tips for Android

Android resources and their automatically generated references simplify the development of one app a great deal. But they also complicate the reuse of Android activities in multiple projects, and in general of any component that uses resources.

Library projects are a limited alternative. A project can depend on many library projects, but a library project can't depend on another, and adding additional JAR dependencies is not straightforward.

How do you reuse Android components (not plain old Java code)? Any tips and tricks?

like image 909
hpique Avatar asked Jul 30 '26 10:07

hpique


1 Answers

I have some tips, tricks, and tools wrapped up in the Android Parcel Project.

like image 122
CommonsWare Avatar answered Aug 01 '26 23:08

CommonsWare



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!