Skip to content

Instantly share code, notes, and snippets.

View arslan74's full-sized avatar
🏠
Working from home

Arslan Haider arslan74

🏠
Working from home
  • Linkoping University
  • Sweden
View GitHub Profile
@arslan74
arslan74 / MainActivity
Created September 14, 2018 17:30
Example ViewGroup and View
package com.example.arslan.bs_app;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
@staltz
staltz / introrx.md
Last active July 4, 2024 10:11
The introduction to Reactive Programming you've been missing