Skip to content

Instantly share code, notes, and snippets.

View tamiromara's full-sized avatar
🎯
Focusing

Tamir Omara tamiromara

🎯
Focusing
View GitHub Profile
{
"Seti_SB_med": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Seti_UX/Seti.tmTheme",
"enable_tab_scrolling": false,
"fade_fold_buttons": false,
"font_face": "Source Code Pro Medium",
"font_size": 15,
"highlight_line": true,

Keybase proof

I hereby claim:

  • I am tamiromara on github.
  • I am tamiromara (https://keybase.io/tamiromara) on keybase.
  • I have a public key ASB4Ena9Z2XSKMmTtHDLWBc9xIS_kV_H605ajChBrTjfxgo

To claim this, I am signing this object:

@tamiromara
tamiromara / MainActivity.java
Created March 30, 2017 16:31
Testing MainActivity functionality
package com.example.android.quizapp;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.RadioButton;