All Projects → BenBoonya → android-pokemon-compose

BenBoonya / android-pokemon-compose

Licence: other
A simple app demonstrates using Jetpack compose with other Jetpack libraries.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to android-pokemon-compose

Simple-Notes-Kotlin-App
✍️ Simple Note Making App use mvvm architecture , dagger , coroutines and navigation component. Features includes 🗒️ create , edit and ❌ delete notes
Stars: ✭ 40 (-28.57%)
Mutual labels:  jetpack, coroutines-android, navigation-component, jetpack-android
PlayWeather
🔥🔥🔥 Compose、Lce、MVVM、深色模式、横屏、无网弱网适配、Room、Hilt、多语言切换,目前Android最新的库基本全用上了,你想要的都有🔥🔥🔥
Stars: ✭ 120 (+114.29%)
Mutual labels:  coroutines-android, jetpack-android, hilt-android
Askme
Social media app to ask and answer user questions and interact with users
Stars: ✭ 16 (-71.43%)
Mutual labels:  navigation-component, paging3, hilt-android
Compose-ToDo
A fully functional Android TODO app built entirely with Kotlin and Jetpack Compose
Stars: ✭ 130 (+132.14%)
Mutual labels:  jetpack-android, hilt, hilt-android
Calculator-Plus
A Simple Calculator with rich features for daily use.
Stars: ✭ 14 (-75%)
Mutual labels:  jetpack-android, hilt-android, hilt-dependency-injection
android-compose-mvvm-foodies
Android sample app following best practices: Kotlin, Compose, Coroutines and Flow, Hilt, JetPack Navigation, ViewModel, MVVM, Retrofit, Coil
Stars: ✭ 374 (+567.86%)
Mutual labels:  android-development, hilt, hilt-dependency-injection
iiCnma
A playground android app, showcasing the latest technologies and architectures using the Movie Database APIs.
Stars: ✭ 42 (-25%)
Mutual labels:  navigation-component, hilt, paging3
Newsster
Android App using Paging3, Hilt, Coroutines, Flow, Jetpack, MVVM architecture.
Stars: ✭ 147 (+162.5%)
Mutual labels:  navigation-component, hilt, paging3
Einsen
🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Stars: ✭ 821 (+1366.07%)
Mutual labels:  android-development, jetpack-android, hilt-android
GitReposCompose
GitReposCompose is an Android application 📱 for showcasing Jetpack Compose for building declarative UI in Android. This demo app uses Github public API for fetching public repositories.
Stars: ✭ 32 (-42.86%)
Mutual labels:  android-development, jetpack, jetpack-android
Compose-BreakingBad
🧪 ☠︎ Jetpack Compose - Breaking Bad ☢︎
Stars: ✭ 26 (-53.57%)
Mutual labels:  jetpack, jetpack-android, hilt-android
BottomNavArchDemo
The demo project for Bottom Navigation with Navigation Architecture Components article
Stars: ✭ 53 (-5.36%)
Mutual labels:  android-development, jetpack, jetpack-android
navigation-component
Android navigation component examples
Stars: ✭ 22 (-60.71%)
Mutual labels:  android-development, jetpack, navigation-component
Multi-Module-Nextflix-Composable
Includes jetpack compose, navigation, paging, hilt, retrofit, coil, coroutines, flow..
Stars: ✭ 195 (+248.21%)
Mutual labels:  android-development, jetpack-android, hilt-android
Awesome-Android-Open-Source-Projects
👓 A curated list of awesome android projects by open-source contributors.
Stars: ✭ 401 (+616.07%)
Mutual labels:  jetpack, jetpack-android
NYTimesMostPopularArticles
A simple app to hit the NY Times Most Popular Articles API and show a list of articles, that shows details when items on the list are tapped (a typical master/detail app), also user able to browse/ add articles to favorite list that implements MVVM architecture using Dagger2, Retrofit, Coroutines, LiveData, RoomDatabase, Database Debugging, Data…
Stars: ✭ 38 (-32.14%)
Mutual labels:  android-development, navigation-component
workmanager
Scheduling background tasks without worrying about device compatibility using android WorkManager
Stars: ✭ 19 (-66.07%)
Mutual labels:  android-development, jetpack
raffler-kotlin
A raffling app developed as a playground to study many topics related to Android. Kotlin + Coroutines + MVVM
Stars: ✭ 44 (-21.43%)
Mutual labels:  jetpack, coroutines-android
PlantShopUI-Android
Check out the new style for App Design aims for the Online Plant Shop Service using jetpack compose...😉😀😁😎
Stars: ✭ 29 (-48.21%)
Mutual labels:  android-development, jetpack-android
Android Developer Roadmap
Android Developer Roadmap - A complete roadmap to learn Android App Development
Stars: ✭ 2,170 (+3775%)
Mutual labels:  android-development, jetpack

Android Pokemon Compose

This repository is a simple app that make request to  https://pokeapi.co and display them in the paginated lists. It demonstrates using Jetpack compose with the following Jetpack libraries

  1. Android Jetpack viewmodel
  2. Livedata
  3. Navigation component
  4. Paging library 3
  5. Hilt dependency injection

This app use MVVM with Clean Architecture along with coroutine. Using these libraries together does help reduce a lot of boiler plate code in my opinion.

Here are the screenshots.

  1. Paginated list screen

Screen Shot 2564-08-09 at 17 48 22

  1. Detail screen

Screen Shot 2564-08-09 at 17 48 37

  1. Drawer layout

Screen Shot 2564-08-09 at 17 48 49

MIT License

Copyright (c) [2021] [Boonya Kitpitak]

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].