简体   繁体   中英

How to create your own Android Library (implementation) in Android Studio?

Example: I want to design a button in Android Studio. I want to use this button in 3 projects, but I don't want to create 3 times. How to create my own implementation for button or bottom navigation bar...

  1. Create your library module ( the official guide )
  2. Import that library module into another project ( the official guide )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM