ParsGlide(Glide)
Glide is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface. Glide supports fetching, decoding, and displaying video stills, images, and animated GIFs. Glide includes a flexible API that allows developers to plug in to almost any network stack. By default Glide uses a custom HttpUrlConnection based stack, but also includes utility libraries plug in to Google''s Volley project or Square''s OkHttp library instead. Glide''s primary focus is on making scrolling any kind of a list of images as smooth and fast as possible, but Glide is also effective for almost any case where you need to fetch, resize, and display a remote image.
@mshafiee110 · 2017-08-07
PixelMeasuringTool
A imageView with a tool to calculate the pixel between items in the picture
@Johan Schoeman · 2017-08-05
Soundify
Soundify Library tries to offer to you the data transmission via sound waves. This library specifically makes the transformation and transmission of certain information into sound waves in the application that it is implemented and also makes the receipt of the same information transmitted. It uses the same concept as Chirp.io technology. Support for Android 4.0.3 and up.
@somed3v3loper · 2017-08-04
MultiChoice IR controller for DSTV Explora
If you live is the Southern African region and have access to MultiChoice''s DSTV channels and have a device that supports an IR blaster (such as my Samsung S4 mini) then you can control your DSTV Explora decoder with the attached project. I found the pronto hex codes for the MultiChoice DSTV Explora decoder here. I have posted a similar project somewhere else in this forum but it was for a different decoder (i.e requiring different pronto hex codes)
@Johan Schoeman · 2017-07-30
QRCodeReaderView - new release
Modification of ZXING Barcode Scanner project for easy Android QR-Code detection and AR purposes.This project implements an Android view which show camera and notify when there''s a QR code inside the preview.Some Classes of camera controls and autofocus are taken and slightly modified from Barcode Scanner Android App.You can also use this for Augmented Reality purposes, as you get QR control points coordinates when decoding.
@Johan Schoeman · 2017-07-30
TimeLineView
Android Timeline View Library (Using RecyclerView) is simple implementation used to display view like Tracking of shipment/order, steppers etc.
@somed3v3loper · 2017-07-27
Music Cover View
A Subclass of ImageView that ''morphs'' into a circle shape and can rotates. Useful to be used as album cover in Music apps.
@somed3v3loper · 2017-07-23
Droppy - Dropdown Menu
A simple yet-customizable Android drop-down menu. It supports Text with/without Icons, Separators, and even fully customized views.
@DonManfred · 2017-07-22
ShapeRipple
Shape Ripple is a library that emulates a ripple like animations with cool tweaks on the go. It runs on API level 11 and upwards. As addition you can even create your own shape renderer through the canvas to create a custom shape ripple.
@Johan Schoeman · 2017-07-22
StoriesProgressView
Show horizontal progress like instagram stories.
@somed3v3loper · 2017-07-22
DayNightSwitch
A cute day night switch for android
@Johan Schoeman · 2017-07-17
CalculationDistanceTime - Calculate distance and time on the road
This is a new library to calculate the distance (kilometers or miles) and time from the source point to the point of arrival by calculating and keeping presenting the traffic and the fastest route. Of course traffic data, accidents, etc. They are calculated in real time. You have two ways to use Google API or to use this library ( use Google API )
@MarcoRome · 2017-07-16
card.io
Credit card scanning for Android apps
@Johan Schoeman · 2017-07-16
RichPath
Full Animation Control on Paths and VectorDrawables: Animate any attribute in a specific path in the VectorDrawable
@Johan Schoeman · 2017-07-14
MapList - combining a Map and a List
A MapList is a combination of a Map and a List and implements most of the attributes and methods of both types. Why would you want to use as MapList? To have fast lookup (by Key) and to have control over the order of Values held in the MapList.
@Misterbates · 2017-07-10
Pdf To Text
This library converts pdf files to txt.
@MarcoRome · 2017-07-09
Get App Info from GP
A way to get appinfo by putting only the package name of the App
@ilan · 2017-07-06
Dropbox Sync
Dropbox has deprecated this service. Don''t use in new projects! This library wraps Dropbox Sync API. Using this API it is quite simple to store (and retrieve) data in a folder inside the user''s Dropbox account. For example if your program creates reports, you can upload the saved reports to the user''s Dropbox account. The user will then be able to access the reports from any Dropbox client. Dropbox library is responsible for the communication and the synchronization.
@Erel · 2017-07-02
JSTouchImageView Library - pinch, pan & zoom image
TouchImageView extends ImageView and supports all of ImageViewâs functionality.In addition, TouchImageView adds pinch zoom, dragging, fling, double tap zoom functionality and other animation polish. The intention is for TouchImageView to mirror as closely as possible the functionality of zoomable images in Gallery apps.
@SNOUHyhQs2 · 2017-07-02
ChatHead wrapper
These views are not "normal" views in the sense that they don''t need to be in an activity, but are added diectly to the WindowManager. This allows for special uses, such as pop-up notifications which the user can interact with or simply discard. But also special care must be taken.
@JordiCP · 2017-07-01
SectorProgressView and ColorfulRingProgressView
SectorProgressView and ColorfulRingProgressView
@Johan Schoeman · 2017-07-01
AMAZON WEB SERVICES S3 V4 Signature Calculator
The attached zip contains a code module that calculates V4 signatures for Amazon Web Services (AWS) Simple Storage Service (S3) REST API requests, enabling creation of AWS S3 PUT/GET/DELETE requests. You basically just plug in the properties necessary for a signature calculation and call Signature. The accompanying example code has 4 worked examples that actually generate the signatures the AWS documentation says they should. There is extensive in-line documentation.
@JackKirk · 2017-06-26
GeoFire - Store and request Locations in a Firebase Realtime Database
GeoFire - Store and request Locations in a Firebase Realtime Database
@DonManfred · 2017-06-25
EmoijIX
This library help using apple style emojis on your android application the easiest way. Unlike emojicon, this libriry is non-invasive. Just need to add only a little code to your project. Another thing you need to know is that this library will increase your apk size about 5 MB, because it contains all emoji icon files.
@DonManfred · 2017-06-24
SuggestionsEditText [Custom View]
I needed an EditText like SearchView but without the list shown (without ListView), to use it on a smartphone in landscape mode (you know, in this situation the keyboard takes up almost the available space). This view uses a SQLite DB to store the words and to retrieve them typing the first characters.
@LucaMs · 2017-06-24
Barcode Scanner - Wrapper for Manatee Works SDK
I have created a wrapper for the ManateeWorks SDK. You can download the APK from here: https://www.dropbox.com/s/mp3wqayepuxj9e2/manteeb4awrapper.apk?dl=0
@Johan Schoeman · 2017-06-17
LEDView
LEDView
@DonManfred · 2017-06-15
Morphos
Animations made easy
@Johan Schoeman · 2017-06-10
WaitForInternet
Your application will be able to get through an event, as it connects to the internet via Wifi or 3G, without the need to be checking all the time, not consuming battery unnecessarily. In the Full Version, you have a double check for then internet connection over the ping method to bypass Captive Portals and have a ForcePing Method to check the host connect in any time you want.
@Alberto Iglesias · 2017-06-09
SmartyToast
Android library with collection of some smart toasts designs
@Johan Schoeman · 2017-06-08