QuramiLink is a convenient class that you can use to open an office page of Qurami directly from your app.
It checks the availability of Qurami Client on the destination device and, if present, opens the office page.
All you need to do is to provide a valid office link.
We will update this class to ensure that any integration with the Qurami Android client will be seamlessly supported.
The usage is trivial, just call the static method from the library passing a context and a valid office link:
QuramiLink.openQuramiOfficeWithOfficeLink(context, officeLink);
Browse our sample code for any doubts 😉!
QuramiLink is available through jcenter() repository. To include it in you project, simply add the following line to your dependencies in build.gradle file:
compile 'com.qurami.android.link:quramilink:0.1.0'
QuramiLink is available under the MIT license. See the LICENSE file for more info.