Recent Posts
-
Android implements the method of calling camera and photo album
It's convenient for Android to call the camera. Take a look at the interface first Layout file activity_ Main.xml sour…… -
Android studio uses butterknife and zelezny’s methods
preface Butterknife is a view injection framework focusing on Android, which can reduce a large number of findviewbyid…… -
Android uses audiorecord class to realize audio recording program
The audiorecord class is closer to the bottom layer than the mediarecorder, and there are fewer methods encapsulated f…… -
Phone dialing keypad of Android custom control
Two custom controls for Android have been written before. One is to simply inherit view, and the other is to implement…… -
Android music player progress bar effect
This example shares the specific code of Android to realize the progress bar effect of music player for your reference…… -
Method for realizing icon dragging effect by Android programming
This paper describes the method of Android programming to realize icon drag effect. Share with you for your reference,…… -
Automatic filling based on AutoCompleteTextView in Android
Now we use Baidu or Google to search information on the Internet. When we enter one or two words in the input box, we …… -
Three methods of realizing ground glass effect in Android
Recently, I'm working on an app called Jiji (understood by men's Bank), which has a function that requires image proce…… -
Transparent setting of activity transparent / translucent effect (two implementation methods)
Method 1: create styles.xml in RES / values folder: -
GitHub Configuration Guide
1. Create a project and enter the project folder 2. Please refer to the official website guide for initializing SSH ke…… -
Android irregular closed area fill color example code
1、 Overview In the previous description, we completed the filling of image color through layers (please stamp: Androi…… -
Python use experience to get the list of GitHub code bases
1. Background According to the project requirements, it is required to obtain the repo API of GitHub so that the repo …… -
Steps of Android Software Automatic Update
This article is to download the latest APK installation directly, not incrementally. To implement an Android applicati…… -
Detailed explanation of the interaction between fragment and activity based on Android
Today, we will continue to explain the characteristics of fragment components, mainly related to the interaction and l…… -
Httpurlconnection and okhttp are two methods to obtain network data
Cut the crap and go straight to the code. Easy to understand. The XML is as follows: Activities are as follows: Note: …… -
Android statusbar transparency method (adapted to different versions)
Full adaptation of transparent status bar The status bar specifies where the phone status information is displayed at …… -
Android table icon library production
A chart lib has been written before, but it is difficult to keep up with the pace of product demand changes due to the…… -
Android determines whether the network is available and whether the connected network can access the Internet
Network status acquisition To upload and download, you need to check the network status of the current mobile phone an…… -
Examples of correct reference to AAR in Android studio library module
Today, connect to an SDK monitored by Haikang. The SDK is provided in the form of AAR, and the module I need to use fo…… -
In Android, the post request transfers JSON data to the server instance
In a recent project, a requirement is as follows: Input parameters are encapsulated into JSON, example: The content is…… -
Android uses Lottie to load JSON animation sample code
Lottie Lottie is an open source animation project of airbnb. It supports IOS, Mac OS, Android RN. Due to the implement…… -
Example of input cleaning tool class in EditText box of Android Development
This example describes the edit text box input cleaning tool class developed by Android. Share with you for your refer…… -
Android imitating Alipay custom password input box and security keyboard (password keyboard)
In the previous projects, there is a payment scenario: the user needs to enter the transaction password when handling …… -
Simple example of pop-up soft keyboard tool class developed by Android
This paper describes the pop-up soft keyboard tool class developed by Android. Share with you for your reference, as f…… -
An example of coordinatorlayout usage of Android features
When I create a new module on the as, the default outermost layout of the system is no longer one of the five familiar…… -
Complete example of media playback tool class developed by Android
This paper describes the media playback tool class developed by Android. Share with you for your reference, as follows…… -
Super practical system management tools developed by Android [SD card, network, URI, screen, network, soft keyboard, text, process, etc.]
This paper describes the super practical system management tool class developed by Android. Share with you for your re…… -
Method of simple image crawler based on rxjava2
Since October this year, I have tried to import some pictures to tensorflow to generate models, which requires a large…… -
Android 5.0 new control instance details
Google launched some new controls while launching Android 5.0. The following five new controls are most commonly used …… -
An example of building a general crawler framework based on vert. X and rxjava 2
Recently, because the business needs to monitor some data, although there are many excellent crawler frameworks on the…… -
Android captures system exceptions and uploads logs
When doing projects, we often throw out the error utilization exceptions, so that we can check the errors through the …… -
Android programming method for obtaining the WiFi name of the current connection
This example describes the method of Android programming to obtain the WiFi name of the current connection. Share with……