Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 791 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 791 Bytes

#URL ESCORT

Usage

Step 1. Add the JitPack repository to your build file

allprojects {
        repositories {
            ...
            maven { url "https://jitpack.io" }
        }
    }

Step 2. Add the dependency

dependencies {
  compile 'com.github.IntruderShanky:URLEscort:1.0'
 }

###Usage

This can be used as a custom view in messaging, chat, music, video application to preview the contents of the URL link in an application.

###What made me to do this repo?

This repo is truely made on the inspiration of latest version of WhatsApp Android app which fetches all the contents from the URL link.

Credits:

  1. Koushik Dutta
  2. Leonardo Cardoso