包含标签:Android 的文章
-
Drawing shape with Android custom view
summary Previously, I wrote an article about the use of shape resources in drawable in Android. By defining the shape …… -
Android custom control drop-down refresh instance code
Effect achieved: Picture material: -->First, write the pull-down refresh layout during refresh_ to_ refresh.xml: …… -
Android implements random verification code through custom view
Many Android entry program apes may be afraid of Android custom view, but this is the only way for experts to advance.…… -
Method of parsing XML file using Sax in Android
Sax is an XML parser with fast parsing speed and low memory consumption. It is very suitable for mobile devices such a…… -
The right scroll bar of Android listview enables method sharing
Many developers don't know how to enable the fast scrolling slider of the listview list control. Here, Android Develop…… -
Usage analysis of button control and toast control in Android programming
This article describes the use of button control in Android programming with toast control. Share with you for your re…… -
Generate and use JSON data instances in Android
1. Production of Jason 2. Use of Jason (1) First, create a new class in the current package (2) call in Activity 3. At…… -
Solutions to Android layout XML parsing errors
Tips: org.xmlpull.v1.XmlPullParserException: PI must not start with xml (position:unkNown @1:5 in java.io. InputStr…… -
The Android tutorial uses WebView to access the URL of HTTPS and handles the sslerror example
In Android, WebView is a control used to load HTTP and HTTPS web pages to local applications. By default, through the …… -
Summary of several methods of Android operating XML
As a recognized data exchange format in the industry, XML is widely used and implemented on various platforms and lang…… -
Research summary of Android SQLite3 multithreading operation
Recently, when I was working on a project, I threw an exception when reading and writing the database through multithr…… -
Android custom control (implement view tree drawing indicator)
Previously, when writing the carousel bar or indicator, it was directly in the UI diagram. This effect is not good and…… -
Android programming uses the content provider method for storage
This article describes the method of storing content provider in Android programming. Share with you for your referenc…… -
JavaScript and Java interaction on Android WebView
In fact, the speed of WebView loading resources is not slow, but if there are many resources, of course, it is very sl…… -
Method of parsing JSON format data by Android programming
This paper describes the method of parsing JSON format data by Android programming. Share with you for your reference,…… -
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……