Pinned Repositories
AndroidImageResizer
A Node.js + ImageMagick script for resizing images for Android apps
Artiste
Static factory methods for fancy Path objects
auto-value-firebase
AutoValue extension for creating Firebase Realtime Database objects
CircleMenu
Deprecated -- material design is better
LocationTracker
Demo app for test doubles talk: https://www.youtube.com/watch?v=_pCwcdNtxog
Pancakes
A View-based navigation stack for Android
ParallaxListView
Android ListView with parallaxed header
push-to-talk-android
A small sample app for saving voice recordings to the cloud. ViewModel + LiveData + Firebase cloud storage + unidirectional data flow etc.
RhymeCity
Sample Android app for aspiring lyricists
Twenty-seven
Android Experiments: https://experiments.withgoogle.com/twenty-seven
mattlogan's Repositories
mattlogan/Pancakes
A View-based navigation stack for Android
mattlogan/Artiste
Static factory methods for fancy Path objects
mattlogan/RhymeCity
Sample Android app for aspiring lyricists
mattlogan/auto-value-firebase
AutoValue extension for creating Firebase Realtime Database objects
mattlogan/CircleMenu
Deprecated -- material design is better
mattlogan/ParallaxListView
Android ListView with parallaxed header
mattlogan/Twenty-seven
Android Experiments: https://experiments.withgoogle.com/twenty-seven
mattlogan/AndroidImageResizer
A Node.js + ImageMagick script for resizing images for Android apps
mattlogan/NDKTest
Trivial NDK example for Android Studio adapted from Gradle samples
mattlogan/StravaFlow
Simple master-detail Android app using Strava API. Retrofit + Otto + ButterKnife.
mattlogan/SurgePriceWidget
Android widget for getting current Uber surge prices at your location -- Uber API + Retrofit + Otto
mattlogan/LocationTracker
Demo app for test doubles talk: https://www.youtube.com/watch?v=_pCwcdNtxog
mattlogan/ImageSearch
Sample Android app -- Google Image Search API + Picasso + Retrofit + Otto
mattlogan/push-to-talk-android
A small sample app for saving voice recordings to the cloud. ViewModel + LiveData + Firebase cloud storage + unidirectional data flow etc.
mattlogan/RxJavaImageSearch
Google Instant style image search Android app -- Retrofit + RxJava (w/ PublishSubject) + Picasso
mattlogan/SelectableMapFragment
Android MapFragment with draggable overlay box
mattlogan/XapiClient
Android client for the OpenStreetMap (OSM) Extended API (Xapi)
mattlogan/ReverseDrawerLayout
Modified Android DrawerLayout -- sliding content view on drawer, navigation menu underneath (just like SlidingMenu)
mattlogan/advent-of-code
mattlogan/bottomsheet
Android component which presents a dismissible view from the bottom of the screen
mattlogan/CalendarAdapter
An Android adapter that manages a ListView of calendars with events
mattlogan/dagger-intellij-plugin
An IntelliJ IDEA plugin for Dagger which provides insight into how injections and providers are used.
mattlogan/DaggerErrorPlayground
Demonstrates "Foo$$InjectAdapter.java uses unchecked or unsafe operations" compiler warning
mattlogan/Kingfisher
A lightweight, pure-Swift library for downloading and caching images from the web.
mattlogan/mattlogan.github.io
Source for personal website -- http://mattlogan.me
mattlogan/okhttp
An HTTP+HTTP/2 client for Android and Java applications.
mattlogan/PusherTabStrip
Similar to Android PagerTabStrip -- for use with ViewPager
mattlogan/release-android-library
Remote script to create a maven compatible release of an android library (aar)
mattlogan/timber
A logger with a small, extensible API which provides utility on top of Android's normal Log class.
mattlogan/TimberBug
Example of "Unexpected failure during lint analysis..." bug