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

Highlights

  • Pro
Block or Report

Block or report kairos34

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

Hi there 👋, I'm Alper 🙋‍♂️

An Android Developer 👨‍💻, exploring Android Jetpack Compose and Backend stuff with Kotlin 🥽

🎍 Welcome to my hub 🏗️

  • 👨‍💻 #SelfTaught Developer mostly working on ❤️Android ❤️Kotlin!
  • 🌐 Little bit exploring Web development too...
  • 👨‍👩‍👧‍👧 Daddy of two girls.
  • Loves ⚽ and 📺.
  • Proud to be 🇹🇷

Alper's GitHub stats

🔗 Know more about me

Mail Linkedin Facebook Instagram

Alper's profile View

Pinned

  1. FleksyMovieApp FleksyMovieApp Public

    The Movie Database API Integration in Android

    Kotlin 6 2

  2. BlogApp BlogApp Public

    Blog application

    Kotlin

  3. ScalaBlog ScalaBlog Public

    Blogging project with Scala Play Framework

    HTML 16 2

  4. Valorant-Compose-App Valorant-Compose-App Public

    Forked from cnrture/Valorant-Compose-App

    A Valorant game information application built using Jetpack Compose - MVVM with Clean Arc - Hilt - Flow - Retrofit.

    Kotlin

  5. NewsApp NewsApp Public

    News API Integration Sample Android Application

    Kotlin

  6. Kotlin zip and unzip functions Kotlin zip and unzip functions
    1
    object ZipManager {
    2
    
                  
    3
        fun zip(files: List<File>, zipFile: File) {
    4
            ZipOutputStream(BufferedOutputStream(FileOutputStream(zipFile))).use { output ->
    5
                files.forEach { file ->