UI Library for Android Developers | EtiyaComponents

Ramazan Vapurcu
Etiya
Published in
1 min readDec 25, 2018

EtiyaComponents, which has been developed by the Mobile Team of ETIYA Product Development, provides various UI components for mobile application developers. The library which currently contains 12 components has been deployed as open source under Apache License. It can be updated and new components can be added.

Demo Application

Components

  • EtiyaBottomBar
  • EtiyaCardView
  • EtiyaCardViewGroup
  • EtiyaDialog
  • EtiyaListItem
  • EtiyaMenu
  • EtiyaMenuItem
  • EtiyaSelectableListItem
  • EtiyaSelectableView
  • EtiyaSelectableViewGroup
  • EtiyaTabItem
  • EtiyaTabLayout

Why should we use UI components?

  • Facilitates project management by increasing the modularity of the project.
  • Reduces the number of lines in source code files and provides simple code reading.
  • Provides resource efficiency by preventing to write code repeatedly.

EtiyaComponents library can be easily integrated into Android projects by adding this line to build.gradle file:

dependencies {
implementation 'com.etiya.components:components:0.1.0'
}

You can download the demo application of the library from Google Play Store.
https://play.google.com/store/apps/details?id=com.etiya.components.example

You can also view the source code and documentation of the project using the link below.
https://github.com/wmramazan/EtiyaComponents

--

--