Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js-bhavyansh/notes_onboarding_screen
Onboarding screen with MVVM and Data Store Preferences, built using Jetpack Compose.
https://github.com/js-bhavyansh/notes_onboarding_screen
android-studio datastore-preferences jetpack-compose kotlin material-ui mvvm-architecture onboarding-screen
Last synced: about 2 months ago
JSON representation
Onboarding screen with MVVM and Data Store Preferences, built using Jetpack Compose.
- Host: GitHub
- URL: https://github.com/js-bhavyansh/notes_onboarding_screen
- Owner: js-bhavyansh
- Created: 2024-08-06T15:41:42.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-07T06:44:39.000Z (5 months ago)
- Last Synced: 2024-10-21T10:02:05.398Z (2 months ago)
- Topics: android-studio, datastore-preferences, jetpack-compose, kotlin, material-ui, mvvm-architecture, onboarding-screen
- Language: Kotlin
- Homepage:
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes Onboarding Screen
I built this onboarding screen using MVVM and Data Store Preferences. It helps to save and read app entry status and is made with Jetpack Compose.
## Features
- MVVM Architecture
- Data Store Preferences for saving and reading app entry status
- Jetpack Compose for modern UI design## Screenshots
### Light Mode
### Dark Mode
## Getting Started
1. Clone the repository:
```sh
git clone https://github.com/Bhavyansh03-tech/Notes_Onboarding_Screen.git
```
2. Open the project in Android Studio.
3. Build the project and run it on an emulator or a physical device.## Contributing
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
1. Fork the repository.
2. Create your feature branch (`git checkout -b feature/your-feature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin feature/your-feature`).
5. Create a new Pull Request.## Contact
For questions or feedback, please contact [@Bhavyansh03-tech](https://github.com/Bhavyansh03-tech).
---