Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="utf-8"?>
<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"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/black"
tools:context=".presentation.view.profile.MyProfileFragment">
@koifish082
koifish082 / toString.kt
Last active March 28, 2018 01:37
Kotlin - cast to String
val milliSec: Int = getMilliSec()
val milliSecStr: String = milliSec.toString()
@koifish082
koifish082 / 0_reuse_code.js
Created March 20, 2014 03:57
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console