# android-codegenerator-plugin-intellij **Repository Path**: BattleCall/android-codegenerator-plugin-intellij ## Basic Information - **Project Name**: android-codegenerator-plugin-intellij - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-android--codegenerator--plugin--intellij-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1443) Android Studio/IntelliJ IDEA Plugin for Android code generation ================ Plugin for generation of Android code from XML files (layouts, menus). For more information please see [the website](http://tmorcinek.github.io/android-codegenerator-plugin-intellij) Or see the plugin in [jetbrains repository](https://plugins.jetbrains.com/plugin/7595?pr=idea). Core Library ------- This plugin is based on a library: [android-codegenerator-library](https://github.com/tmorcinek/android-codegenerator-library). The library is responsible for: - extracting important information from XML files - generating Java code based on extracted information and templates JetBrains Repository ------- You can install plugin from repository: `Preferences/Settings->Plugins->Browse repositories...` Then type in search: `Android code Generator` Download & Installation ------- All available versions of plugin are in [releases](https://github.com/tmorcinek/android-codegenerator-plugin-intellij/releases) You can download zip file from [latest release](https://github.com/tmorcinek/android-codegenerator-plugin-intellij/releases/latest) and install it manually in: `Preferences/Settings->Plugins->Install plugin from disk` Change notes ------- Version 1.6 Version 1.5 Version 1.4 Version 1.3 Version 1.2 Version 1.1 Version 1.0 Developed By -------- Tomasz Morcinek - http://morcinek.co.uk Follow me on Google+ Follow me on LinkedIn Checkout my Applications in Google Play License ------- Copyright 2014 Tomasz Morcinek. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.