Skip to content
View medyo's full-sized avatar

Organizations

@casablancarb @github-beta @MoroccoJS
Block or Report

Block or report medyo

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

Hi there 👋

I’m Mehdi Sakout, a Product Maker from Morocco, I am passionate about bringing ideas to life. I mainly test, code, launch and ship. During the day I’m a Senior Android Engineer working at Elbotola Media, the #1 Sports app in the MENA region and an indie maker by night. I do also contribute to open source whenever time allows it.

Anurag's GitHub stats

Pinned

  1. hackertab.dev hackertab.dev Public

    A Chrome 🌐 & Firefox 🦊 extension to discover the latest developer news and tools in one tab!

    TypeScript 560 78

  2. android-about-page android-about-page Public

    Create an awesome About Page for your Android App in 2 minutes

    Java 2k 285

  3. StateViews StateViews Public

    Create & Show progress, data or error views, the easy way!

    Java 373 36

  4. prettyusers prettyusers Public archive

    Faker Gem for only User details : name, avatar, email ...

    Ruby 15 3

  5. Solution: YouTubePlayerSupportFragme... Solution: YouTubePlayerSupportFragment that supports androidx
    1
    package com.google.android.youtube.player;
    2
    
                  
    3
    /**
    4
     * Please create this directories schema com.google.android.youtube.player and post the file there
    5
     */
  6. how to export realm database, full a... how to export realm database, full article : http://medyo.github.io/2016/browse-populate-and-export-realm-database-on-android/
    1
    #!/bin/sh
    2
    ADB_PATH="/Users/medyo/Library/Android/sdk/platform-tools"
    3
    PACKAGE_NAME="com.mobiacube.elbotola.debug"
    4
    DB_NAME="default.realm"
    5
    DESTINATION_PATH="/Users/Medyo/Desktop/"