Last active
March 7, 2021 17:40
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME} | |
#end | |
#parse("File Header.java") | |
class ${NAME} { | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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