Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.