Android
-
Example code of Tencent QQ login for Android third-party login
Layout file Configuration in manifest file code Permissions to add The above is the example code of Tencent QQ login f…… -
Android dynamic pie chart example code
For the requirements in the project, the mpandroidchart library was found at that time, which can be implemented, but …… -
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 call camera development tutorial
Now in many applications, users are required to upload a picture as a avatar. First, I receive photos with a camera an…… -
Method of calling system camera to take pictures and take pictures in Android
preface In many scenes, cameras are needed to take photos or videos and process them on the basis of photos or videos.…… -
Method for expanding click area of Android view
Sometimes, after the effect is made according to the visual diagram, it is found that the click area is too small, it …… -
Android custom textview enables sliding to unlock highlighted text
The following code is for you to share. Android custom textview realizes the effect of sliding unlocking highlighted t…… -
Example of circular translation animation for Android
Realize the animation of moving from left to right in a loop with a background image. 1. Implement two animation XML f…… -
Android wechat third party login (personal notes)
Today, I was writing wechat login. I spent half a day doing it and then wrote down my notes in the hope of helping mor…… -
Method of Android studio configuring AspectJ environment to implement AOP
Yesterday, I saw a live video of Android configuring AspectJ to realize AOP, and tried to configure it myself. It may …… -
Android MIUI notification SMS permission
MIUI has a lot of pit father designs. For example, MIUI's mobile phone can't debug and install applications via USB wi…… -
Android programming realizes the functions of exception capture and corresponding log file saving in the project
This paper describes the exception capture and corresponding log file saving functions in the Android programming proj…… -
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…… -
Android SMS verification code listening method for solving onchange multiple calls
First say: MIUI, please give up treatment! Here is a portal: MIUI notification SMS permission Identifying SMS verifica…… -
Android simply implements an example of a streaming layout
This article mainly introduces an example of simply implementing a streaming layout for Android, which is shared with …… -
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…… -
Solution to multiple Android studio projects referencing the same library project configuration
When developing with Android studio, if multiple projects reference the same library, there will be a set of library c…… -
Seven styles of Android progress bar
When an application is executed in the background, there will be no information on the foreground interface. At this t…… -
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 …… -
Android imitation Jingdong second kill countdown code
The renderings are as follows: Because my imitation Jingdong is divided into modules, this time I mainly describe the …… -
Android can easily manage the log logs in Android applications. It is a method to remove all log logs when publishing applications
There are generally two methods to manage logs. Bloggers recommend that you use the first method below: The first meth…… -
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…… -
Super simple lines of code to get the navigation bar function at the bottom of Android
It's super simple. A few lines of code fix the navigation bar at the bottom of Android - C adds two new methods to mee…… -
Java batch collection of Android application icon and package name of pea pod website
If Android theme developers want to replace the third-party application icon, they must know the package name of the a…… -
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…… -
Method for Android application to read excel file
This article describes the method of reading excel file by Android application. Share with you for your reference, as …… -
Detailed explanation of the use of Android selector background selector
In the development of applications, the background of listview or button controls should be designed in many cases. Th…… -
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 applications keep waking up in the background (implemented using wakelock)
When using some product columns, such as wechat and QQ, if there is a new message, the mobile phone screen will light …… -
Android implementation notification bar download update app example
1. Design idea: use versioncode as the version upgrade parameter. Android provides us with two attributes for defining…… -
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…… -
Implementation of listview like function in Android
Recently, I've been watching Android and using listview to realize the like function. Here's the basic idea. Basic ide……