[Library] AndroidQuickUtils

Search This thread

tymonn

Member
Mar 10, 2010
25
41
QuickUtils is a development library for the Android platform. It is intended to make application development easier and consistent throughout your applications.

687474703a2f2f69312e63646e64732e6e65742f31332f34342f363138783436342f746563682d6e657875732d352d73637265656e73686f742d362e706e67



Github - https://github.com/cesarferreira/AndroidQuickUtils
Github Wiki - https://github.com/cesarferreira/AndroidQuickUtils/wiki

Features:
  • More than 1000 preloaded Colors in the project - (check the list here)
  • Log Category - Write logs without needing tags, etc.
  • TextViews - TypeWriter effect, Roboto bold, thin, condensed, etc.
  • Animation Category - With classes for blinking views, etc.
  • Math Category - Sin, arcsin, tang, random numbers, etc.
  • SDCard Category - SDCard availability, write to files, etc.
  • Security Category - EncodeBase64, DecodeBase64, Sha1, MD5, etc.
  • System Category - Sleep, vibrate, toasts, navigate to activity, etc.
  • Voice Category - Get speech recognition results, etc.
  • Date Category - Get current time in seconds and miliseconds, etc.
  • Image Category - Apply blur to a bitmap, image brightness, etc.
  • Web Category - has internet connection, change wireless state, GET requests, etc
  • Image Views - Top crop image views, circular image views etc.
 
  • Like
Reactions: Smoka86

igoda

New member
Sep 3, 2014
1
0
Lets keep this going

I'll make sure I'll contribute more and more, to make this the best utils ever :p
 

dancer_69

Senior Member
Jan 2, 2007
2,011
617
I cannot add quickUtils in my project. I'm getting error:
Error:Failed to find: com.cesarferreira.quickutils:library:1.+

EDIT:
Solved, I had offline mode checked in gradle
 
Last edited by a moderator:

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    QuickUtils is a development library for the Android platform. It is intended to make application development easier and consistent throughout your applications.

    687474703a2f2f69312e63646e64732e6e65742f31332f34342f363138783436342f746563682d6e657875732d352d73637265656e73686f742d362e706e67



    Github - https://github.com/cesarferreira/AndroidQuickUtils
    Github Wiki - https://github.com/cesarferreira/AndroidQuickUtils/wiki

    Features:
    • More than 1000 preloaded Colors in the project - (check the list here)
    • Log Category - Write logs without needing tags, etc.
    • TextViews - TypeWriter effect, Roboto bold, thin, condensed, etc.
    • Animation Category - With classes for blinking views, etc.
    • Math Category - Sin, arcsin, tang, random numbers, etc.
    • SDCard Category - SDCard availability, write to files, etc.
    • Security Category - EncodeBase64, DecodeBase64, Sha1, MD5, etc.
    • System Category - Sleep, vibrate, toasts, navigate to activity, etc.
    • Voice Category - Get speech recognition results, etc.
    • Date Category - Get current time in seconds and miliseconds, etc.
    • Image Category - Apply blur to a bitmap, image brightness, etc.
    • Web Category - has internet connection, change wireless state, GET requests, etc
    • Image Views - Top crop image views, circular image views etc.