All Projects → zhujiang521 → PlayWeather

zhujiang521 / PlayWeather

Licence: MIT License
🔥🔥🔥 Compose、Lce、MVVM、深色模式、横屏、无网弱网适配、Room、Hilt、多语言切换,目前Android最新的库基本全用上了,你想要的都有🔥🔥🔥

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to PlayWeather

Foodium
It simply loads Posts data from API and stores it in persistence storage (i.e. SQLite Database). Posts will be always loaded from local database. Remote data (from API) and Local data is always synchronized.
Stars: ✭ 1,940 (+1516.67%)
Mutual labels:  room, mvvm, coroutines-android, hilt-android
Compose-ToDo
A fully functional Android TODO app built entirely with Kotlin and Jetpack Compose
Stars: ✭ 130 (+8.33%)
Mutual labels:  room, jetpack-android, jetpack-compose, hilt-android
Compose-BreakingBad
🧪 ☠︎ Jetpack Compose - Breaking Bad ☢︎
Stars: ✭ 26 (-78.33%)
Mutual labels:  room, jetpack-android, jetpack-compose, hilt-android
Playandroid
🔥🔥🔥 Kotlin + MVVM + LCE版玩安卓,暗黑模式、横竖屏、无网、弱网、无数据、加载失败等等各种情况,协程、Room、Hilt、DataStore、LiveData、Retrofit、屏幕适配、本地缓存、多语言切换、多 lib,你想要的我都有!!!
Stars: ✭ 414 (+245%)
Mutual labels:  room, mvvm, compose
bitcoin-market-android
Bitcoin Market app shows you the current Bitcoin market price and price chart of different time intervals 💰
Stars: ✭ 284 (+136.67%)
Mutual labels:  compose, jetpack-android, jetpack-compose
NYTimes-Compose
An offline-first application in Jetpack Compose with MVVM architecture, representing a minimalistic implementation of Top Stories API.
Stars: ✭ 98 (-18.33%)
Mutual labels:  room, compose, jetpack-compose
MovieCompose
🎞 A demo movie app using Jetpack Compose and Hilt based on modern Android tech stacks.
Stars: ✭ 322 (+168.33%)
Mutual labels:  compose, jetpack-compose, hilt-android
Delish
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVI clean architecture.
Stars: ✭ 356 (+196.67%)
Mutual labels:  room, compose, jetpack-compose
Jetpack-Compose-MVI-Demo
Demo / Sample Android Project created with Jetpack Compose and MVI Architecture Pattern
Stars: ✭ 114 (-5%)
Mutual labels:  room, jetpack-compose, hilt-android
ThinkRchive
An app showing all details for various Lenovo Thinkpad models. Made to try out Jepack Compose for Android.
Stars: ✭ 84 (-30%)
Mutual labels:  room, jetpack-android, jetpack-compose
Multi-Module-Nextflix-Composable
Includes jetpack compose, navigation, paging, hilt, retrofit, coil, coroutines, flow..
Stars: ✭ 195 (+62.5%)
Mutual labels:  jetpack-android, jetpack-compose, hilt-android
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 (-66.67%)
Mutual labels:  room, coroutines-android, jetpack-android
Compose-Settings
Android #JetpackCompose Settings library
Stars: ✭ 188 (+56.67%)
Mutual labels:  compose, jetpack-android, jetpack-compose
android-pokemon-compose
A simple app demonstrates using Jetpack compose with other Jetpack libraries.
Stars: ✭ 56 (-53.33%)
Mutual labels:  coroutines-android, jetpack-android, hilt-android
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 (+584.17%)
Mutual labels:  jetpack-android, jetpack-compose, hilt-android
Capturable
🚀Jetpack Compose utility library for capturing Composable content and transforming it into Bitmap Image🖼️
Stars: ✭ 365 (+204.17%)
Mutual labels:  jetpack-android, jetpack-compose
OtakuWorld
Anime Watcher, Manga Reader, and Novel Reader as three separate apps, same UI
Stars: ✭ 123 (+2.5%)
Mutual labels:  jetpack-android, jetpack-compose
Askme
Social media app to ask and answer user questions and interact with users
Stars: ✭ 16 (-86.67%)
Mutual labels:  mvvm, hilt-android
Retrogamer-Compose
Retro games implemented using Jetpack Compose
Stars: ✭ 113 (-5.83%)
Mutual labels:  compose, jetpack-compose
breakout-compose
Breakout clone built with Compose
Stars: ✭ 27 (-77.5%)
Mutual labels:  compose, jetpack-compose

PlayWeather:玩天气

我的新书:《Jetpack Compose:Android全新UI编程》已出版

Compose 绝对是 Android UI 的未来,声明式的 UI 已经有太多语言试水了,效果都非常好,大家如果喜欢本书的话,可以点击下面的地址进行购买。另外本书的资源文件大家可以去图灵的官网中进行下载。

京东购买地址

当当购买地址

天猫购买地址

项目简介

之前写过PlayAndroid:玩安卓的Compose版本,但最近在手机上看天气的时候发现一堆广告,烦得要死,自己写一个吧,正好再练练Compose。 项目中使用到了很多库,都在下方展示了出来,而且自己写的天气绝对没有广告,也不会乱下载东西,也不会胡乱跳别的应用,比如某多多、某宝等等 使用效果大家可以看下面方的截图,只是想做一个干净的、没有广告、性能好点的天气,没有别的需求。 如果想只下载apk的话可以去app/release中进行下载,如果想学习项目的编写可以下载代码进行学习。

项目截图

请添加图片描述 在这里插入图片描述
请添加图片描述 在这里插入图片描述
------------------------------------------------------------ ------------------------------------------------------------
请添加图片描述 请添加图片描述
------------------------------------------------------------ ------------------------------------------------------------
请添加图片描述 请添加图片描述

项目使用三方库

  • Lottie:动画库,之前在AndroidView中使用很多
  • Navigation:页面之间的跳转
  • Navigation-animation:配合Navigation进行使用,可添加动画
  • Accompanist-pager:Compose中的ViewPager
  • Room:Jetpack数据库
  • Splashscreen:启动动画
  • Hilt:依赖注入

说明

本项目可以让大家用作学习,不可以任何的形式进行商用,最终解释权归本人所有。

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].