Skip to content
View MartinRajniak's full-sized avatar
🇸🇰
Poprad
🇸🇰
Poprad
Block or Report

Block or report MartinRajniak

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

Hi there 👋

I'm Martin Rajniak working remotely from Poprad, Slovakia.

I have worked for 9 years as Android developer (5 of those leading people).
Passion for developer productivity and tooling (lead mobile CD initiative).

I'm currently trying to get better in any of these:

  • ComposeUI
  • iOS + Swift UI
  • Kotlin Multiplatform
  • (Kotlin) Backend development

MartinRajniak's GitHub stats

Pinned

  1. CatViewerDemo CatViewerDemo Public

    Kotlin Multiplatform Mobile demo for Android and iOS. App for viewing Cat pictures

    Kotlin 112 6

  2. ChatDemo ChatDemo Public

    Jetpack Compose UI Chat Demo

    Kotlin 1

  3. BottomBarDrawer BottomBarDrawer Public

    BottomBarDrawerLayout acts as a top-level container for window content that allows for interactive "drawer" view to be pulled out from the bottom edge of the window. This version of drawer is work…

    Java 61 13

  4. Sum of of all the multiples of 4 or ... Sum of of all the multiples of 4 or 7 under 2500
    1
    fun main() {
    2
        println("Calculating using naive approach (in a loop).")
    3
        execute(::calculateSum)
    4
    
                  
    5
        println("Calculating using formula for AP series.")
  5. iOS-Android-String-Convertor iOS-Android-String-Convertor Public

    Java

  6. Pong Pong Public

    For educational purpose

    Java