IntruderShanky / URLEscort

It is a custom view implementation in Android to showcase the title, image, description from the URL link.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

It is a custom view implementation in Android to showcase the title, image, description from the URL link.

License:Other


Languages

Language:Java 100.0%