Skip to content
View omkar-tenkale's full-sized avatar
☸️
Planning
☸️
Planning
Block or Report

Block or report omkar-tenkale

Report abuse

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

Report abuse
omkar-tenkale/README.md

Metrics

Pinned Loading

  1. JetpackComposeAnimationShowcase JetpackComposeAnimationShowcase Public

    Some cool compose animations

    Kotlin 22

  2. ExplodingComposable ExplodingComposable Public

    Explosive dust effect animation for your composables!

    Kotlin 151 4

  3. gcoeapapers gcoeapapers Public

    Source code of GCOEA Papers app

    Java 3 3

  4. ktor-role-based-auth ktor-role-based-auth Public

    A simple yet powerful role based authorization plugin for ktor server

    Kotlin 7

  5. Windows-To-Android-Reverse-Tethering Windows-To-Android-Reverse-Tethering Public

    One click windows to android internet connection (Opposite of Android USB Tethering)

    Batchfile 44 4

  6. Inheritance for multi module project... Inheritance for multi module project in kotlin, android
    1
    import kotlinx.coroutines.*
    2
    
                  
    3
    fun main() { 
    4
        BaseAPIImpl().endpoint1()
    5
        ModuleAPIImpl().endpoint1()