Skip to content

BizzyCards/bizzy-cards-android

Repository files navigation

Bizzy Cards for Android

Welcome to Bizzy Cards' open source Android app!

Content

Development

Getting started

Follow the next steps to get the project ready for development:

  1. Clone this repository.
  2. Download the appropriate JDK for your system. We are currently on JDK 8.
  3. Install Android Studio.
  4. Import the project. Open Android Studio, click Open an existing Android Studio project and select the project. Gradle will build the project.
  5. Run the app. Click Run > Run 'app'. After the project builds you'll be prompted to build or launch an emulator.

Features

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.

Technical documentation

Architecture

Bizzy Cards for Android is implemented following the recommended app architecure by Google using the new Android Architecture Components.

Acknowledgements