Jack Son's Learning Notes (I)

Summary Jackson framework is a set of data processing tools based on Java platform, which is called "the best Java Json parser".   The Jackson framework contains three core libraries: streaming, databind and annotations. Jackson also contains other data processing class libraries, which are not explained. Jackson version: ...

Added by SensualSandwich on Wed, 22 May 2019 22:52:16 +0300

A Lightweight and Efficient Archiver Cache Framework Based on YYModel

CBArchiverLogo A Lightweight and Efficient Archiver Cache Framework Based on YYModel development environment Mac OS 10.12+ / Xcode 9+ / Objective-C Supporting environment iOS 8+, iPhone & iPad Project acquisition Here the code is shown by Objective-C and the project has been uploaded to github CBArchiver(https://github.com/cba023/YYModel- ...

Added by the_loser on Tue, 21 May 2019 03:34:11 +0300

Vuex 2.0 source code analysis

I. Preface When we use Vue.js to develop a medium to large single-page application, we often encounter the following problems: How to let multiple Vue components share state How to communicate between Vue components Usually, when the project is not very complex, we will use the global event bus to solve it, but as the complexity i ...

Added by dcf1023 on Tue, 21 May 2019 02:43:01 +0300

Encapsulated Image Slider

Preface The importance of advertising rotation is self-evident. In many types of apps, the appearances are very high. Today, I'd like to introduce an open source project, which encapsulates the ViewPager and timer needed by the rotation map. It is very convenient to use and supports gradle online dependency. Several kinds of picture sliding ani ...

Added by timmerk on Tue, 21 May 2019 00:26:25 +0300

Android Things controls the rudder SG90 (Glory)

Haha~~~Immediately after the Eleventh holiday, the foolish author will go out in seven hours? Suddenly it came to mind that there has been no wording for a long time. However, if I dare to take my computer to travel roughly, I will be killed. Let you play hard It completely eliminated the possibility that I would love to study and work while ...

Added by jasonc on Mon, 20 May 2019 19:48:13 +0300

Android uses code to implement a fill-in question

cover GitHub Portal 1. Write before Recently, the project is busy. I haven't updated my blog for more than a month. Use my spare time to summarize the problems encountered in the project and share them with you! When I first saw the need to fill in the blanks, the first response was to go to Baidu, ah... No, Google search for similar Demo, bu ...

Added by Blissey on Mon, 20 May 2019 19:12:14 +0300

A Preliminary View of Fasstlane Packing Upload Dandelion Platform and App Store

I heard a long time ago about the convenience of automated packaging, but I haven't tried it. Recently, because of the project requirements, I have tried it myself. There are a lot of information about fastlane, how powerful the function is, automated testing, certificate management, screenshots and so on. But I only use the fu ...

Added by GamingWarrior on Mon, 20 May 2019 04:26:35 +0300

Using Recycler View to Realize the Function of Discovering Brands

Exploratory Brand Turnover Modeled after Need foundation Basic use of RecyclerView Look at the gods of hong: Android RecyclerView uses fully analytical experiential art-like controls Customize Layout Manager You can see: Create your Layout Manager Use of ItemTouchHelper and Implementation of Callback You can see: ...

Added by sonoton345 on Mon, 20 May 2019 03:52:59 +0300

Permissions Dispatcher, an Android permission application framework, uses

Permissions Dispatcher, an Android dynamic permission application library, uses Dynamic permission application library https://github.com/permissions-dispatcher/PermissionsDispatcher Before Android 6.0, the application permissions will be listed in the form of a list when the application is installed. Users can see that those ...

Added by eektech909 on Sun, 19 May 2019 18:52:28 +0300

Handsome use of SharedPreferences (including RxJava version)

background SharedPreferences is a lightweight storage class on Android for saving applications Some common configurations. However, it is cumbersome to use, especially when the app is large, the SharedPreferences file, and more attributes need to be saved, which can be cumbersome to operate and maintain, often thinking about which K ...

Added by Chantal on Sun, 19 May 2019 17:47:38 +0300