gavingt
Android/iOS developer with a passion for crafting superior user experiences
Simplified IT ProductsArizona
Pinned Repositories
7601_Address_Checker
7657_Address_Checker
basic_location_improved
Press a button and get the device's current location. This improves upon the Basic Location Sample in Google's android-play-location sample in a few ways. It checks the device's location setting before requesting a location, and does so while still allowing "device only" location mode. It also ensures that a stale location is never returned by FusedLocationProvider.
BottomSheetTest
BottomSheet scrollable behind a LinearLayout with Buttons. Replicates this functionality from Maps app: https://streamable.com/balbx
ClassTask
To-do app for students
gavingt.github.io
SnackCannon
Snack delivery app that uses the OpenFoodFacts API.
SunCalculator
Android app that fetches sunrise and sunset times for any date/city. My first app using MVVM.
upcoming-games
Android app for viewing release dates and other details for every video game ever made.
zoomageTwoFingerOnlyDrawing
Reimplementation of http://jsibbold.github.io/zoomage, except with drawing added
gavingt's Repositories
gavingt/upcoming-games
Android app for viewing release dates and other details for every video game ever made.
gavingt/BottomSheetTest
BottomSheet scrollable behind a LinearLayout with Buttons. Replicates this functionality from Maps app: https://streamable.com/balbx
gavingt/SunCalculator
Android app that fetches sunrise and sunset times for any date/city. My first app using MVVM.
gavingt/basic_location_improved
Press a button and get the device's current location. This improves upon the Basic Location Sample in Google's android-play-location sample in a few ways. It checks the device's location setting before requesting a location, and does so while still allowing "device only" location mode. It also ensures that a stale location is never returned by FusedLocationProvider.
gavingt/zoomageTwoFingerOnlyDrawing
Reimplementation of http://jsibbold.github.io/zoomage, except with drawing added
gavingt/7601_Address_Checker
gavingt/7657_Address_Checker
gavingt/7659_Address_Checker
gavingt/ClassTask
To-do app for students
gavingt/gavingt.github.io
gavingt/SnackCannon
Snack delivery app that uses the OpenFoodFacts API.
gavingt/CollapsibleToolbarLayoutImplementation
Implements a collapsible toolbar like the omnibar in the Google Chrome app. Uses Android's CollapsibleToolbarLayout.
gavingt/Dominos_7657_Maps_iPhone
gavingt/Dominos_7667_Maps_iPhone
gavingt/drawWithPinchToZoom
Use one finger to draw on a background image, or two fingers to zoom. Forked from https://github.com/sowmen/Android-Finger-Paint-Zoom-Pan
gavingt/GoogleDriveBackupTest
gavingt/ios_draw_zoom
gavingt/JankyUITest
This illustrates a couple of UI issues with Android 10
gavingt/local_weather
gavingt/OpenAssetFileDescriptorTest
Android app that demonstrates how long it takes to call ContentResolver.openAssetFileDescriptor in Android 12. This is particularly problematic for calculating drive space for USB drives.
gavingt/Popular-Movies
Android app that tells you about the latest movies
gavingt/Quote-Generator
gavingt/stopwatch_helper
For reddit user u/babuaaa
gavingt/subsampling-scale-image-view-drawing
subsampling-scale-image-view implementation with improved drawing
gavingt/TextInputLayoutTest