| AttachmentPicker |
This is used as a helper class in getting Intents for Newsfeed Attachment (for Newsfeed Post feature)
It basically returns the Intent that is necessary to pick or capture images or videos.
|
| BarcodeGenerator |
Barcode Image Generation Helper Class
|
| Countdown |
Helper class for counting down a number of items,
can be used for doing multiple tasks and you want
to be notified that the tasks were already finished
or aborted.
|
| CountryDecoder |
This is used as a helper class in decoding R.string.countries that are base64 encoded
to avoid special characters.
|
| CountryDecoder.BaseCountry |
BaseCountry class
|
| DateHelper |
Helper class for formatting and converting Date and Calendar objects.
|
| DeepLinkHelper |
Created by henry.domingo on 15/02/2018.
|
| DimensionConverter |
Converts dimensions from one unit to another; dp to px for example.
|
| FontHelper |
Helper class for fonts.
|
| GlideHelper |
Helper class for displaying Bitmaps using Glide.
|
| GlideHelper.GlideManager |
|
| GlideHelper.GlideSimpleTarget |
|
| ImageIntent |
A Utility class for launching an Intent to acquire an image from the Camera, Gallery, or Camera/Gallery.
|
| LinkHelper |
Helper class for getting the embed url and Youtube ID.
|
| LocalBroadcastHelper |
Helper class for sending local broadcast on modules with registered receivers
|
| MediaFileHelper |
Helper class for handling compression and transformation of media files.
|
| PlayServicesUtils |
Util class for Google Play Services
|
| SaveContactHelper |
Created by chinoyaller on 9/2/16.
|
| TextHelper |
Helper class for transforming different texts
|
| ThemeSelector |
Class used by the ThemedActivity to change the theme of the activity based
on the values passed to it.
|
| TransitionHelper |
Helper class for Activity Transitions
|
| ViewUtils |
Class containing a collection of utility methods for View.
|