Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T07:42:46.000Z (about 5 years ago)
- Last Synced: 2025-01-12T03:48:48.007Z (11 days ago)
- Topics: android, constraintlayout, design, ui, ux
- Language: Java
- Homepage: http://saulmm.github.io/from-design-to-android-part1
- Size: 1.24 MB
- Stars: 625
- Watchers: 27
- 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)
![](http://saulmm.github.io/resources/codeUI1/concept.gif)
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.