Skip to content
View Urdzik's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report Urdzik

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

Hi there, I'm Slavik Urdzik 👋

Linkedin

Public Github Stats

Pinned

  1. MovieApp MovieApp Public

    🍿MVVM + Dagger Hilt + Android Architecture Components

    Kotlin 136 22

  2. BookApp BookApp Public

    The application wrote using MVP architecture and RxJava 2 for receive asynchronous requests from retrofit

    Kotlin

  3. ViewIt ViewIt Public

    The application for recognizing landmark by photo, indicating the name, detailed information, photos of attractions and their location

    Kotlin 1

  4. CareMe CareMe Public

    Kotlin

  5. Kotlin Delegated(Bundel) Kotlin Delegated(Bundel)
    1
    // Universal put function for bundel
    2
    fun <T> Bundle.put(key: String, value: T) {
    3
        when (value) {
    4
            is Boolean -> putBoolean(key, value)
    5
            is String -> putString(key, value)
  6. KernelTruckTrecker KernelTruckTrecker Public

    Kotlin