Saturday, 26 January 2019

FlutterExamples

An ultimate cheatbook of curated designs.



from The Android Arsenal

Android Resource File Provider

Easily share audio, video, image and document files from raw, assets and drawable folders without any specific permission.

This library hides most of the boring configuration and implementation needed to share a file that is already in your project.



from The Android Arsenal

Friday, 25 January 2019

EasyOkHttp

Fast and easy RESTful api request for Android.



from The Android Arsenal

DMNetworking

DMNetworking Library is a powerful library for doing any type of networking in Android applications which is made on top of AsyncHttpClient and Jackson JSON parser.



from The Android Arsenal

Thursday, 24 January 2019

Appx - LazyLogger

Lazy Logger is open source for lazy android app developer, supports Release/Debug stage. If your app on RELEASE, log messages will not be generated in logcat. Based-on Timber.



from The Android Arsenal

simple-analog-clock

A simple and flexible analog clock view for Android written in Java.



from The Android Arsenal

Tuesday, 22 January 2019

Philology

An easy way to dynamically replace Strings of your Android App or provide new languages Over-the-air without needed to publish a new release on Google Play

The problem strings are inside our App

If there's a typo or you find a better way to express something, a new version needs to be deployed to include the newer translation. This is a slow process and a poor user experience. We all know users take their time to update an app and there's also the time Google Play takes to make a new version of an app available

How Philology solves this problem?

Philology doesn't replace the way you are using resources. It improves the process by intercepting the value returned from your hardcoded translation files inside of the app and check if there is a newer value in the server. This allows for typo fixing, better wording or even for adding a new language. All in real time, without releasing a new version. With Philology you could replace hardcoded texts instantly and win time before a new release is d



from The Android Arsenal