Skip to content

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

License

Notifications You must be signed in to change notification settings

IntruderShanky/URLEscort

 
 

Repository files navigation

#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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%