Android
-
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 …… -
Transparent setting of activity transparent / translucent effect (two implementation methods)
Method 1: create styles.xml in RES / values folder: -
Android calls the camera to take photos and video
Application scenario: In the process of Android development, it is sometimes necessary to call the functions of the mo…… -
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…… -
Example code for Android to obtain root permission
Getting root permission for Android is actually very simple. Just execute the command "Su" at runtime. Where is_ Root …… -
How to use collection in kotlin development
About kotlin development Using kotlin to develop Android apps is becoming more and more popular among Java engineers. …… -
Android custom circular view to achieve the effect that the ball moves with the finger
This example shares the specific code of Android to realize the effect of small ball following finger movement for you…… -
Simple method of adding wechat sharing to Android Applications
1、 Apply for your appid http://open.weixin.qq.com/ Friendly tip: it is recommended to use the MD5 value of the last s…… -
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…… -
Android open Taobao client (hand Amoy) effect and implementation code
We won't talk about the methods of implicit call. If you install the SDK or Alibaba Baichuan, please refer to the offi…… -
Android imitation wechat friend list function
Android studio implements the wechat friend list function. Note that there is a jar package I didn't put up. Please do…… -
Playing videos using TextureView in Android
If you want to display an online video or any data stream, such as video or OpenGL scene, you can do it with surfacevi…… -
Android UI tiktok list of comments and implementation code of the effect
Jitter is a short video social software for music creativity, a 15 tiktok music short video community dedicated to you…… -
Android integrated Sina Weibo third-party login method
This paper describes the method of Android integrating Sina Weibo third-party login. Share with you for your reference…… -
Method of configuring embedded JDK in Android studio
Today, I found that JDK environment variables are not configured properly@ H_ 502_ 1@ I didn't specifically download J…… -
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 …… -
Android recording method (imitating wechat voice, microphone recording, sending voice, solving bugs above 5.0)
Let's show you the effect drawing first. If you feel good, please refer to the use method, The renderings are as follo…… -
Method for realizing pop-up keyboard in Android
This example describes the implementation of Android pop-up keyboard code, which is a very practical function. The cod…… -
Image compression methods of Android Luban and compressor
1. Luban compression problem https://github.com/Curzibn/Luban Previously, I selected the compressed image library. I f…… -
Briefly describe the te of SELinux in Android
SELinux uses type coercion to improve mandatory access control. All subjects (program processes) have a te rule to all…… -
Code example sharing of user registration and login in Android Development
In Android applications, more and more network interaction functions are included, which brings the functions of regis…… -
Example sharing of several ways of network communication in Android network programming
Nowadays, mobile applications have penetrated into all walks of life, and the number is hard to count. Most of them wi…… -
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,…… -
Detailed use of Android permission halopermission
1. Regular use Request a permission and receive the result callback Request multiple permissions Only callbacks with p…… -
Android UI imitation QQ friend list grouping suspension effect
This example shares the specific code of Android UI imitating QQ friend list grouping suspension effect for your refer…… -
Okhttp, retrofit progress acquisition method (one line of code)
cause For the majority of Android developers, the most recently used network library is okhttp (retrofit relies on okh…… -
Android development progress bar example code
explain ProgressBar is generally used to display a process, such as data loading process, file download progress, musi…… -
Android interface design (hidden menu on the left and content on the right of APP design trend)
Related articles Android popwindow realizes the pop-up menu layer on the left http://www.jb51.net/article/33533.htm 13…… -
Detailed explanation of multiple APK instances with different package names packaged in one project of Android studio
Recently, the company has a special need to compile several different applications by slightly modifying the same set ……