Skip to content
View midoshawky's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report midoshawky

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

Hi πŸ‘‹, I'm Muhammed Shawky

A passionate mobile applications developer from Alexandria,Egypt

midoshawky

  • πŸ’¬ Ask me about Android or Flutter

  • πŸ“« How to reach me midoshawky100@gmail.com

  • πŸ“„ Know about my experiences CV

Connect with me:

mohamed-shawky-2bb05a178 m.shawky150 midoshawky

Languages and Tools

android cplusplus csharp dart docker figma firebase flutter git heroku illustrator java kotlin linux photoshop postman unity xd


Some of my work



Β midoshawky

midoshawky

Pinned

  1. Kotlin ternary operator Kotlin ternary operator
    1
    //Kotlin has no ternary operator 
    2
    // if(statment) --- else --- is booring 
    3
    //But as u know infix functions like extinctions but can be used without invoke so 
    4
    // U can use it like that : (obj1 == obj2) then print("yup") ?: print("nup)
    5
    //But this globally πŸ‘‡
  2. Convert Number to Word Convert Number to Word
    1
    void main() {
    2
      int num = 333;
    3
      int numberLn = num.toString().length;
    4
      String numberStr = num.toString();
    5
      
  3. covidtracker covidtracker Public

    coronavirus tracker native android application

    Kotlin

  4. autocompeletetxtfield autocompeletetxtfield Public

    flutter widget used to auto compelete the input of textfied

    Dart

  5. FileTransfer FileTransfer Public

    Java

  6. covedtrack covedtrack Public

    flutter application to track coved19 staticts

    Dart