Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avanisoam/businesscardapp
Business Card App using Jetpack Compose
https://github.com/avanisoam/businesscardapp
android android-application android-basics businesscard column jetpack-compose layout modifier row
Last synced: about 1 month ago
JSON representation
Business Card App using Jetpack Compose
- Host: GitHub
- URL: https://github.com/avanisoam/businesscardapp
- Owner: avanisoam
- License: mit
- Created: 2025-01-11T11:38:23.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-11T13:20:49.000Z (about 1 month ago)
- Last Synced: 2025-01-11T14:27:47.530Z (about 1 month ago)
- Topics: android, android-application, android-basics, businesscard, column, jetpack-compose, layout, modifier, row
- Language: Kotlin
- Homepage: https://github.com/avanisoam/BusinessCardApp
- 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
## Acknowledgments
- Inspired by the [Google Codelab on Android Basics with Compose](https://developer.android.com/courses/android-basics-compose/course)