-
-
Save soundmasteraj/3f0b25f28192307ccd128097ea38a914 to your computer and use it in GitHub Desktop.
This file contains 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
<template format="4" | |
revision="1" | |
name="MVP Template Activity" | |
description="Creates a new MVP classes - Presenter, View, Contract and Dagger Module."> | |
<category value="Other"/> | |
<parameter id="className" | |
name="Functionality Name" | |
type="string" | |
constraints="class|unique|nonempty" | |
default="MvpDemo" | |
help="The name of the functionality that requires MVP views"/> | |
<globals file="globals.xml.ftl" /> | |
<execute file="recipe.xml.ftl" /> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment