An open API service indexing awesome lists of open source software.

https://github.com/archinamon/androidaspectjexample2

Ultimately small & simple sample — AspectJ for Android!
https://github.com/archinamon/androidaspectjexample2

android aspectj aspects groovy-android java kotlin write-aspects

Last synced: 7 months ago
JSON representation

Ultimately small & simple sample — AspectJ for Android!

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/Archinamon/AndroidAspectJExample2.svg?branch=master)](https://travis-ci.org/Archinamon/AndroidAspectJExample2)

# AspectJ for Android Example number TOO
Ultimately small & simple!

This project is related to [android-gradle-aspectj](https://github.com/Archinamon/GradleAspectJ-Android) plugin that brings support of AspectJ language into your Android project.

Thank's for the idea to @zmorris about to create a really simple sample project to introduce the AspectJ power to Android ecosystem.

You can always learn more looking at more [complex example](https://github.com/Archinamon/AspectJExampleAndroid).

Useful links that helps better understands the AspectJ language and some common tips, examples:
* Quick reference manual
* Aspects code examples