Android
-
Android custom WebView browser
WebView is a very practical component in Android. Like Safai and chrome, it is based on WebKit web rendering engine, w…… -
Android receive and send SMS processing
In terms of SMS receiving and processing, some apps have done better, such as sending verification codes to mobile pho…… -
Analysis of some optimization points of view drawing in Android Application Development
A common misconception is that using basic layout structures (such as linear layout, FrameLayout, etc.) can produce ef…… -
Implementation method of creating clickable button in Android Development
This article describes the implementation method of creating clickable buttons for Android. Share with you for your re…… -
Android recyclerview slide delete and drag sort
This is an introduction to recyclerview after the above three articles. Here are two more words. If you are still usin…… -
Listview developed by Android realizes local refresh of item
Most of the programmers are familiar with the ListView refresh mechanism in Android, modify or add the data source in …… -
Android uses service and activity to get the screen size
This article illustrates how Android uses service and activity to obtain screen size. Share with you for your referenc…… -
Android uses intent to read pictures
This example demonstrates how to read an image from the gallery and display it with ImageView for your reference. The …… -
Android implements SQLite data paging loading technology based on sliding (with demo source code download)
This paper describes the implementation of SQLite data paging loading technology based on sliding for Android. Share w…… -
Ble development of Android mobile search ibeacon base station
The previous article described the communication between Android phones and ble terminals, and the most common ble ter…… -
Explain the Android mobile guard setup wizard page
Recommended reading: On the properties of Android mobile guard custom controls Analysis of Android mobile guard turnin…… -
In Android, JavaScript is implemented in WebView to call the method of Java class
In order to facilitate the interaction between web pages and Android applications, the Android system provides a mecha…… -
Simple example of button event monitoring developed by Android
This article illustrates the usage of button event listening developed by Android. Share with you for your reference. …… -
Android component glide realizes the smooth scrolling effect of pictures
Glide is a picture loading and picture caching component based on Android. It can read, decode and display pictures an…… -
Android operation method of SQLite database stored in assets folder
This article describes the method of Android operating SQLite database stored in assets folder. Share with you for you…… -
An instance of using ContentProvider to manage system resources in Android
Instances of ContentProvider managed contacts: Manage multimedia content with ContentProvider. URI provided by Android…… -
Explain Android tablelayout table layout in detail
The label of table layout is tablelayout, which inherits LinearLayout. So it is still a linear layout. preface: 1. Int…… -
Usage of Android pickerview scroll selector
Setting the alarm clock in the mobile phone needs to select the time. The control for selecting the time is the scroll…… -
Example analysis of WebView usage in Android
This article illustrates the usage of WebView in Android. Share it with you for your reference, as follows: @ h_ 404_ …… -
Android account registration realizes the countdown effect of clicking to obtain the verification code
In order to prevent malicious access to verification SMS and verification email, the website will make a countdown eff…… -
Example analysis of absolutelayout usage of Android programming layout
This article illustrates the use of absolutelayout in Android programming layout. Share with you for your reference, a…… -
Android uses viewpager to realize automatic rotation
Many apps have implemented automatic rotation similar to the boot page. I can't help thinking of modifying the code on…… -
Detailed explanation of Android pull-down refresh and GridView usage
GridView is a control similar to listview, but GridView can use multiple columns to render content, and listview is in…… -
Android programming uses the fragment interface to jump down and return level by level
This paper describes the implementation method of Android programming using fragment interface to jump down and return…… -
Layout idea of displaying buttons in Android custom format
Stick the source first http://zrgiu.com/blog/2011/01/making-your-android-app-look-better/ Even more gradient buttons f…… -
Implementation method of Android custom ViewGroup
Several common implementations of ViewGroup are provided in Android, including LinearLayout, relativelayout, FrameLayo…… -
Android SMS function code
This example describes the Android SMS function code, which is a very common and important function in Android program…… -
Summary of some key points of android app using SQLite database
/Data / data / package name / databases is the directory where the program stores data, and data is the path returned …… -
Four startup modes of activity in Android programming
This article describes four startup modes of activity in Android programming. Share with you for your reference, as fo…… -
RecyclerView layout in Android instead of GridView to implement an interface similar to Alipay
Simply use the two methods common to GridView to add split lines to GridView; http://stackoverflow.com/questions/71320…… -
Android custom view realizes the scrolling effect of advertising information up and down
Let's see the effect first: Implementation code: view_ scroll_ banner.xml: usage method: The above is the whole conte…… -
Android textview displays web pages and pictures parsed by HTML class and usage examples of custom tags
This article describes an example of Android textview displaying HTML class parsed web pages, pictures and custom tags……