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

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Senior Mobile Applications Developer from Alexandria, Egypt

midoshawky


πŸ”§ About Me

  • πŸ“± Senior Mobile Developer with 5+ years of experience in Android (Kotlin/Java) and Flutter.
  • πŸš€ Experienced in building scalable and high-performance apps with focus on clean architecture, UI/UX, and modern mobile practices.
  • πŸ€– Integrated AI-based solutions into mobile apps.
  • πŸŽ“ Ph.D. in Computer Science – Menofia University.
  • πŸ’¬ Ask me about Android, Flutter, Firebase, Kotlin, Dart, or mobile app architecture.

πŸ“§ Reach me at: midoshawky100@gmail.com
πŸ“„ Check out my CV


πŸ› οΈ Languages and Tools


Latests apps:


🌐 Connect with me

Β  Β 


πŸ“Š GitHub Stats

Pinned Loading

  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