Skip to content
View toddway's full-sized avatar

Block or report toddway

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. MaterialTransitions MaterialTransitions Public

    Sample material transition animations for Android

    Java 1.2k 200

  2. ListOfThings ListOfThings Public

    Illustrate techniques for material motion and clean architecture in Android

    Java 162 16

  3. Shelf Shelf Public

    Key/value object store for Kotlin. Persist any serializable object. Multiplatform compatible - JVM, Android, JS, Native, iOS.

    Kotlin 31 6

  4. BuildChecks BuildChecks Public

    Gradle plugin to post summaries from code analyzers to VCS (GitHub & BitBucket)

    HTML 1 1

  5. Kotlin property delegates for Shared... Kotlin property delegates for SharedPreferences
    1
    
                  
    2
    val preferences : SharedPreferences = ...
    3
    
                  
    4
    //Old way...
    5
    val MY_BOOLEAN_PREF = "myBooleanPref"
  6. A checklist for reviewing code A checklist for reviewing code
    1
    ## A checklist for reviewing code
    2
    
                  
    3
    Integration  
    4
    - [ ] Will merging this code create source conflicts?  
    5
    - [ ] Is there a clear and concise description of the changes?