Skip to content

Instantly share code, notes, and snippets.

View Techfolio's full-sized avatar

Kris Lockwood Techfolio

  • USA
View GitHub Profile
@Techfolio
Techfolio / Helpful Links for Using GitHub
Last active June 17, 2024 12:53
Helpful Links for Using GitHub
@Techfolio
Techfolio / gist:3c93479c3037b9d4e540
Created December 31, 2014 21:01
Android UI Design
http://www.slideshare.net/AndroidDev/android-ui-design-tips
http://www.slideshare.net/mswolfson/android-ui-patterns
@Techfolio
Techfolio / code.html
Created May 10, 2017 22:54
Code from my YouTube Tutorial "Creating Basic HTML Files with the Chromebook"
<!DOCTYPE html>
<html>
<head>
<title>Basic Code</title>
</head>
<body>
Of course this says, "Hello World."
</body>
</html>
<!-- Link to the YouTube tutorial: https://youtu.be/C92nVW8WKys -->