scribble

DevBytes

About GitHub

21 May 2014
Cluster for Android

Say hello to Cluster, a collection of helper classes and utility methods for Android. I find myself routinely writing code to do basic things from project to project. Cluster is meant to be an expansive library that minimizes how much utility code needs to be written for each project.

Project Page

https://github.com/DevBytes/cluster

Components

Cluster is currently composed of the following:

Screen

Screen is a utility class holding methods related to screen size isTablet() and orientation isLandscape()


Posted by Tanner Perrien

About GitHub