Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Android MVVM lightweight library.

Sep 20, 2015

JPatterns is a collection of annotations that should make it easier to communicate the use of Design Patterns within your code to your fellow developers and your future self.

Design Patterns are typically encoded into Java code in an ad-hoc fashion. They are either embedded into the names of the classes or written into the Javadocs. Unfortunately it is impossible to accurately determine a pattern based solely on the class structure without knowing the intent of the code author.

Jan 25, 2017