Android Utilities Library build in kotlin Provide user 100 of pre defined method to create advanced native android app.

Overview

Utils Magic

Android Utilities Library build in kotlin Provide user 100 of pre defined method to create advanced native android app.

Gradle

Step 1. Add the Magic Utils to your build file

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

dependencies {
            implementation 'com.github.Shahidzbi4213:Utils-Magic:1.0.0'
   }

Usage

Find Address Based on Coordinates

 val list  = Utilities.AreaElement.getAddress(this,lattitude, longitude)

Get Exact File Path based on Uri

val path =  Utilities.PathFinder.getFilePath(this,uri)

Other Useful Functions

val list =  Utilities.Countries.countriesList()

val token_64 =  Utilities.Random.generateToken()

val extentions = Utilities.FileUtility.fileExtension(uri, context)

You might also like...
Kindling - A standalone collection of utilities to help Ignition users. Features various tools to help work with Ignition's custom data export formats
FractalUtils - A collection of utility functions and classes, with an emphasis on game related utilities

A collection of utility functions and classes written in Kotlin. There is some emphasis on utilities useful for games (Geometry, Random, Time, Updating, etc).

Native solution for common React Native problem of focused views being covered by soft input view.

react-native-avoid-softinput Native solution for common React Native problem of focused views being covered by soft input view. It is solved by listen

ModernStorage is a group of libraries that provide an abstraction layer over storage on Android to simplify its interactions
ModernStorage is a group of libraries that provide an abstraction layer over storage on Android to simplify its interactions

ModernStorage ModernStorage is a group of libraries that provide an abstraction layer over storage on Android to simplify its interactions by apps dev

Multiplaform kotlin library for calculating text differences. Based on java-diff-utils, supports JVM, JS and native targets.

kotlin-multiplatform-diff This is a port of java-diff-utils to kotlin with multiplatform support. All credit for the implementation goes to original a

Native Kotlin library for time-based TOTP and HMAC-based HOTP one-time passwords

A kotlin implementation of HOTP (RFC-4226) and TOTP (RFC-6238). Supports validation and generation of 2-factor authentication codes, recovery codes and randomly secure secrets.

A robust native library loader for Android.
A robust native library loader for Android.

ReLinker A robust native library loader for Android. More information can be found in our blog post Min SDK: 9 JavaDoc Overview The Android PackageMan

A simple library for validating user input in forms using annotations.
A simple library for validating user input in forms using annotations.

ValidationKomensky for Android A simple library for validating user input in forms using annotations. Features: Validate all views at once and show fe

Routable, an in-app native URL router, for Android

Routable Routable is an in-app native URL router, for Android. Also available for iOS. Usage Set up your app's router and URLs: import com.usepropelle

Releases(1.0.3)
  • 1.0.3(Aug 19, 2022)

  • 1.0.2(Aug 19, 2022)

  • 1.0.1(Apr 25, 2022)

  • 1.0.0(Apr 23, 2022)

    Utils Magic

    Android Utilities Library build in kotlin Provide user 100 of pre defined method to create advanced native android app.

    Gradle

    Step 1. Add the Magic Utils to your build file

    	allprojects {
    		repositories {
    			...
    			maven { url 'https://jitpack.io' }
    		}
    	}
    

    Step 2. Add the dependency

    dependencies {
    	        implementation 'com.github.Shahidzbi4213:Magic-Utils:1.0.0'
    	}
    

    Usage

    Find Address Based on Coordinates

     val list  = Utilities.AreaElement.getAddress(this,lattitude, longitude)
    

    Get Exact File Path based on Uri

    val path =  Utilities.PathFinder.getFilePath(this,uri)
    
    

    Other Useful Functions

    val list =  Utilities.Countries.countriesList()
    
    val token_64 =  Utilities.Random.generateToken()
    
    val extentions =  Utilities.Random.generateToken()
    
    val extentions = Utilities.FileUtility.fileExtension(uri, context)
    
    

    = Utilities.FileUtility.fileExtension(uri, context)

    
    
    
    Source code(tar.gz)
    Source code(zip)
Owner
Shahid Iqbal
Imaginative programmer and problem solver with experience in android software development and user interface design.
Shahid Iqbal
📃 Turn Google Spreadsheet to JSON endpoint (for Android and JVM) for FREE (100%)

retrosheet ?? Turn Google Spreadsheet to JSON endpoint. [For Android and JVM]. Benefits ?? No worries about server health (because you're using Google

Sifar 687 Jan 4, 2023
Android library that regroup bunch of dateTime utilities

DateTimeUtils This library is a package of functions that let you manipulate objects and or java date string. it combine the most common functions use

Thunder413 98 Nov 16, 2022
CreditCardHelper 🖊️ A Jetpack-Compose library providing useful credit card utilities such as card type recognition and TextField ViewTransformations

CreditCardHelper ??️ A Jetpack-Compose library providing useful credit card utilities such as card type recognition and TextField ViewTransformations

Stelios Papamichail 18 Dec 19, 2022
Little utilities for more pleasant immutable data in Kotlin

What can KopyKat do? Mutable copy Nested mutation Nested collections Mapping copyMap copy for sealed hierarchies copy from supertypes copy for type al

KopyKat 193 Dec 19, 2022
Collection of source codes, utilities, templates and snippets for Android development.

Android Templates and Utilities [DEPRECATED] Android Templates and Utilities are deprecated. I started with this project in 2012. Android ecosystem ha

Petr Nohejl 1.1k Nov 30, 2022
General purpose utilities and hash functions for Android and Java (aka java-common)

Essentials Essentials are a collection of general-purpose classes we found useful in many occasions. Beats standard Java API performance, e.g. LongHas

Markus Junginger 1.4k Dec 29, 2022
Utilities I wish Android had but doesn't

wishlist Library of helpers and utilities that I wish were included in the Android SDK but aren't. If you think something in this library is already h

Kevin Sawicki 386 Nov 21, 2022
Various useful utilities for Android apps development

Android Commons Various useful utilities for Android apps development. API documentation provided as Javadoc. Usage Add dependency to your build.gradl

Alex Vasilkov 112 Nov 14, 2022
General purpose utilities and hash functions for Android and Java (aka java-common)

Essentials Essentials are a collection of general-purpose classes we found useful in many occasions. Beats standard Java API performance, e.g. LongHas

Markus Junginger 1.4k Dec 29, 2022
A Telegram bot utilities that help to reduce the code amount

Flume Party A Telegram bot utilities that help to reduce code amount. Real project examples Pull Party Bot: 19% of code has been reduced. Resistance B

pool party 1 Jun 8, 2022