Skip to content
View AniketSK's full-sized avatar
πŸ˜€
Available for consulting on Android, maybe fulltime for the right company!
πŸ˜€
Available for consulting on Android, maybe fulltime for the right company!
Block or Report

Block or report AniketSK

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

Hi there πŸ‘‹

  • πŸ”­ I’m currently working on secret projects for cool people
  • 🌱 I’m currently learning everything
  • πŸ‘― I’m looking to collaborate on social businesses
  • πŸ’¬ Ask me about Kotlin, Android, Testing, Negotiation
  • πŸ“« How to reach me: consulting@aniketkadam.com
  • πŸ˜„ Pronouns: He/Him
  • ⚑ Fun fact: I love skating!

Pinned

  1. Appod Appod Public

    Browse apod.com saved even offline. MVI/MVVM/ pretty much every arch component.

    Kotlin 14 3

  2. RealmMigrationTestsExample RealmMigrationTestsExample Public

    An example of how to test RealmMigrations.

    Java 2 1

  3. Generic Observable for turning Broad... Generic Observable for turning BroadcastManagers into observable streams.
    1
    package com.aniketkadam.wifimanager.androidhelpers
    2
    
                  
    3
    import android.content.BroadcastReceiver
    4
    import android.content.Context
    5
    import android.content.Intent
  4. A test rule to allow testing corouti... A test rule to allow testing coroutines that use the main dispatcher. Without this you'd run into "java.lang.IllegalStateException: Module with the Main dispatcher had failed to initialize. For tests Dispatchers.setMain from kotlinx-coroutines-test module can be used"
    1
    package com.aniketkadam.sharevideoshortcut
    2
    import org.junit.rules.TestWatcher
    3
    
                  
    4
    import kotlinx.coroutines.Dispatchers
    5
    import kotlinx.coroutines.ExperimentalCoroutinesApi