Skip to content

Commit 10806b0

Browse files
committed
Updated README to include a link to blog post
1 parent 2f7955f commit 10806b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Android-AOPExample
22
==================
33

4-
This is a simple example of Aspect Oriented Programming in Android.
4+
This is a simple example of [Aspect Oriented Programming in Android](http://fernandocejas.com/2014/08/03/aspect-oriented-programming-in-android/) as part of a blog post I have written.
55
The idea was to measure how long takes a method to be executed, so based on annotations, a Metrics aspect was created for making easy to trace a method execution (you can take a look at the 'gintonic' folder).
66
I wrote an article about Aspect Oriented Development in Android here:
77

0 commit comments

Comments
 (0)