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

Block or report omkar-tenkale

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
omkar-tenkale/README.md

Metrics

Pinned

  1. JetpackComposeAnimationShowcase JetpackComposeAnimationShowcase Public

    Some cool compose animations

    Kotlin 22

  2. ExplodingComposable ExplodingComposable Public

    Explosive dust effect animation for your composables!

    Kotlin 148 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 42 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()