This is the Android library of Andes. Andes is the design language used at Mercado Libre.
You can include this module by adding the dependency to your build.gradle file.
implementation "com.mercadolibre.android.andesui:components:X.Y.Z"
This repo contains a demo application with examples about how to use the different widgets available in the library.
If you want to know more about it, you can watch this explanation video
- All components were thought to follow similar implementation patterns, make sure you familiarize with a few of them before implementing a new one, you should follow the same methodologies as the previous components.
- Each component should have an entry on the wiki, if you are adding or updating one, please add the changes to the related entry.
- Bugs or feature requests should be submitted at our GitHub Issues section.
This library needs Android API 19+ (4.4+) to work.
We’re aligned with these concepts. Please be sure to follow them:
- Avoid using Business Models inside custom views.
- Avoid monolithic views.
- Avoid business logic in custom views.
- Avoid over-optimization (readable code is better than optimized code!)
- Avoid neglecting our UI in code reviews.
Mercado Libre.
AndesUI is available under the MIT license. See the LICENSE file for more info.