djcass44 / android-contacts-scifiui

Contacts manager app, with a Scifi UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyFy Android Contacts

Contacts manager app, with a Scifi UI

The contact manager app provides some cool audio on clicks and gives direct option to call, sms, whatsapp to your contacts

ScreenShots

Features

  • List of all the contacts
  • Detail view of contact
  • Cool audio on clicks
  • Direct call, sms & whatsapp options from detail view

Getting Started

Follow these instructions to build and run the project..

  1. Clone this repository.
  2. Install Android Studio.
  3. Import the project. Open Android Studio, click Open an existing Android Studio project and select the project. Gradle will build the project.
  4. Run the app. Click Run > Run 'app'. After the project builds you'll be prompted to build or launch an emulator.

Build with gradle

If you donot have Android Studio, you can build your app with gradle

OS X & Linux:

./gradlew assembleRelease

Windows:

gradlew.bat assembleRelease

The output apk will be in /app/build/outputs/apk/release. Transfer the apk to your device and install it to use the application.

Note

  • Marshmallow runtime permissions support not added. You need to enable permission manually in app settings for this app to work

Contributors

About

Contacts manager app, with a Scifi UI

License:GNU General Public License v3.0


Languages

Language:Java 100.0%