From c91e77a4884cd07ac4da16cec7df2208501b1a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20=C3=96ZT=C3=9CRK?= <62841905+muratozturk5@users.noreply.github.com> Date: Thu, 3 Nov 2022 03:04:42 +0300 Subject: [PATCH] Create README.md --- README.md | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..15fb4fb --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +![App Screenshot](https://github.com/muratozturk5/Breaking-Bad/blob/master/Screenshots/BannerImage.png) + + +# Breaking Bad Application Kotlin + + + +Breaking Bad Application Build With Kotlin MVVM (Model - View - ViewModel) Clean Architecture, Beautiful Design UI, Smooth Animations
+Using Tools And Components Supported By Google And By Most Of The Android Development Community

***Try latest Breaking Bad App apk from below 👇*** + +[![Order Food](https://img.shields.io/badge/Breaking%20Bad-APK-brightgreen?style=for-the-badge&logo=android)](https://github.com/muratozturk5/Breaking-Bad/blob/master/APK/app-debug.apk)


+ +## 💻 Used API +***Live API URL Check from blow 👇*** +
+
+[https://breakingbadapi.com](https://breakingbadapi.com) +
+
+ +## 📷 Screenshots + +![](https://github.com/muratozturk5/Breaking-Bad/blob/master/Screenshots/Screenshots%20.png) + +
+ +## 🛠 Built With +- [MVVM (Model - View - ViewModel)](https://developer.android.com/topic/architecture) +- [Dependency Injection (Dagger Hilt)](https://developer.android.com/training/dependency-injection/hilt-android) +- [Flow](https://kotlinlang.org/docs/flow.html) +- [Clean Arhitecture](https://developer.android.com/topic/architecture) +- [Use Case](https://developer.android.com/topic/architecture) +- [Coroutines](https://developer.android.com/kotlin/coroutines) +- [Navigation Component](https://developer.android.com/guide/navigation/navigation-getting-started) +- [JSON Parsing Gson](https://github.com/google/gson) +- [Glide](https://github.com/skydoves/landscapist) +- [Retrofit2](https://square.github.io/retrofit) +- [Lottie](https://github.com/LottieFiles/lottie-android) +## 👨 Developed By + + + + +**Murat ÖZTÜRK** + +[![Linkedin](https://img.shields.io/badge/-linkedin-grey?logo=linkedin)](https://www.linkedin.com/in/murat-%C3%B6zt%C3%BCrk-7a9306217/) + + + + + +**Bahadır Kayış** + +[![Linkedin](https://img.shields.io/badge/-linkedin-grey?logo=linkedin)](https://www.linkedin.com/in/bahadir-kayis-b27573228/) + + +📄 License +------- + +``` +MIT License + +Copyright (c) 2022 Murat ÖZTÜRK + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +```