Skip to content
View mahmoudmagdi's full-sized avatar
💭
I convert caffeine into code
💭
I convert caffeine into code
Block or Report

Block or report mahmoudmagdi

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

Pinned

  1. Java / Android - calculate the dista... Java / Android - calculate the distance between two coordinates with great circle formula.
    1
    import static java.lang.Math.acos;
    2
    import static java.lang.Math.cos;
    3
    import static java.lang.Math.sin;
    4
    
                  
    5
    /**
  2. List of Usable HTML Meta and Link Tags List of Usable HTML Meta and Link Tags
    1
    Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
    2
    
                  
    3
    ## Basic HTML Meta Tags
    4
    
                  
    5
    ``` html
  3. android-login-with-mysql android-login-with-mysql Public

    Forked from mistermayne/android-login-with-mysql

    Create and register user in android using php and mysql

    Java

  4. android-Notifications android-Notifications Public

    Forked from googlearchive/android-Notifications

    Demonstrates best practices for Android Notifications (including P features) on both mobile and/or Wear.

    Java

  5. AudioPlayer AudioPlayer Public

    Forked from valdio/AudioPlayer

    Android sample app for playing audio files in a service

    Java

  6. AudioPlayerDemo AudioPlayerDemo Public

    Forked from twitter-university/AudioPlayerDemo

    A sample application created by Marakana to support Android training courses

    Java