包含标签:Android 的文章
-
SQLite usage of Android data storage
SQLite is an open source, embedded relational database. The first version of alpha was released in 2000. SQLite has ou…… -
Android uses viewpager to achieve infinite sliding effect
preface In fact, the principle is quite simple when you think about it carefully. Nothing more than when we slide to t…… -
Android wechat payment V3 local signature unified order details
It was full of holes because the server was lazy and asked the customer service to write a unified order, and the serv…… -
Android custom view to achieve elastic ball effect
As usual, look at the renderings first Custom code example summary The above is all about the implementation of elasti…… -
Android app data format JSON parsing methods and frequently asked questions
(1) . resolve one of the objects: Therefore, we found that get is followed by the type of result you want: GetType, wh…… -
Basic method example of reading XML and JSON format data in Android App
XML if there is such data in XML format: Let's write a class to read. The function of this class is to display the con…… -
Android image compression upload Foundation
In Android program development, we often see the scene of uploading pictures. Here is a technical point. We need to co…… -
Android — SQLite (add, delete, change, query) operation example code
Five classes are required: 1. Entity class: person.java 2. Abstract class: sqloperate.java (encapsulates the operation…… -
Solution to invalid localstorage in Android WebView
I use HTML5 localstorage in Android. Why can't I save it and read it? I searched a lot on the Internet, but it didn't …… -
Principle analysis and development idea of wechat red envelope grabbing plug-in in Android
1、 Foreword Since last year, wechat added the function of grabbing red envelopes, wechat's e-commerce trip has offici…… -
Android imitates wechat sliding pop-up editing, delete menu effect and add drop-down refresh function
How to present different menus for different list items? This example introduces the implementation of Android imitati…… -
Android drop-down refresh swiperefreshlayout control usage
We know that the current material design is very popular, and swipererefreshlayout is a native effect (also a Facebook…… -
Android programming enables WebView to support HTML5 video full screen playback
This article describes the solution of Android programming to enable WebView to support HTML5 video full screen playba…… -
Android image rendering (II) zooming in and out on the canvas
When the image in Android is zoomed in and out on the canvas, the border size of the image does not change! The origin…… -
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……