Skip to content

Instantly share code, notes, and snippets.

View samyabdellatif's full-sized avatar
💭
learning

Samy A. Abdellatif samyabdellatif

💭
learning
  • Amadeus
  • Kuwait
View GitHub Profile
@samyabdellatif
samyabdellatif / activity_main.xml
Created August 16, 2018 07:42
My first Android app after following the udacity course "One Million Arab Coders". the app calcutes the BMI after giving height and weight
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_margin="10dp"
tools:context=".MainActivity">
<TextView