Skip to content

barriosnahuel/fury_andesui-android

 
 

Repository files navigation

Andes UI library

CircleCI

What is this?

This is the Android library of Andes. Andes is the design language used at Mercado Libre.

How to use?

You can include this module by adding the dependency to your build.gradle file.

implementation com.mercadolibre.android.andesui:components:X.Y.Z

Latest version

Download

Useful links

Example

This repo contains a demo application with examples about how to use the different widgets available in the library.

Architecture

Andes UI

If you want to know more about it, you can watch this explanation video

Considerations

  • 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.

Requirements

This library needs Android API 19+ (4.4+) to work.

DON'Ts

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.

Author

Mercado Libre.

License

AndesUI is available under the MIT license. See the LICENSE file for more info.

About

Official Android Andes UI Library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 96.8%
  • Java 3.2%