Skip to content

Instantly share code, notes, and snippets.

View sturdustgeorgiana's full-sized avatar

sturdustgeorgiana

View GitHub Profile
@sturdustgeorgiana
sturdustgeorgiana / ThisActivity.java Android for Beginners
Last active April 12, 2017 00:05
My first gist thanks to Udacity`s course Android for Beginners
package com.sistahwork.baseball;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.TextView;
@sturdustgeorgiana
sturdustgeorgiana / activity_primavara.xml
Last active April 12, 2017 00:07
Primavara Activity.xml Android for Beginners
<?xml version="1.0" encoding="utf-8"?>
<ScrollView
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">
<LinearLayout 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"
@sturdustgeorgiana
sturdustgeorgiana / gist:65b79b7ddcb253b6c6dc8405bd40b39b
Last active January 29, 2018 01:07
Primavara.javacode Android for Beginners
package com.sistahwork.costin; /**
* Add your package below. Package name can be found in the project's AndroidManifest.xml file.
* This is the package name our example uses:
*
* package com.example.android.justjava;
*/
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;