All Projects → nisrulz → Android Utils

nisrulz / Android Utils

Licence: apache-2.0
[Android Library] Facilitating some very common functionalities in the form of utility classes for Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Utils

Schematics Utilities
🛠️ Useful exported utilities for working with Schematics
Stars: ✭ 73 (-43.85%)
Mutual labels:  utilities
Glom
☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️
Stars: ✭ 1,341 (+931.54%)
Mutual labels:  utilities
Office Js Helpers
[ARCHIVED] A collection of helpers to simplify development of Office Add-ins & Microsoft Teams Tabs
Stars: ✭ 111 (-14.62%)
Mutual labels:  utilities
Useful Tools
A list of useful tools and programs for developers, DevOps and SysAdmins
Stars: ✭ 74 (-43.08%)
Mutual labels:  utilities
Alfonz
Mr. Alfonz is here to help you build your Android app, make the development process easier and avoid boilerplate code.
Stars: ✭ 90 (-30.77%)
Mutual labels:  utilities
Rearmed Js
A collection of helpful methods and monkey patches for Arrays, Objects, Numbers, and Strings in Javascript
Stars: ✭ 102 (-21.54%)
Mutual labels:  utilities
Gitfu.fish
All-purpose git utility functions in Fish.
Stars: ✭ 64 (-50.77%)
Mutual labels:  utilities
Best Of Python
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
Stars: ✭ 1,869 (+1337.69%)
Mutual labels:  utilities
Raisincss
An Utility CSS only library. It supports css grid and many more useful css properties.
Stars: ✭ 93 (-28.46%)
Mutual labels:  utilities
Elect
The collection of utilities, best practice and fluent method for .NET Core
Stars: ✭ 107 (-17.69%)
Mutual labels:  utilities
Sequelize Test Helpers
A collection of utilities to help with unit-testing Sequelize models
Stars: ✭ 83 (-36.15%)
Mutual labels:  utilities
Bufferutil
WebSocket buffer utils
Stars: ✭ 83 (-36.15%)
Mutual labels:  utilities
Datofu
there's a :db/fn for that
Stars: ✭ 104 (-20%)
Mutual labels:  utilities
Awesome Vuetify
🎉 The best resources related to Vuetify
Stars: ✭ 1,189 (+814.62%)
Mutual labels:  utilities
Kwargsjs
Smart python like argument management for javascript
Stars: ✭ 112 (-13.85%)
Mutual labels:  utilities
Utils
🛠 Lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
Stars: ✭ 1,158 (+790.77%)
Mutual labels:  utilities
Node Mysql Utilities
Query builder for node-mysql with introspection, etc.
Stars: ✭ 98 (-24.62%)
Mutual labels:  utilities
Slimhud
Replacement for MacOS' volume, brightness and keyboard backlight HUDs.
Stars: ✭ 122 (-6.15%)
Mutual labels:  utilities
Fontfor
Find fonts which can show a specified character and preview them in terminal or browser.
Stars: ✭ 118 (-9.23%)
Mutual labels:  utilities
Bootstrap 4 Utilities
Bootstrap 4 utility classes in LESS CSS for Bootstrap 3 or any other projects.
Stars: ✭ 105 (-19.23%)
Mutual labels:  utilities

Android-Utils 

Android Library facilitating some very common functionalities in the form of utility classes for Android

Built with ❤︎ by Nishant Srivastava and contributors


Including in your project

Android-Utils is available in the Jcenter, so getting it as simple as adding it as a dependency

// Required dependencies
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.squareup.okhttp3:okhttp:4.4.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.4.0'

// android-utils
implementation 'com.github.nisrulz:android-utils:{latest version}'

where {latest version} corresponds to published version in Download


Android-Utils-Ktx is available in the Jcenter, so getting it as simple as adding it as a dependency

// Required dependencies
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.core:core:1.1.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.fragment:fragment-ktx:1.2.1'

// android-utils-ktx
implementation 'com.github.nisrulz:android-utils-ktx:{latest version}'

where {latest version} corresponds to published version in Download

Utils

Pull Requests

I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:

  1. Match coding style (braces, spacing, etc.) This is best achieved using CMD+Option+L (Reformat code) on Mac (not sure for Windows) with Android Studio defaults. This project uses a modified version of Grandcentrix's code style, so please use the same when editing this project.
  2. If its a feature, bugfix, or anything please only change code to what you specify.
  3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
  4. Pull requests must be made against develop branch. Any other branch (unless specified by the maintainers) will get rejected.
  5. Check for existing issues first, before filing an issue.
  6. Have fun!

License

Licensed under the Apache License, Version 2.0, click here for the full license.

Author & support

This project was created by Nishant Srivastava but hopefully developed and maintained by many others. See the the list of contributors here.

If you appreciate my work, consider buying me a cup of ☕️ to keep me recharged 🤘 [PayPal]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].