Android
-
Android implementation of simple MD5 encryption
This article gives an example of how Android implements simple MD5 encryption. Share with you for your reference, as f…… -
Android development adds left and right gesture recognition examples for activity
Add left and right gesture recognition for activity in Android development, such as right sliding to close the current…… -
Android Application Development: code example of telephone monitoring and recording
Execute in oncreate: Attachment: Android photography, video recording and recording code examples -
An example is given to explain the control of fragment life cycle in Android application development
1、 On the life cycle of fragment Because fragment must be embedded in activity, its life cycle is closely related to …… -
Android pull-down refresh framework implementation code example
The pull-down refresh function was used in the project some time ago. Similar demos have been found on the Internet be…… -
Android path draws Bezier curve to realize QQ drag bubble
In the past two days, I learned to draw Bezier curve using path, and then I made a small bubble similar to QQ unread m…… -
After obtaining the SMS verification code, the button background changes and the countdown appears
At present, more and more apps require to obtain the SMS verification code when registering or performing correspondin…… -
An instance of automatic startup service in Android
Recently, hevsocks5client was ported to Android. After adding system call support related to signalfd and timerfd, you…… -
Deeply analyze the differences between service and intentservice in Android system
Service in Android is used for background service. When the application is hung in the background, the concept of serv…… -
Android foundation uses fragment control to switch multiple pages
Today, let's talk about the control of fragment, mainly switching View and page replacement. There is also how to obta…… -
An example of using LinearLayout for centered layout in Android App
To center your control horizontally or vertically, simply set the [Android: gravity = "center"] attribute in the upper…… -
Explain in detail the application of reflection in Java programming in Android development
Reflection definition Reflection enables programs running in the JVM to detect and modify runtime behavior. Why reflec…… -
Android programming method for finding phone number from string
This example describes the method of Android programming to find the phone number from the string. Share with you for …… -
Android selects image cutting and uploading from the album
This example shares the specific code of Android cutting and uploading pictures for your reference. The specific conte…… -
Android wechat image sharing function
As we all know, there are many ways to support image sharing through wechat official sharing SDK. The official link ca…… -
Tablelayout table layout of Android layout
The tablelayout class manages controls in the form of rows and columns. Each row is a tablerow object or a view contro…… -
Android custom view to write random verification code
Many Android entry program apes may be afraid of Android custom view, but this is the only way for experts to advance.…… -
Method for dynamically modifying width and height of relativelayout in Android programming
This article describes the method of dynamically modifying the width and height of relativelayout in Android programmi…… -
Android app uses recyclerview to realize pull-up and pull-down refresh
About recyclerview Recyclerview has been introduced since Android 5.0. The listview often used in the past inherits ab…… -
Analysis of Android Development Optimization: detailed explanation of bitmap memory optimization
1) The memory of bitmap should be recycled in time Bitmap class has a method recycle (), which means recycle according…… -
Android implements page scrolling and scrolling loading effects similar to QQ space based on listview
This article describes the effect of scrolling page turning and scrolling loading similar to QQ space based on listvie…… -
Explain the basic use and optimization of listview in android app development with examples
1、 Create a listview directly using the listview component. 1. Create a listview directly in XML and attach an array …… -
Android programming to read mobile phone contacts, dial, send SMS and long press menu operation method example summary
This paper describes the operation methods of reading mobile phone contacts, dialing, sending SMS and long pressing me…… -
AES encryption of Android data encryption
preface: In the project, in addition to RSA asymmetric encryption for login, payment and other interfaces, AES symmetr…… -
Analysis on the implementation method of pull-down refresh in Android programming
This paper describes the implementation method of pull-down refresh in Android programming. Share with you for your re…… -
Android security encryption: detailed explanation of HTTPS programming
Android security encryption feature article index All the above contents, such as symmetric encryption, asymmetric enc…… -
Android network programming to obtain JSON data instances on the network
In order to obtain JSON on the network, you need the support provided by the server. 1、 Create server side: Server si…… -
Android method for monitoring telephone call state
This paper describes the method of monitoring telephone call status by Android. Share with you for your reference. The…… -
Explain in detail the method of creating viewpager component in android app
Now, many apps are a viewpager as soon as they are opened, and then they can slide with their fingers. Each time they …… -
Detailed explanation of callback using custom javascript based on WebView in Android
Let's start with why we need to discuss this issue. Now many mobile applications may directly embed a web page. The ad…… -
Analysis of real-time data transfer from service to activity in Android
This article describes the method of real-time data transfer from service to activity in Android. Share with you for y…… -
Android realizes the automatic interception and reading function of SMS verification code
Knowledge preparation: 1. Understanding of observer mode [the article will come later ~ ~] 2. Android cursor uses [And……