包含标签:Android 的文章
-
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…… -
Code example of fillet ImageView through reflection in Android
Inherit ImageView, call in the construction method, initialize Paint and Xfermode. Override the OnDraw method of Image…… -
Method of telephone recording by Android programming
This paper describes the method of telephone recording by Android programming. Share with you for your reference. The …… -
Detailed explanation of pulltorefresh pull-down refresh function of Android open source project 2
First look at the renderings: Here is the use method of pulltorrefreshgridview, which is the same as the previous pull…… -
Java, Android, MD5 encryption algorithm implementation code (16 bit, 32 bit)
As follows: The above is the whole content of the implementation code (16-bit, 32-bit) of Java, Android and MD5 encryp…… -
Write Android APK application example code
Android is an app for making calls. The code is very simple and the function is very practical. Let's share it with yo…… -
Android custom view makes gorgeous verification code
No more nonsense. Let's show you the customized view effect picture first. If you think it's good, please continue rea…… -
Example analysis of MD5 encryption algorithm for Android programming
This paper analyzes the MD5 encryption algorithm of Android programming. Share with you for your reference, as follows…… -
Image uploading solution for Android retro 2.0 framework
This article shares the image upload solution of Android retro 2.0 framework. The specific contents are as follows 1. …… -
Android realizes the automatic filling function of SMS verification code
Android applications often involve the registration and login function, and many registration and login or password mo…… -
Simple implementation of Android recyclerview loading different layouts
preface I won't repeat the use of recyclerview here. I believe there are a lot of online searches (my previous article…… -
Explain in detail the use of fragment in Android Development
Foreword: I have studied Java and Android for nearly a year. During this period, I should have completed an Android cl…… -
Example of switch button effect drawn by Android based on ImageView
This article describes the switch button effect drawn by Android based on ImageView. Share with you for your reference…… -
Android uses the pull parser to parse the implementation code of XML files
Two classes: one entity class, person.java, and one class that inherits activity 1.Person.java 2. Class inheriting act…… -
Examples of Android settings for taking photos or uploading local pictures
A few days ago, our client received a demand from the marketing department. After our order is completed, our client h…… -
Android blocking outgoing calls program example
Intercept and monitor outgoing calls and handle them: When making a call, the system will send an orderly broadcast. A…… -
Detailed explanation of telephone dialer example developed by Android
This paper analyzes the usage of telephone dialer developed by Android. Share with you for your reference, as follows:…… -
How does Android receive and send SMS
Each mobile phone has the function of receiving and sending SMS. Below, we realize the function of receiving and sendi…… -
Java encryption and decryption tool (applicable to javase / JavaEE / Android)
This example shares a java encryption and decryption tool for javase / JavaEE / Android for you to learn. The specific…… -
Solution to the problem of overwriting the input box when the Android input method pops up
When an activity contains an input box, we click the input box to pop up the input method interface. The change effect…… -
Waterfalllayout of Android custom ViewGroup (II)
In the previous article, we learned the basic steps of customizing the ViewGroup and made an example of customgridlayo…… -
Beautiful viewpager guide page for Android development practice
At present, many software installation will appear the guide page, and the user experience is very good. Here's DIY: B…… -
Introduction to intent filter matching rules in Android
This paper mainly introduces the rules of implicit intent matching target components. If there is any unclear or inacc…… -
Picture scrolling effect of Android imitation Taobao commodity browsing interface
When browsing product details on Taobao, the product picture is placed at the back. When the first Scrollview scrolls …… -
ImageView moving with fingers based on Android
ImageView is used to display any image. You can define the display size, display color, etc The operation effect is as…… -
Implementation of circular advertising space using viewpager in Android
How to realize circular playback Now the loop playback on the Internet is realized by returning a large value in the g…… -
Simple example of Android using SQLite database
First draw a diagram to understand the simple process of database operation under Android: 1. First, write your own da…… -
Method of data transmission using intent developed by Android
This paper describes the method of data transmission using intent in Android. Share with you for your reference, as fo……