frankie9527 / DesignPattern

Sample code for several design patterns for java and kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English | 中文

DesignPattern

Description

This is a collection of known design patterns and some sample codes on how to implement them in Android. Every pattern has a small list of examples

Run on Android studio

The current runtime environment is running in android studio, you just need to add the following to the .idea's gradle.xml in the labeled location

<option name="delegatedBuild" value="false" />

Patterns

The patterns can be structured in roughly three different categories. Please click on the blue font to see the full explanation

Creational

Structural

Behavioral

About

Sample code for several design patterns for java and kotlin


Languages

Language:Java 69.1%Language:Kotlin 30.9%