Skip to content

Instantly share code, notes, and snippets.

View AlicanAkkus's full-sized avatar
🤔

Alican Akkuş AlicanAkkus

🤔
View GitHub Profile
@AlicanAkkus
AlicanAkkus / introrx.md
Created July 5, 2017 21:01 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing

Git cheat sheet

Common commands

General

Create repository:

git init
package com.example.tabdeneme;
import android.os.Bundle;
import android.app.TabActivity;
import android.content.ContentValues;
import android.content.Intent;
import android.content.res.Resources;
import android.database.sqlite.SQLiteDatabase;
import android.graphics.Color;
import android.view.View;