Friday 30 December 2016

PlayWidget

Are you creating a music app? Or maybe you want to add some creative detail to an existing one? Then you’ve come to the right place! Play Widget for Android created by Cleveroad can be easily integrated with your music app to spruce the user experience up. Break the monotony and make your music player unique!

New distinct things encourage users to launch your app again. Add the Play Widget component to your app and enjoy the benefits — it’s easy as one-two-three.



from The Android Arsenal

Square Float Action Button

Create square float action button using this example!

In this example we are creating an square floating action button which will be different from float action button, but will work the same



from The Android Arsenal

RxAnimations

RxAnimations

RxAnimations is a library with the main goal to make android animations more solid and cohesive.

Many more examples in the library github repo.

Download

groovy compile 'oxim.digital:rxanim:0.8.1' compile 'io.reactivex:rxandroid:1.2.1'

Usage

It provides a couple of classes such as RxValueAnimator, RxObservableValueAnimator and RxAnimationBuilder.
Moreover, it also provides many regulary used animation methods (static import) such as fadeIn(), fadeOut(), slideIn(), leave() etc.

Examples:

  • Animating multiple views together

java animateTogether(fadeIn(firstView), fadeIn(secondView));

  • Chaining multiple animations seamlessly

java fadeIn(firstView) .concatWith(fadeIn(secondView));

Animation created with Builder automatically pre-transforms the view, if not set otherwise.
I.e. if fadeIn() is called, views opacity will be set to 0.f before animation starts.


Android Arsenal

from The Android Arsenal

Text Decorator

This library can help to configure strikethrough, color & blur on a part of text in TextView easily.



from The Android Arsenal

adt4j

This library implements Algebraic Data Types for Java. ADT4J provides annotation processor for @GenerateValueClassForVisitor annotation.



from The Android Arsenal

static-mustache

Template engine for java with statically checked and compiled templates. Compilation is performed alone with java sources.



from The Android Arsenal

EZPhotoPicker

If you want to pick up a photo from the gallery and camera, store it somewhere then do something, this library will be the best choice for you. It will handle all the storing, scaling, rotating, threading, loading dialogs. Easy to start a photo intent, easy to get the result, you won't need to code a lot as what you used to do.

It also helps you to handle realtime permissions without any lines of code.


Android Arsenal

from The Android Arsenal

Thursday 29 December 2016

BeautifulGraph

This library is inspired from Zane David's Animation Transition Work on Dribbble.



from The Android Arsenal

Router

Simple and flexible router library for Android platform.


Android Arsenal

from The Android Arsenal

TextFloatingActionButton

Android floating action button (fab) with text.


Android Arsenal

from The Android Arsenal

MVP-RXAndroid

A complete sample to demonstrate how to use MVP with RXAndroid.


Android Arsenal

from The Android Arsenal

andiag-mvp

Library to help developers build full MVP apps.


Android Arsenal

from The Android Arsenal

Two Stage Rate

TwoStageRate is a library to help you promote your android app by prompting users to rate the app after using it for a few days. Also its two stage process ensures higher reviews to go to play store while getting useful feedback on lower ratings.


Android Arsenal

from The Android Arsenal

Fontometrics

Fontometrics is an Android library which help to use customs font with just writing one line of code avoiding all the hassle to add the .ttf/.otf font files in the assests folder.



from The Android Arsenal

Devknox

Devknox is a developer friendly plugin developed by the team behind Appknox, a cloud-based mobile security solution trusted by many businesses worldwide.

Devknox is a slick and handy security plugin for Android Studio and IntelliJ. It helps developers detect and resolve security issues as they write code.



from The Android Arsenal

MediaPickerInstagram

I've not found any MediaPicker component suitable for my needs for Android so I made this one. It's a Media picker component that aims to replicate the experience provided by Instagram. The features I plan to add are : Photo taking functionality Video taking functionality. Hope this helps! Some help is much appreciated, there is much work that could be done. :)


Android Arsenal

from The Android Arsenal

DragPhotoView

A PhotoView to scale image and finish activity.



from The Android Arsenal

Wednesday 28 December 2016

Naviganto

Naviganto

A small routing library for Android with easy back button management and code generation to write less code.

GRADLE:

```groovy repositories { ... maven { url 'http://ift.tt/2hygdOG'} } dependencies { ... provided 'javax.annotation:javax.annotation-api:1.2' provided 'com.squareup:javapoet:1.8.0'

def NVersion = '2.0.0' compile "org.firezenk.naviganto:annotations:$NVersion" compile "org.firezenk.naviganto:processor:$NVersion" compile "org.firezenk.naviganto:library:$NVersion" } ``` See more at: http://ift.tt/2hPrKF9


