包含标签:Android 的文章
-
Android uses files for IPC
1、 Document for IPC introduction Sharing files is also a good way of inter process communication. Two processes excha…… -
Usage Summary of seekbar of Android control
1 Introduction to seekbar Seekbar is the progress bar. When we use the progress bar, we can use the default progress b…… -
Android imitation music Yuetai page interaction example code
summary The interaction of the playing page of the new yinyuetai app is very interesting. You can drag the player down…… -
Implementation steps of code migration from visual studio to Android platform under Windows
Implementation steps of code migration from visual studio under windows to Android platform: preface The preface is al…… -
Simply realize the continuous positioning of anzhuoli Baidu map
In recent days, I have studied the problem of developing Android maps on local mobile phones and found that the explan…… -
Talk about three network communication modes of Android
There are three network interfaces available for the Android platform: Java. Net. * (standard Java interface), org. Ap…… -
Example of Bluetooth client-side and server-side communication with Android
1、 First of all, Bluetooth communication must be tested by mobile phone, because there is no relevant hardware in AVD…… -
Implementation method of Android progress bar displayed in title bar
Well, let's show you the renderings first: XML file: Java files: The above is the implementation method of Android pro…… -
Android implementation of image verification code method analysis (self drawing control)
The contents of self drawn controls are drawn by themselves. The general process is as follows: 1. Define a class inhe…… -
Android uses GridView to implement calendar function example (detailed code)
Android uses GridView to implement calendar function. There are a lot of codes. Send a picture first: If you're too la…… -
Effect of view following finger movement in Android
Recently, I did a project in which I encountered such a demand that the picture should be moved to the place touched b…… -
Implementation principle of Android wechat red envelope grabbing function
Approaching the lunar new year, there are more and more wechat red envelopes. There are many red envelope plug-in prog…… -
Detailed explanation and simple example of Android recyclerview
Android RecyclerView Xiaobai contacted recyclerview for the first time today. The elder God told me that this is a ver…… -
Android custom controls create glittering fonts
introduce In Xiaomi's startup animation and some welcome interfaces, we often see this glittering streamer font. It lo…… -
Full screen immersive transparent status bar style for Android UI experience
preface: After Android 4.4, Google provides an immersive full screen experience. In the immersive full screen mode, th…… -
Detailed explanation and example of Android viewpager Gallery effect
Android viewpager Gallery effect As can be seen from the above pictures, when adding multiple pictures, a gallery effe…… -
Detailed explanation of messenger and Aidl for Android process communication
1. Preface Mentioned inter process communication (IPC): in the Android system, one process cannot directly access the …… -
Android drawerlayout implementation drawer effect example code
Official website: https://developer.android.com/training/implementing-navigation/nav-drawer.html Paste the main logic …… -
Android implements the tangent chart as an example of avatar
Android tangent chart The renderings are as follows: MyView class Mainactivity class xml Thank you for reading, hope t…… -
Implementation code of dialog animation effect pop up from the lower left corner of the screen in Android
Mainactivity Code: Layout of main interface: Dialog layout: Styles Code: Enter the animation (zoom in at the lower lef…… -
Folding and unfolding effects of tableview similar to QQ packets in IOS development
Similar to QQ grouping, realize the folding and expansion of tableview. In fact, to achieve this effect, I first thoug…… -
Detailed introduction to the constructor of Android custom view
Constructor for Android custom view Custom view is a common requirement in Android. Each custom view needs to implemen…… -
Android thread realizes picture rotation
1、 Realization effect This article implements a simple picture rotation, initializing 3 resource pictures, changing t…… -
Android touch event monitoring (activity layer, ViewGroup layer, view layer) details
Android touch event monitoring at different levels In app development, we often encounter operations related to gestur…… -
Create a cool Android studio plug-in
After learning the basics of Android studio plug-ins in the previous articles, this article intends to develop a cool …… -
Dialog pops up at the bottom of Android imitation apple
Style file Animation folder anim two files actionsheet_ dialog_ in.xml actionsheet_ dialog_ out.xml Main activity appl…… -
Android tab tab usage Foundation
In Android programs, tab tab window is a common UI interface element. Its implementation mainly uses the tabhost class…… -
Playing 360 degree panoramic video in VR development for Android
VR is virtual reality. Virtual reality technology is a computer simulation system that can create and experience the v…… -
Solution of web pages loaded by WebView in Android being enlarged
In some large resolutions, the web pages loaded with WebView may be enlarged, which is obviously not the result we wan…… -
Android enables wechat to automatically say hello to people nearby (Accessibility Service)
Learn the powerful accessibilityservice!!! The following is the core code for wechat to automatically greet people nea…… -
Android development uses listview to dynamically refresh an item
preface What this paper implements is to use viewholder to refresh some data, instead of refreshing all data every tim…… -
There are more implementation schemes for listview pull-down refresh and pull-up loading in Android
Listview is often used in combination with refresh and pull-up loading. This paper summarizes three commonly used sche……