Home
Softono

Phoenix For VK

Open source Java
144
Stars
36
Forks
10
Issues
18
Watchers
5 years
Last Commit

 About Phoenix For VK

Yet another VK client for Android

Platforms

Web Self-hosted Android

Languages

Java

Need Help Installing Phoenix For VK?

We provide expert installation service for this software. Our team will install, configure, and secure Phoenix For VK on your server. plans start at just $30.

Phoenix For VK

View on GitHub

Phoenix for VK

First open-sourced VK client for Android inspired by Material Design.

Screenshots:

Available at Google Play
Full: https://play.google.com/store/apps/details?id=biz.dealnote.phoenix
Lite: https://play.google.com/store/apps/details?id=biz.dealnote.messenger

Build guide: Requirements:

  1. Android Studio 3.0 Beta 7 or higher
  2. Android SDK r26, Build-Tools v.26.0.2

Setting up enviroment: In order to build this project you need to add missing file with several VK keys.

  1. Create "build-config-fields.properties" file in the root of project with the following data
full_vk_app_id=6209567
full_gcm_sender_id=""
full_vk_service_token="7915b3df7915b3df7915b3dfd9794b73c0779157915b3df20c283430d77571be482c8b3"
full_vk_client_secret="FVstRaiX9SNaEPh0yo5N"
full_youtube_dev_key=""
lite_vk_app_id=6209567
lite_gcm_sender_id=""
lite_vk_service_token="7915b3df7915b3df7915b3dfd9794b73c0779157915b3df20c283430d77571be482c8b3"
lite_vk_client_secret="FVstRaiX9SNaEPh0yo5N"
lite_youtube_dev_key=""

You can use one value for Lite and Full version if you wish.

  1. We also need to configure Google Services in order to get push-messages and crash reports. Following files you can find in your Google Play console.
    Create files:
    - app/src/lite/google-services.json
    - app/src/full/google-services.json

All project variables are setup now.

  1. Build APK via Android Studio