https://github.com/saulmm/from-design-to-android-part1
First part of 'from design to android' series
https://github.com/saulmm/from-design-to-android-part1
android constraintlayout design ui ux
Last synced: about 1 month ago
JSON representation
First part of 'from design to android' series
- Host: GitHub
- URL: https://github.com/saulmm/from-design-to-android-part1
- Owner: saulmm
- License: apache-2.0
- Created: 2017-02-25T23:07:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T07:42:46.000Z (over 5 years ago)
- Last Synced: 2025-03-29T07:07:45.416Z (about 2 months ago)
- Topics: android, constraintlayout, design, ui, ux
- Language: Java
- Homepage: http://saulmm.github.io/from-design-to-android-part1
- Size: 1.24 MB
- Stars: 624
- Watchers: 26
- Forks: 131
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
From design to android, part 1
==============================This repository hosts the implementation of the aspects covered in this article:
[From design to android, part1](http://saulmm.github.io/from-design-to-android-part1)

This is the **first** in a series of articles where the motivation is to pick some [Dribbble](https://dribbble.com/) & [Materialup](https://material.uplabs.com/) concepts and implement them on android. In this article are explained some interesting implementations regarding ConstraintLayout, Databinding, the importance of a flat hierarchy and usage of android scenes.