Skip to content

orignz/DroidconApp

 
 

Repository files navigation

Overview

Android app for Droidcon NYC 2015. Designed and built by Touch Lab team members Liam, Izzy, Sam, and Kevin.

Server

The server isn't open source at this time, but it would be relatively simple to modify the app to work with local data and seed it with json. If you'd like to use the server, get in touch (info [at] touchlab.co)

Code

New Stuff

Kotlin

A large portion of the app is written in Kotlin. Android Studio support is pretty good at this point, although some parts need to be Java. Specifically anything that runs through annotation processing.

Squeaky

A fork of ORMLite that is Android specific and uses source generation instead of reflection. Performance is significantly improved, and it supports immutable fields as well as views. Note quite open source yet. Need to clean things up a bit. Was going to announce it at the conference, but time ran short. You can't actually build the app as-is with this, but either wait till the source is up, or just swap out with ORMLite. Its mostly compatible, after package renames (and some tweaking of a foreign collection).

Also, name isn't final. See how that goes.

Open Source Tools

Picasso

Retrofit

OKHttp

EventBus

SuperToasts

VectorCompat

Circle Image View

About

Droidcon NYC's Android app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 67.2%
  • Kotlin 22.4%
  • HTML 10.4%