Skip to content

Commit

Permalink
Added PopularScreen and realized possibility to schedule cinema time
Browse files Browse the repository at this point in the history
Removed paragraph in ##ComingSoon titile , about possibility schedule time and popular actors screen.
  • Loading branch information
PopPsyA authored Aug 2, 2018
1 parent f3fa43d commit d64a995
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Based on data from https://www.themoviedb.org/
* Third tab (UpComingCinemas) : filter cinemas and show future cinemas
* Each [CinemaDetail's](https://github.com/Devit951/Mediateka/blob/master/app/src/main/java/com/ru/devit/mediateka/presentation/cinemadetail/CinemaDetailsActivity.java) screen contain cinema info and all cast's to this cinema
* Each [ActorDetail's](https://github.com/Devit951/Mediateka/blob/master/app/src/main/java/com/ru/devit/mediateka/presentation/actordetail/ActorDetailActivity.java) screen contain actor info and all cinema's to this actor
* CinemaDetailActivity gives possibility to schedule cinema time
* Mediateka perfectly work without internet connection(Need first time to download data)
* [Realized search functionality (cinemas , actors)](https://github.com/Devit951/Mediateka/blob/master/app/src/main/java/com/ru/devit/mediateka/presentation/search/SearchActivity.java)
* Realzied database with many-to-many relationship's
Expand All @@ -36,12 +37,10 @@ Based on data from https://www.themoviedb.org/

## Coming soon
1. Add the service which handle new cinams and create notification to show user
2. The CinemaDetail's screen gives a possibility to set schedule time.
3. Add PopularActors screen.
4. Add Advanced Search screen.
5. Support landscape orientation and tablets.
6. Simple info screen , that contains app info.
7. And more , more some beatiful features...
2. Add Advanced Search screen.
3. Support landscape orientation and tablets.
4. Simple info screen , that contains app info.
5. And more , more some beatiful features...

## Technology
1. [Retrofit 2](https://github.com/square/retrofit) is the #1 library for network calls at the moment.
Expand Down

0 comments on commit d64a995

Please sign in to comment.