From d64a9957e7cd04e26de9af59b9e09453682734c6 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 2 Aug 2018 17:47:46 +0500 Subject: [PATCH] Added PopularScreen and realized possibility to schedule cinema time Removed paragraph in ##ComingSoon titile , about possibility schedule time and popular actors screen. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f50eff3..9574aa9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.