Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 1.54 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.54 KB

QuramiLink 🔗

Download Maven Central License

Description

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.

Usage 📖

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 😉!

Installation 🔨

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'

License 📃

QuramiLink is available under the MIT license. See the LICENSE file for more info.