Skip to content

Instantly share code, notes, and snippets.

View mohamedgamalashour's full-sized avatar

Mohamed Gamal Ashour mohamedgamalashour

  • egypt , cairo
View GitHub Profile
/build
@mohamedgamalashour
mohamedgamalashour / app_.gitignore
Created March 12, 2018 01:25
SingleScreenAppashour
/build
@mohamedgamalashour
mohamedgamalashour / app_.gitignore
Created March 12, 2018 01:23
SingleScreenAppashour
/build
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
.externalNativeBuild
/build
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportHeight="108"
android:viewportWidth="108">
<path
android:fillType="evenOdd"
android:pathData="M32,64C32,64 38.39,52.99 44.13,50.95C51.37,48.37 70.14,49.57 70.14,49.57L108.26,87.69L108,109.01L75.97,107.97L32,64Z"
android:strokeColor="#00000000"
@mohamedgamalashour
mohamedgamalashour / app_.gitignore
Created February 18, 2018 10:09
ابو عاشور UI
/build
@mohamedgamalashour
mohamedgamalashour / activity_main.xml
Created November 9, 2017 18:09
My HelloAndroid app first project on scholaship Xml code
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.android.helloandroid.MainActivity">
<TextView
android:id="@+id/textView2"
@mohamedgamalashour
mohamedgamalashour / build.gradle
Created November 9, 2017 16:23
HelloAndroid
apply plugin: 'com.android.application'
apply plugin: com.udacity.AssessmentPlugin
ext.emailAddress = "www.mo7medashour2013@gmail"
ext.projectID = "HelloAndroid"
android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
defaultConfig {
applicationId "com.example.android.helloandroid"
minSdkVersion 15