Skip to content

Instantly share code, notes, and snippets.

View with-shrey's full-sized avatar
🎯
Focusing

Shrey Gupta with-shrey

🎯
Focusing
View GitHub Profile
@with-shrey
with-shrey / Day3.txt
Last active October 31, 2017 16:58 — forked from anonymous/Day3.txt
Mozilla Python Networking App Session day 3
Google search term pet api
API Key : ad4e5f02703f7faf7945ab02d55fa136
Api Search Engines:
www.programmableweb.com
apis.io etc..
Api used
http://api.petfinder.com
http://www.petfinder.com/developers/api-docs
@with-shrey
with-shrey / activity_main.xml
Created February 7, 2017 19:23 — 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"