Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avanisoam/businesscardapp-with-settings-using-datastorepreferences
Dynamic BusinessCard App using Data Store Preferences
https://github.com/avanisoam/businesscardapp-with-settings-using-datastorepreferences
android datastore-preferences jetpack-compose lazycolumn slider switch textfield
Last synced: 22 days ago
JSON representation
Dynamic BusinessCard App using Data Store Preferences
- Host: GitHub
- URL: https://github.com/avanisoam/businesscardapp-with-settings-using-datastorepreferences
- Owner: avanisoam
- License: mit
- Created: 2025-01-11T13:51:18.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-14T18:35:58.000Z (30 days ago)
- Last Synced: 2025-01-14T20:02:31.731Z (30 days ago)
- Topics: android, datastore-preferences, jetpack-compose, lazycolumn, slider, switch, textfield
- Language: Kotlin
- Homepage: https://medium.com/@avanisoam/dynamic-businesscard-app-using-data-store-preferences-342511c0a514
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BusinessCard
A simple business card app built for Android using Kotlin and Jetpack Compose. It demonstrate simple layouts with Row and Column composables, arranged with horizontalAlignment and verticalArrangement parameters. Also shows customization of Compose elements with a Modifier object.
## Features
- Custom Business Card with android logo, your name, title, years of experience, phone number, share link and email address
## Screenshot
## Getting Started
1. Clone the repository ```git clone https://github.com/avanisoam/BusinessCardApp.git```
2. Open the project in Android Studio
3. Build and run the app on an emulator or a device## Built With
- [Kotlin](https://kotlinlang.org/) - Programming language
- [Jetpack Compose](https://developer.android.com/jetpack/compose) - UI toolkit## Authors
- **Avani Soam** - [avanisoam](https://github.com/avanisoam)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Article On Medium
- Read on [Medium](https://medium.com/@avanisoam/dynamic-businesscard-app-using-data-store-preferences-342511c0a514)