Skip to content
View merklol's full-sized avatar
😎
😎
  • smorodina.mobi
  • Shanghai, China
Block or Report

Block or report merklol

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

  1. Workout-Journal Workout-Journal Public

    Workout Journal is a mobile app based on Multi-Module and Clean Architecture for those who want to track their progress over a workout and a calendar period.

    Kotlin 6

  2. Alin-Chinese Alin-Chinese Public

    AlinChinese is based on Multi-Module Clean Architecture using Dagger Hilt, Coroutines, Flow, Android Jetpack and Unidirectional Data Flow in the presentation layer.

    Kotlin 5

  3. MC-Calculator MC-Calculator Public

    MC Calculator is a scientific calculator app, built in the MVI/Redux like way, using Kotlin and RxJava.

    Kotlin 3

  4. RxMvi RxMvi Public

    RxMvi is a simple Redux/MVI-like Android library that helps to manage state using RxJava 3.

    Kotlin 2 1

  5. StopWatch using RxJava StopWatch using RxJava
    1
    class StopWatch {
    2
        private val disposableBag = CompositeDisposable()
    3
        var onTick: (String) -> Unit = {}
    4
        var elapsedTime: Long = 0
    5
    
                  
  6. bilingoalcards bilingoalcards Public

    Bilingoal Cards is a Chinese language-learning Android app

    Java