Android Arsenal

from The Android Arsenal

Monday 26 December 2016

sandriosCamera

sandrios camera allows developers to integrate image and video capturing without dealing with the complicated camera APIs.



from The Android Arsenal

html-builder

There is a lovely method on the android.text.Html class, fromHtml(), that converts HTML into a Spannable for use with a TextView.

However, the documentation does not stipulate what HTML tags are supported, which makes this method a bit hit-or-miss. This small library provides a fluent API for building valid HTML for android.widget.TextView.



from The Android Arsenal

Linear Timer

Linear Timer is a custom view for Android that enables circular progress animation with respect to given duration.



from The Android Arsenal

Shade

Shade can reduce code related to SharedPreferences operation efficiently using annotation processing.



from The Android Arsenal

Sunday 25 December 2016

Firebase Example

Simplistic example app demonstrating using latest Firebase features. Checkout branches for each feature.

Image



from The Android Arsenal

DBFlowManager

A quick and easy database manager and viewer plugin library for your DBFlow databases to view, insert, delete, update the tables directly inside your app.


Android Arsenal

from The Android Arsenal

ShoutOut

Android wrapper for logging information.



from The Android Arsenal

circletextview

A circular text view for Android Marshmallow.



from The Android Arsenal

Papercut

Keep your codebase simple.

  • Annotate parts of your code that shouldn't make it to production
  • Automatically fail your build
  • Remember to remove code you don't need



from The Android Arsenal

Android-Snowfall

Fully customizable implementation of "Snowfall View" on Android.



from The Android Arsenal

Vibes

Radial propagation background for Android.



from The Android Arsenal

Colorful

Colorful is a dynamic theme library allowing you to change your apps' color schemes easily.



from The Android Arsenal

Color picker library

A simple but powerful color picker for Android.



from The Android Arsenal

Saturday 24 December 2016

Preferator

This Android library let's you edit your application SharedPreferences from the device itself.



from The Android Arsenal

GIF View

This is a library for showing GIFs in applications.



from The Android Arsenal

TinderStack

A stack of cards similar to Tinder.



from The Android Arsenal

TokBox

The most advanced set of mobile SDKs for WebRTC.

How you can use it:

  • Build powerful mobile versions of your application.
  • Give more connection options to your customers.
  • Enable users to connect on the go.
  • Inject external audio and video streams into your calls.

Android Arsenal

from The Android Arsenal

EmojiRain

This is a really simple and funny animation for Android. You could find similar animations when sending "Happy birthday" or something else special in WeChat app.

Now you are able to add this funny thing to your own app as well. Give a surprise to your users on Christmas Day by dropping emojis!



from The Android Arsenal

XMPP Mobile SDK

Fully featured customizable XMPP framework for iOS and Android. It includes an XMPP server and client code to quickly add text, picture and location messaging functionality to your app.

Features:

  • Text, Picture and location messages
  • Group chat room
  • Private messages
  • Copy/Paste
  • Automatic highlighting of emails addresses and phone numbers
  • Flexible architecture
  • Messages saved with core data / GreenDAO
  • Social login
  • Search by user name
  • Tabbed interface - profile page, contacts page, search page etc...
  • Full XMPP stack provided

Android Arsenal

from The Android Arsenal

Buildbox

With the Buildbox, creating games is simple. There is no programming or scripting needed. Just import images, assign them properties and build out your game. Use one of our many presets to get started and preview your game in real time.



from The Android Arsenal

Citrus Engine

Modern AS3 Game Engine.



from The Android Arsenal

pay-me

An Android library for handling In-App-Billing V3 (IABv3), based on Google's marketbilling sample code. The goal of this project is to build a reliable and tested library which can easily be included as an apklib in your projects.



from The Android Arsenal

VSBarcodeReader

VSBarcodeReader is the most advanced barcode reading library for the iPhone and Android. The library and SDK allow you to add barcode scanning functionality to your app in minutes. Our proprietary algorithms can read blurry UPCs and EANs captured by fixed focus cameras.



from The Android Arsenal

Stripe - Payments

MotionViews-Android

Code Guide: How to create Snapchat-like stickers for Android.


Android Arsenal

from The Android Arsenal

AndroidStarter

A sample Android app using the MVP architecture.


Android Arsenal

from The Android Arsenal

PanningView

An Android library for panning a image horizontal and vertically.


Android Arsenal

from The Android Arsenal

RecyclerView with Retrofit

This is an Implementation of RecyclerView using Retrofit & Glide to Create a simple Movie List.



from The Android Arsenal