cassiecarlson / StarterProject

Simple Android starter project that pulls in most of the dependencies I end up including in new projects, and has a few classes that handle common functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StarterProject

This is terrible, don't use this for anything.

Simple Android starter project that pulls in most of the dependencies I end up including in new projects, and has a few classes that handle common functionality.

Included Dependencies

Retrofit

Library from Square for creating instances of HTTP clients that handle return values in JSON or XML.

OkHTTP

An HTTP Client written by Square for use with Retrofit.

RxJava

Java implimentation of Reactive Extensions.

RxAndroid

Android specific binding for RxJava.

Timber

Logging library written by Jake Wharton.

OkHttpLoggingInterceptor

Interceptor for OkHTTP that logs HTTP requests and responses.

LeakCanary

Memory leak detection library by Square.

Hugo

Annotation based trace logging written by Jake Wharton.

Butterknife

Annotation based view binding library written by Jake Wharton.

Glide

Image and gif loading and caching library.

AboutLibraries

Easy way to display the open source libraries of all libraries included in a project.

JUnit

Java unit testing library.

About

Simple Android starter project that pulls in most of the dependencies I end up including in new projects, and has a few classes that handle common functionality.


Languages

Language:Java 100.0%