Skip to content
View qamarelsafadi's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report qamarelsafadi

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

Hi , I'm Qamar A. Safadi


πŸ’β€β™€οΈ About me

  • 🏫 I am an Android Developer at Selela Information Technology
  • πŸ§‘β€πŸ’» I am using Kotlin as primary language
  • πŸ§‘β€πŸŽ“ I’m currently learning: Jetpack Compose.
  • πŸ€“ Always learn new things



github twitter linkedin facebook instagram

Profile views counter



Languages and Tools

TypeScript Git Firebase Android Java Swift Dart Adobe XD GitLab Figma Flutter Kotlin

Github Stats





Pinned

  1. ComposeMultiplatform ComposeMultiplatform Public

    This repository will contain instructors how you could start your first compose mutltiplatform project

    Kotlin 138 11

  2. ElasticView ElasticView Public

    ElasticView is a JetpackCompose library will help you add an Elastic Effect for your all kind of widgets

    Kotlin 63 2

  3. QIndicators QIndicators Public

    Qindicators is a jetpack Compose library that will help you show indicators in your app

    Kotlin 30 1

  4. ComposableWidgets ComposableWidgets Public

    this repo will contains all compose widgets I shared on my social medial

    Kotlin 48 14

  5. This class is generic class for crea... This class is generic class for creating your custom dialogs, it will helps you to use one class for all ur custom dialogs.
    1
    /*
    2
     *  Created by Qamar A. Safadi on 6/13/22, 9:50 PM
    3
     *  Copyright (c) 2022 .
    4
     */
    5
    
                  
  6. This gist will help you to get start... This gist will help you to get started with the new menu implementation way, you can find 2 extensions that will help you not repeat a huge code, Enjoy it.
    1
    // Step 1 : implement the new activity dependency in you gradle
    2
    
                  
    3
    implementation 'androidx.activity:activity-ktx:1.5.1'
    4
    // if you are using compose 
    5
    implementation 'androidx.activity:activity-compose:1.5.1'