Java
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
app Add Release Minify May 28, 2018
binder-annotations Add Binder Processing May 27, 2018
binder-compiler
binder Binding constructor made private Jun 1, 2018
gradle/wrapper Project Creation May 22, 2018
.gitignore
LICENSE Initial commit May 22, 2018
README.md Update README.md May 29, 2018
build.gradle Project Creation May 22, 2018
gradle.properties Project Creation May 22, 2018
gradlew Project Creation May 22, 2018
gradlew.bat Project Creation May 22, 2018
settings.gradle Create Structure May 23, 2018

README.md

Android Annotation Processing Tutorial: Example Project

A complete library implementation

Mindorks Mindorks Community

Annotation processing has become one of the most important language features in the modern Java programming. Java supports annotation processing from the release of Java 5 but its full potential has been realized in the recent years. Annotation processing in simple words is used to generate files during compilation.

The links to the tutorials:

  1. Part 1 : A practical approach
  2. Part 2: The project structure
  3. Part 3: Generate Java source code
  4. Part 4: Use the generated code

If this repository helps you in anyway, show your love ❤️ by putting a ⭐️ on this project ✌️

Mindorks open source projects

Check out Mindorks awesome open source projects here

How do I use this project?

This is a project aimed to help bootstrap new Android library for annotation processing. Feel free to fork this application.

License

   Copyright (C) 2017 MINDORKS NEXTGEN PRIVATE LIMITED

   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.

Contributing to Android MVP Architecture

All pull requests are welcome, make sure to follow the coding best practices when you submit the pull request.