Skip to content

Instantly share code, notes, and snippets.

@Kaspic
Last active March 7, 2021 17:40
Show Gist options
  • Save Kaspic/50eed90adc5b1d95fb34d2dca5afe2f1 to your computer and use it in GitHub Desktop.
Save Kaspic/50eed90adc5b1d95fb34d2dca5afe2f1 to your computer and use it in GitHub Desktop.
https://medium.com/geekculture/android-studio-kotlin-live-templates-fb7397f36c39 - Android Studio Live Template Introduction Tutorial
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME}
#end
#parse("File Header.java")
class ${NAME} {
}
com.google.android.material.snackbar.Snackbar.make($view$, "$message$", com.google.android.material.snackbar.Snackbar.LENGTH_SHORT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment