https://github.com/vpaliy/espressoinaction
The main intent of this project is to familiarize myself with the Espresso API and its usage. As well as to get a chance to practice MVP one more time.
https://github.com/vpaliy/espressoinaction
android-architecture dagger2-android dagger2-mvp databinding-framework espresso-framework material-design mvp-architecture
Last synced: 12 months ago
JSON representation
The main intent of this project is to familiarize myself with the Espresso API and its usage. As well as to get a chance to practice MVP one more time.
- Host: GitHub
- URL: https://github.com/vpaliy/espressoinaction
- Owner: vpaliy
- Created: 2017-06-05T21:53:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T19:47:01.000Z (over 8 years ago)
- Last Synced: 2025-03-22T10:52:10.353Z (12 months ago)
- Topics: android-architecture, dagger2-android, dagger2-mvp, databinding-framework, espresso-framework, material-design, mvp-architecture
- Language: Java
- Homepage:
- Size: 12.7 MB
- Stars: 13
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EspressoInAction
The main intent of this project is to familiarize myself with the Espresso API and its usage. As well as to get a chance to practice MVP one more time. However, I decided to make this short app even more challenging by adding a little bit of material design. Specifically, I wanted to implement a bottom sheet which allows to customize and order a coffee.
Here's the result:
.gif)
.gif)
Check out these features in more detailed view:
.gif)
The sweetness level changes when the user drags the pointer to different positions. There are 4 levels.
.gif)
I want to give a credit to [this guy](https://github.com/saulmm/From-design-to-Android-part1) because without his [article](http://saulmm.github.io/from-design-to-android-part1), which I highly recommend to read, I wouldn't have done this feature.