Created
October 15, 2018 12:41
-
-
Save singhsegv/05216f0d9fd57e8ccce158187ef90f5d to your computer and use it in GitHub Desktop.
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
<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