PullLoad MoreRecycleView Flash Problem after Android Studio 3.3 Upgrade
PullLoad MoreRecycleView Flash Problem after Android Studio Upgrade
PullLoadMoreRecycleView It's a nice drop-down refresh library and a pull-up load refresh library. But it hasn't been updated for a long time.
To develop new functionality today, we ...
Added by Kurtismonger on Wed, 21 Aug 2019 11:08:22 +0300
Android Custom Controls: Take you to a multi-effect intelligent loadingView
Let's start with the effect map (see the explanation later if you are interested in it):
1. Display of login effect
2. Pay attention to effect demonstration
1. [Drawing rounded rectangle]
Drawing begins with the onDraw method (I'll write the circle code, step by step). First, define an attribute in the view: private R ...
Added by richardandrewle on Mon, 19 Aug 2019 09:14:51 +0300
Flutter Learning Notes (18) -- Drawer Drawer Drawer Component
If you need to reproduce, please indicate the source: Flutter Learning Notes (18) -- Drawer Drawer Drawer Component
Drawer (Drawer Component) can achieve similar drawer pull-out and push-in effects, and can pull out the navigation panel from the sidebar. Usually Drawer is used in combination with ListView components.
Drawer Component Propert ...
Added by nelietis on Sun, 18 Aug 2019 18:40:30 +0300
Android Util Code KTX! It's time to improve your development efficiency! (Update!)
AndroidUtilCodeKTX It has been a month since Ktx was officially open source. So far, 98 star s and 11 fork s have been harvested on Github. During this period, I made a list of Github Trending Kotlin classifications, and also received good comments and suggestions from some developers. After this month's tortoise update, I did some functions I ...
Added by dserf on Sun, 18 Aug 2019 17:03:55 +0300
Image Source Analysis of Flutter
This article has authorized the exclusive release of Wechat Public No. Jingdong Technology.
Image Source Analysis of Flutter
With the rapid development of the hardware level of mobile devices, users are increasingly demanding for the display of pi ...
Added by kind on Wed, 14 Aug 2019 10:02:37 +0300
Android Month 2_Day9_Sqltie database
Android Month 2_Day9_Sqltie database
Introduction to SQLite database
Database usage and two core classes
First, SQLiteOpenHelper
II. SQLiteDatabase
Batch processing of data using transactions
Introduction to SQLite database
1. Lightweight database integrated in Android system
2. Characteristic ...
Added by Arnerd on Mon, 12 Aug 2019 16:01:54 +0300
Android Attribute Animation
What is attribute animation?
Property animation can be implemented by directly changing the properties of View. For example:
The effect of moving the View is achieved by constantly changing the coordinates of the View.
By constantly changing the background of View to achieve the effect of background gradient of View;
The effect of deformin ...
Added by Fira on Fri, 09 Aug 2019 14:39:37 +0300
Day35 MVP architecture, dagger 2, butterknife usage
Brief introduction to butterKnife framework
ButterKnife is a View injection framework focusing on Android systems. It used to write a lot of findViewById to find View objects. With ButterKnife, these steps can be easily eliminated.
ButterKnife - > For UI Annotation Class Framework
-> Setting up ...
Added by pearjam on Fri, 09 Aug 2019 10:27:38 +0300
Exploration and Solution of the Reasons for Frequent Exit of MIUI Background Programs
Links to the original text: http://www.cnblogs.com/sadgoblin/p/3696471.html
Exploration and Solution of the Reasons for Frequent Exit of MIUI Background Programs
First ...
Added by FMB on Fri, 09 Aug 2019 07:16:23 +0300
Summary of Android Practical Development bug s
Introduction to Catalogue
1.1 java.lang.UnsatisfiedLinkError could not find so Library Exception
1.2 java.lang.IllegalStateException illegal state exception
1.3 android.content.res.Resources$NotFoundException
1.4 java.lang.IllegalArgumentException parameter mismatch exception
1.5 IllegalStateException: Can't compress a recycled bitmap
1.6 java ...
Added by vmarellano on Wed, 07 Aug 2019 18:11:53 +0300