wuhuaqing / mvvm_template

android studio mvvm 项目模板代码插件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mvvm_template

Build Version Downloads

MVVMTemplate

项目中用的mvvm框架模版代码,Android Studio 4.1及以后的各动物版本,对模版代码的支持是以插件的形式来处理 通过对插件的基础配置以及项目模版代码的配置,最终以jar的形式安装到Android Studio的本地插件中,以此来创建模版代码 注意:生成jar包是点击 run plugin 生成 参考资料 AndroidStudio Fox 编写自定义模板

Template ToDo list

This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.

This specific section is a source for the plugin.xml file which will be extracted by the Gradle during the build process.

To keep everything working, do not remove <!-- ... --> sections.

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "mvvm_template" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

About

android studio mvvm 项目模板代码插件


Languages

Language:Kotlin 100.0%