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
[](assets/1.jpeg)
[](assets/2.jpeg)
[](assets/3.jpeg)
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..
- Clone this repository.
- 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.
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
- Permissions are requested at the initial splash screen. Do not deny the permission, as it will cause the app to not function correctly.
Contributors