mvvm core by gits-indonesia

15
MVVM-Core By : Yatno Sudar

Upload: yatno-sudar

Post on 22-Feb-2017

337 views

Category:

Engineering


4 download

TRANSCRIPT

Page 1: MVVM Core By GITS-Indonesia

MVVM-CoreBy : Yatno Sudar

Page 2: MVVM Core By GITS-Indonesia

TujuanMempermudah penggunaan MVVMMembuat project menjadi lebih terstrukturDari komunitas untuk komunitas

Page 3: MVVM Core By GITS-Indonesia

Versi

id.gits:mvvmcore:0.0.4

Page 4: MVVM Core By GITS-Indonesia

Libraryhttps://github.com/gitsindonesia/mvvm-core

Page 5: MVVM Core By GITS-Indonesia

FutureHelperNetworkDatabaseCustom ViewOptimize MVVM Core

Page 6: MVVM Core By GITS-Indonesia

Enable Data Bindingandroid {

…dataBinding { enabled = true}...

}

Page 7: MVVM Core By GITS-Indonesia

Add Repository From Maven

repositories { mavenCentral() mavenLocal() maven { url "https://oss.sonatype.org/content/repositories/snapshots" }}

Page 8: MVVM Core By GITS-Indonesia

Add Dependencydependencies {

compile 'id.gits:mvvmcore:0.0.4-SNAPSHOT’

}

Page 9: MVVM Core By GITS-Indonesia

Structure MVVM-Core

Page 10: MVVM Core By GITS-Indonesia

Sample Code Activity

Page 11: MVVM Core By GITS-Indonesia

Sample Activity

Page 12: MVVM Core By GITS-Indonesia

Sample Code Controller

Page 13: MVVM Core By GITS-Indonesia

Sample Code VM

Page 14: MVVM Core By GITS-Indonesia

SYNC Gradle

Page 15: MVVM Core By GITS-Indonesia

Let’s Code