Test your knowledge of horror movies with MovieQuizApp! I made this app as a size project because I am a real fan of this genre of cinema.
The basic idea is to turn the movie information file movie.json into a mobile quiz application. The application is written using Kotlin and is compatible with Android OS 4.4+ (KitKat and higher).
During the development of the application, the following technological stack was used:
- Kotlin - 100% of the application code is written in Kotlin
- Dagger2 - as a framework for implementing the IoC principle
- Data Binding Library - a library for binding views and data in a declarative format
- Gson - to work with JSON file with information about movies
- Picasso - for uploading and displaying images
- Flexbox-Layout - a library which brings the similar capabilities of CSS flex-box layout module
- Mockito - mocking framework for unit tests in Java
- Dillinger - open source tool to create this README.md
- Clone this repository
- Open the project in Android Studio
- Wait while Gradle synchronizes all dependencies
- Run on a device or emulator with Android OS 4.4+ (KitKat and above)
- Enjoy!
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 at
http://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.