SharePanel


Source link: https://github.com/architjn/SharePanel

SharePanel

A small library to show share buttons panel with coordinatorLayout with behaviour Library supports OS on API 15 and above.

Try APK : Download

Add it in your root build.gradle at the end of repositories:

allprojects {
  repositories {

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

and then add dependency

dependencies {
  compile 'com.github.architjn:SharePanel:1.0' 
}

##Usage

###XML

 <com.architjn.sharepanel.SharePanel

android:layout_width="wrap_content"

android:layout_height="wrap_content"

app:app_layout_anchor="@id/collapsing_toolbar"

app:app_layout_anchorGravity="bottom|right|end">

 <LinearLayout

 android:layout_width="wrap_content"

 android:layout_height="wrap_content">

<!-- Your Images Here -->

 <com.varunest.sparkbutton.SparkButton

  android:id="@+id/twitter_button"

  android:layout_width="50dp"

  android:layout_height="50dp"

  app:sparkbutton_activeImage="@drawable/ic_twitter"

  app:sparkbutton_iconSize="20dp"

  app:sparkbutton_primaryColor="@color/twitter_primary_color"

  app:sparkbutton_secondaryColor="@color/twitter_secondary_color" />

  <com.varunest.sparkbutton.SparkButton

  android:id="@+id/fb_button"

  android:layout_width="50dp"

  android:layout_height="50dp"

  app:sparkbutton_activeImage="@drawable/ic_facebook"

  app:sparkbutton_iconSize="20dp"

  app:sparkbutton_primaryColor="@color/fb_primary_color"

  app:sparkbutton_secondaryColor="@color/fb_secondary_color" />

</LinearLayout>
  </com.architjn.sharepanel.SharePanel>

##Buttons Used SparkButton : https://github.com/varunest/SparkButton

##License Library falls under [Apache 2.0] (LICENSE.md)

Resources

Track activities, getCurrentActivity, check whether application is running or not, finish all activities, and so on.

Parallax effect on every item of your RecyclerView.

ProgressedView provides you to show progress when user clicks to any view, and then you're done with the task reverse it back to view again. This view extends RelativeLayout, so it is easy to implement in xml or by code.

This library will provide you to have Parallax effect on every item of your ListView.

APK parser for Android.

Features:

  • Retrieve basic apk metas, such as title, icon, package name, version, etc.
  • Parse and convert binary xml file to text
  • Classes from dex file
  • Get certificate metas and verify apk signature

Android widget that can render PDF documents stored on SD card, linked as assets, or downloaded from a remote URL.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes