Rxjava 3

RxBrite Android-Orma

gfx/Android-Orma Android Orma入門 Orma 란? Orma는 Android용 ORM. 구현은 SQLiteDatabase 래퍼. ActiveAndroid처럼 간단하고, GreenDAO처럼 빠른 ORM을 목표로 개발. 성능은 천하 제일 "Android의 ORM"무도회 (2015 년판) 을 참조. build.app 2017.01.03일자 dependencies { annotationProcessor 'com.github.gfx.android.orma:orma-processor:4.0.2' compile 'com.github.gfx.android.orma:orma:4.0.2' } github 설명 1. 개요 @Table, @Column 및 @PrimaryKey로 주석 된 모델 클래스를 정의..

ide/androidstudio 2017.01.10

RxAndroid

RxJava Wiki Home RxAndroid Wiki Home rxmarbleshttps://github.com/xiaomeixw/NoRxJava RxJava , RxAndroid 사용하기[1 : 흐름 파악하기] 1. RxAndroid를 적용해보고 HelloWorld를 찍어보자. RxJava RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences. RxJava는 Reactive Extensions : 관찰 가능한 시퀀스를 사용하여 비동기 및 이벤트 기반 프로그램을 작성하기위한 라이브러리 인..

ide/androidstudio 2017.01.03

ReactivceX, RxAndroid

https://github.com/ReactiveX RxJava Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. JVM의 Reactive Extensions - Java VM에 대해 관찰 가능한 시퀀스를 사용하여 비동기 및 이벤트 기반 프로그램을 작성하기위한 라이브러리. RxAdroid This module adds the minimum classes to RxJava that make writing reactive components in Android applications easy and hassle..

ide/androidstudio 2017.01.02
반응형