Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ch8n/jetpack-compose-thatsmine
App that use Modern Android Framework to Demonstrate a app which is responsible for keeping track of user owned items
https://github.com/ch8n/jetpack-compose-thatsmine
Last synced: 14 days ago
JSON representation
App that use Modern Android Framework to Demonstrate a app which is responsible for keeping track of user owned items
- Host: GitHub
- URL: https://github.com/ch8n/jetpack-compose-thatsmine
- Owner: ch8n
- Created: 2020-11-02T08:19:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T08:54:31.000Z (almost 3 years ago)
- Last Synced: 2023-03-12T00:17:06.556Z (over 1 year ago)
- Language: Kotlin
- Size: 361 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jetpack-compose-thatsMine (WIP not yet ready)
App that use Modern Android Framework to Demonstrate an app which is responsible for keeping track of user owned items## :hand: About me
Hola Amigos! 🙌, Welcome to my repo, In this project I'm planning to apply some of the new Jetpack components/Modern Android Development for my learning ofcourse,
If your here than you plan to do the same, so help yourself , read the code and leave a review in Issue if you don't understand something or if something wrong I'm doing.Also do checkout my website 👉 [AndroidBites](https://chetangupta.net/), I plan to do Detail articles on the feature used in this repo, moreover I share all my stuff there, my learnings, my snippets, my research all are here.
I believe in sharing so if you like to share too your always invited to contribute! 🤩
Let's grow together 💪🏻 ! happy hacking 💻.
P.S : Don't forget to show love and support 🥰 by sharing! & providing feedback! 📝 and PRs are always welcome
Chao!
# :star: features
1. [Jetpack-Compose](https://developer.android.com/courses/pathways/compose)
2. [Jetpack-DataStore](https://developer.android.com/topic/libraries/architecture/datastore) - ProtoStore and DataStore + AndroidX Testing
3. Repository + UseCases
4. [Flow API](https://github.com/MindorksOpenSource/Kotlin-Flow-Android-Examples)
5. Unit Testing | [AndroidX test](http://robolectric.org/androidx_test/) | [Mocking](https://github.com/mockk/mockk) | TDD
6. Github Action for CI## :cop: License
```
Copyright [2020] [Chetan gupta] [chetangupta.net]
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 athttp://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.```