Skip to content

Instantly share code, notes, and snippets.

@akshaymukadam
Created August 17, 2019 08:58
Show Gist options
  • Save akshaymukadam/027aedc00e6ad39b2d10076515ccbf20 to your computer and use it in GitHub Desktop.
Save akshaymukadam/027aedc00e6ad39b2d10076515ccbf20 to your computer and use it in GitHub Desktop.
ViewModel IntelliJ template
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "") package ${PACKAGE_NAME} #end
import android.arch.lifecycle.ViewModel
class ${NAME} : ViewModel() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment