Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saulmm/from-design-to-android-part2
https://github.com/saulmm/from-design-to-android-part2
android android-application blogpost ui
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/saulmm/from-design-to-android-part2
- Owner: saulmm
- License: apache-2.0
- Created: 2017-09-20T10:55:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T22:44:15.000Z (over 7 years ago)
- Last Synced: 2025-01-07T18:16:33.947Z (14 days ago)
- Topics: android, android-application, blogpost, ui
- Language: Kotlin
- Homepage: https://medium.com/@saulmm2/from-design-to-android-part-2-2a6c141547d9
- Size: 5 MB
- Stars: 429
- Watchers: 11
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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 athttp://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.
```