Skip to content

Instantly share code, notes, and snippets.

View jufpintoca1's full-sized avatar

jufpintoca jufpintoca1

View GitHub Profile
@jufpintoca1
jufpintoca1 / TopSekritPokemonGoSourceCode.swift
Created September 8, 2018 23:21 — forked from twostraws/TopSekritPokemonGoSourceCode.swift
Totally Top Sekrit Pokémon Go Source Code
//
// PokemonGoViewController.swift
// Totally Top Sekrit Pokémon Go Source Code
//
// Created by Niantic on 07/01/2016.
// Copyright © 2016 Niantic rights reserved.
//
import UIKit
@jufpintoca1
jufpintoca1 / activity_main.xml
Created August 26, 2018 22:09 — forked from anonymous/activity_main.xml
RelativeLayout XML for Udacity quiz question
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp">
<TextView
android:text="I’m in this corner"
android:layout_height="wrap_content"
android:layout_width="wrap_content"