This code is a client application of Qlink.it Web Application for Android devices. For compile this client you need:
- Deploy the Qlink.it Web Application.
- Compile the v7 Compatibitity Library for android applications.
- Include the compatibility library as external library of the Qlink.it Android Application.
- Modify the properties of the file assets/qlink.properties to configure the communication with Web Application.
- Build and generate de APK file.
IMPORTANT NOTE: The qlink.properties file has been included for easy configuration. However, for security reasons, to distribute the final application you should comment the code
// Read property file
if (readProperties() == false) {
return;
}in the NotificationService, QlinkActivity, and QlinkIntentActivity classes and override the values of the private variables
private String host = "qlink";
private int port = 443;
private String protocol = "https";with the values corresponding to their productive environment.
If you wish, you can do a project fork and contribute to the automation of this process. It will be greatly appreciated.
Qlink.it application is distributed under MIT license. You can read more about this project at https://qlink.it/main.