Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janishar/annotation-processing-example
It is the example project for the annotation processing tutorial.
https://github.com/janishar/annotation-processing-example
android annotation-processing annotation-processor butterknife example example-code example-project java library mindorks modules tutorial
Last synced: 6 days ago
JSON representation
It is the example project for the annotation processing tutorial.
- Host: GitHub
- URL: https://github.com/janishar/annotation-processing-example
- Owner: janishar
- License: apache-2.0
- Created: 2018-05-22T18:33:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T08:57:21.000Z (about 1 year ago)
- Last Synced: 2024-10-23T05:33:19.925Z (15 days ago)
- Topics: android, annotation-processing, annotation-processor, butterknife, example, example-code, example-project, java, library, mindorks, modules, tutorial
- Language: Java
- Homepage: https://mindorks.com/blog/android-annotation-processing-tutorial-part-1-a-practical-approach
- Size: 178 KB
- Stars: 138
- Watchers: 7
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android Annotation Processing Tutorial: Example Project
> A complete library implementation
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.
# About The Author
You can connect with me here:
* [Janishar Ali](https://janisharali.com)
* [Twitter](https://twitter.com/janisharali)
* [YouTube Channel](https://www.youtube.com/@unusualcode)### The links to the tutorials:
1. [Part 1 : A practical approach](https://janisharali.com/blog/android-annotation-processing-tutorial-part-1-a-practical-approach)
2. [Part 2: The project structure](https://janisharali.com/blog/android-annotation-processing-tutorial-part-2-the-project-structure)
3. [Part 3: Generate Java source code](https://janisharali.com/blog/android-annotation-processing-tutorial-part-3-generate-java-source-code)
4. [Part 4: Use the generated code](https://janisharali.com/blog/android-annotation-processing-tutorial-part-4-use-the-generated-code)# If this repository helps you in anyway, show your love :heart: by putting a :star: on this project :v:
### 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) 2023 JANISHAR ALI ANWARLicensed 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 athttp://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.