Welcome to Bizzy Cards' open source Android app!
- About Bizzy Cards - Website
- Development
- Design
- Features
- Technical implementation
- Authors
- License
- Acknowledgments
Follow the next steps to get the project ready for development:
- Clone this repository.
- Download the appropriate JDK for your system. We are currently on JDK 8.
- Install Android Studio.
- Import the project. Open Android Studio, click
Open an existing Android Studio project
and select the project. Gradle will build the project. - Run the app. Click
Run > Run 'app'
. After the project builds you'll be prompted to build or launch an emulator.
Project and product management is done on out Trello board. App features:
- Add new card via QR code.
- Show your QR code.
- Edit your personal card.
- Card list.
- Detailed card view.
- Get people's avatar automatically from Gravatar.
- Send your card via NFC.
- Receive new card via NFC.
- Share other people's card.
Bizzy Cards for Android is implemented following the recommended app architecure by Google using the new Android Architecture Components.