Skip to content

Open source implementation of URL manipulation app for Android. Allows user to edit and/or shorten the URL, filter the URL parameters and copy result to clipboard.

License

Notifications You must be signed in to change notification settings

Rosseyn/ClipShare

Repository files navigation

Clip Share Android App

MyActivity, FilterParameters and ShortenLink

This app is primarily composed of these three classes doing the bulk of the work.

  • ShortenLink runs in the background asynchronously when the Shorten button is clicked.
  • FilterParameters is accessed by hitting Filter when query parameters are present. Pressing finish in this screen will return you to the main activity.
  • MyActivity is the primary hub of this app, all activities lead from this one and, excepting Copy to Clipboard, return here as well.

About

Open source implementation of URL manipulation app for Android. Allows user to edit and/or shorten the URL, filter the URL parameters and copy result to clipboard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages