Pinned Repositories
bubble-layout
An Android ViewGroup that displays avatar bubbles... similar to the chat bubbles on Facebook Messenger.
chips-input-layout
A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
clean-architecture
Recommendations for sufficiently clean architecture for local database storage and persistent storage.
empty-state-recyclerview
A customizable subclass of RecyclerView that draws state displays for loading and empty content states.
googlish-datetime-picker
A highly customizable Android ViewGroup that allows you to choose a date and time... similar to the picker in Google Calendar.
periodic-table-layout
An Android ViewGroup that lays children out in the shape of the Periodic Table of Elements.
social-text-view
A custom Android TextView that highlights social media lingo (#hashtags, @mentions, phone, emails, and urls).
sqlite-class-parser
A lightweight object-to-SQL statement parser.
sqlite-java-library
A library to help simplify using the SQLite JDBC when using the Java JDK. Support code-first and database-first SQLite databases!
tylersuehr7's Repositories
tylersuehr7/chips-input-layout
A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
tylersuehr7/social-text-view
A custom Android TextView that highlights social media lingo (#hashtags, @mentions, phone, emails, and urls).
tylersuehr7/empty-state-recyclerview
A customizable subclass of RecyclerView that draws state displays for loading and empty content states.
tylersuehr7/bubble-layout
An Android ViewGroup that displays avatar bubbles... similar to the chat bubbles on Facebook Messenger.
tylersuehr7/clean-architecture
Recommendations for sufficiently clean architecture for local database storage and persistent storage.
tylersuehr7/sqlite-java-library
A library to help simplify using the SQLite JDBC when using the Java JDK. Support code-first and database-first SQLite databases!
tylersuehr7/periodic-table-layout
An Android ViewGroup that lays children out in the shape of the Periodic Table of Elements.
tylersuehr7/googlish-datetime-picker
A highly customizable Android ViewGroup that allows you to choose a date and time... similar to the picker in Google Calendar.
tylersuehr7/sqlite-class-parser
A lightweight object-to-SQL statement parser.
tylersuehr7/engine-j
A simple game engine for Android mobile games utilizing OpenGL ES 2.0.
tylersuehr7/flappy-clone
A re-implementation of a basic flappy bird-style game using C++ 20 and Raylib.
tylersuehr7/flutter-analytics-example
Example Flutter application demonstrating in-app analytics engine on iOS and Android.
tylersuehr7/flutter-theme-visualizer
Flutter application for visualizing themes, typography, components, etc.
tylersuehr7/flutter-verify-identity
Example Flutter application demonstrating identity verification on iOS and Android.
tylersuehr7/ist446-game
This is the game for IST 446 at Pennsylvania State University.
tylersuehr7/kotlin-jwt
A hardened JWT library based on Bouncy Castle written in Kotlin.
tylersuehr7/periodic-table-db-maker
Command-line application that produces an optimized SQLite database will all periodic table elements in it.
tylersuehr7/poc-realtime-messenger
Demonstrates a proof-of-concept system for realtime messaging on iOS and Android platforms.
tylersuehr7/spring-boot-influxdb
A simple Spring Boot integration for the Influx database.
tylersuehr7/spring-boot-lockout-api
A Spring Boot restful api demonstrating disabling a username based on the number of invalid login attempts.
tylersuehr7/tetris-clone
A re-implementation of a basic tetris game using C++ 20 and Raylib.