# From-design-to-Android-part2 **Repository Path**: studvc/From-design-to-Android-part2 ## Basic Information - **Project Name**: From-design-to-Android-part2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-05 - **Last Updated**: 2021-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # From design to android, part 2 This repository hosts the implementation of the aspects covered in the [second part of the series](https://medium.com/@saulmm2/from-design-to-android-part-2-2a6c141547d9): _From design to android_. Focusing on the _[Shape](https://shapeshifter.design/)_ tool, _AndroidVectorDrawables_, _ScaleDrawables_, _AdaptiveIcons_ and more 😁 ### Blog post [here](https://medium.com/@saulmm2/from-design-to-android-part-2-2a6c141547d9) 👈 ### APK [here](https://github.com/saulmm/From-design-to-Android-part2/releases/download/1.0/app-release.apk) 👈 ### Demo ![demo](art/final_result.gif) ### References: - [Vector Drawable adaptive icons, Ian Lake](https://medium.com/@ianhlake/vectordrawable-adaptive-icons-3fed3d3205b5) - [Designing Adaptive Icons, Nick Butcher](https://medium.com/google-design/designing-adaptive-icons-515af294c783) - [Implementing Adaptive Icons, Nick Butcher](https://medium.com/@crafty/implementing-adaptive-icons-1e4d1795470e) - [Shape Shifter, Alex Lockwood](https://medium.com/r/?url=https%3A%2F%2Fshapeshifter.design%2F) - [An introduction to icon animation techniques, Alex Lockwood](http://www.androiddesignpatterns.com/2016/11/introduction-to-icon-animation-techniques.html) ### License ``` Copyright 2017 Saul Molinero. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```