Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulshah2010 authored Jul 19, 2018
1 parent 2c60e21 commit a1d1935
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# FoodApp
## FoodApp

Simple food listing application written in kotlin

This application is built to showcase use of Kotlin + Material Animations + Dagger2 + MVP Arch + RxJava2
## Description
This application is built to showcase use of Kotlin + Material Animations + Dagger2 + MVP Arch + RxJava2 + Unit test cases for using RxJava TestScheduler.

App displays list of food items in RecyclerView and displays food details on next screen (Circular reveal animation for screen transition)

## Video
[Click here to see app in action](https://www.youtube.com/watch?v=2Nj-3V7Sj0M)
Expand All @@ -15,3 +18,4 @@ This application is built to showcase use of Kotlin + Material Animations + Dagg
| Reveal animation | Food Details Pager |
| ---------------- | ------------------ |
| ![screen](../master/screenshots/3_food_details_like.png)| ![](../master/screenshots/4_food_details_pager.png)

0 comments on commit a1d1935

Please sign in to comment.