Android RxLife A Lightweight RxJava Lifecycle Management Library
brief introduction
RxLife is a lightweight RxJava Lifecycle Management Library with minimal code invasiveness, ready-to-use, no preparation required, and support disconnecting pipelines in any life cycle approach of Activity/Fragment.
principle
RxLife feObtain the life cycle changes of Activity/Fragment through Lifecycle under Jetpack and injec ...
Posted by kyin on Wed, 08 May 2019 07:48:38 -0700
Android RxLife A Lightweight RxJava Lifecycle Management Library
stay Android RxLife A Lightweight RxJava Lifecycle Management Library (1) In this article, we explain the use of lift,compose, and how RxJava causes memory leaks and how RxLife Solves RxJava memory leaks.No more explanations here, if you haven't seen it, please read back
This article mainly explains the use of as operator in RxLife 1.0.4 and it ...
Posted by buck2bcr on Sun, 05 May 2019 13:56:38 -0700
We build wheels together - Rx Router
RxRouter
Github address
A Lightweight, Simple, Intelligent and Powerful Android Routing Library
Getting started
Add dependency
Add the following dependencies to the build.gradle file:
dependencies {
implementation 'zlc.season:rxrouter:x.y.z'
annotationProcessor 'zlc.season:rxrouter-compiler:x.y.z'
}
(Replace the x, y and z ...
Posted by logicopinion on Fri, 03 May 2019 22:40:39 -0700
Android Component Development Case (Fusion of 10 Project Modules)
stay Last article In this article, I will introduce some cases about Android component development in detail, in which 10 project modules are merged................................................................
Catalogue introduction
1. Practical development cases
1.1 Open Source Projects for Component Practice
1.1 How to crea ...
Posted by canabatz on Thu, 25 Apr 2019 09:18:35 -0700
Java Bitcoin Development Tutorial: Java Programming for Bitcoin Trading
Solution 1: Currency trading through ExinCore API
Exincore A currency exchange API based on Mixin Network is provided.
You can pay USDT to ExinCore. ExinCore will transfer your purchase of bitcoin to you at the lowest price and the most favorable transaction fee. Every currency transaction is anonymous and can be verified on the chain. Only yo ...
Posted by sundawg on Mon, 22 Apr 2019 10:18:35 -0700
RecyclerView and CardView are used in conjunction with Android's new features
Introduction and Import of RecyelerView and CardView
RecyelerView and CardView are new controls in the 5.0, support-v7 package. The effect is as follows:
If you use it, you still need to import it. After all, it's not self-contained.
Modle's build.gradle adds:
dependencies {
compile 'com.android.support:recyclerview-v7:25.2.0'
...
Posted by kcgame on Mon, 22 Apr 2019 02:48:35 -0700
Android Multi-State Layout + Global ToolBar
1. International conventions: Fig. 1 + Github address
Android Multi-State Layout + Global ToolBar-Github Address Give me a star t. Thank you for your support.
test.gif
2. Functional overview
2.1 Brief Introduction of Global Title Bar Function
1. Custom XML
2. One line of code controls whether the title bar is added
3. Basic ...
Posted by dandelo on Mon, 22 Apr 2019 01:06:33 -0700
ARouter Source Code Adventures (I)
General programme
Here It's a blog about ARouter published by Yunxi Community. It's the general outline and guiding ideology of ARouter. But to be honest, if you don't touch the source code, it's really hard to understand the profound content of this blog, so I will reprint this blog after studying ARouter.
PS: Source code in Here
...
Posted by rachelk on Sun, 21 Apr 2019 22:09:36 -0700
SHFormLayout, Android Form Mapping Framework, Quickly Generates Form Layout
Download
Download the latest JAR or grab via Maven:
<dependency>
<groupId>com.sh.zsh.code</groupId>
<artifactId>shform</artifactId>
<version>3.2.2</version>
<type>pom</type>
</dependency>
or Gradle: ...
Posted by nkyoung1 on Sun, 21 Apr 2019 14:36:34 -0700
StateFramework: A Rapid Development Framework for Android Status Notification Communication
StateFramework
brief introduction
StateFramework is a highly cohesive and low-coupling development framework with "state observer" events as its core, and has high compatibility.
Advantage
This framework provides code and annotation to realize the use of the framework.
Annotations exist only at compile time, and there are no performa ...
Posted by Ironphp on Fri, 19 Apr 2019 22:57:32 -0700