Android
-
Android resolves the nested sliding conflict of viewpager and retains the sideslip menu function
Rewrite the dispatchtouchevent method of the child pagerview, and add a sentence getparent(). Requestdisallowintercept…… -
Android programming simple implementation of Jiugong grid example
This paper describes the simple implementation of Jiugong grid in Android programming. Share with you for your referen…… -
Method analysis of Android implementation referencing custom view in XML file
This article gives an example of how Android implements the method of referencing a custom view in an XML file. Share …… -
Android version update example details
Android version update example details 1. Import the jar package of xutils 2. Add permissions in androidmanifest.xml 3…… -
Android uses okhttp to upload image instance code
brief introduction Uploading pictures is a common function of an app. It can be uploaded to alicloud through OOS or di…… -
Method of realizing rounded border layout effect by Android programming
This paper describes the method of Android programming to realize the layout effect of rounded border. Share with you …… -
Android uses jobscheduler to regularly push local notification instance code
After Android 5.0, jobservice and jobscheduler are provided to execute a task at a later point in time or when a speci…… -
Rxjava2 configuration and usage details
Rxjava 2.0 is a very good stream programming. It adopts the idea of observer mode. The generator of the event generate…… -
Android uses audiorecord to pause recording function instance code
Aside: I found that I haven't written a blog for a long time. The graduation project and the company doesn't have an A…… -
Usage details of some common components in react native (II)
preface This article introduces some in-depth components in react native. Because you don't fully grasp the syntax of …… -
Okhttp uploads files to the server with progress in Android
In the previous lecture, okhttp downloads files with a progress bar. We know how to download files. What about uploadi…… -
Android immersive status bar and hidden navigation bar example explanation
1 Preface Generally, in android app development, the app interface is as follows: You can see that there are status ba…… -
Android step counting module example code (similar to wechat movement)
Recently, I studied the step counting module in the project and began to record the steps of the day at 0:00 every day…… -
Detailed explanation of butterknife 8.0 used in Android annotation
preface: Most of the time, the development of APP projects is mainly based on UI pages. At this time, we need to call …… -
Android programming method for setting the entry and exit effects of activity
This article describes the method of Android programming to set the entry and exit effects of activity. Share with you…… -
Rxjava2. X implementation timer example code
preface Since the network layer has been upgraded to rxjava 2. X, some adjustments need to be made. Although rxjava1. …… -
Detailed explanation of SQLite usage in Android
Detailed explanation of SQLite usage in Android Now mainstream mobile devices such as Android and iPhone use SQLite as…… -
Android custom textview to achieve vertical rolling marquee effect
This example shares the specific code of Android custom textview to realize the running lamp effect for your reference…… -
Small ball fitting animation example of Android animation
Small ball fitting animation example of Android animation Effect achieved: Animation composition: 1. Fit the circle th…… -
Explain the lazy loading of Android using fragment in viewpager
Let's look at the effect first: First, we need to know what lazy loading is: Lazy loading is to initialize the control…… -
Android get random verification code function example
The verification code function can be used in all major websites. The following small series will share the function o…… -
Detailed explanation of Android programming custom component examples
This article describes the example of Android programming custom components. Share with you for your reference, as fol…… -
Example code of Android drawing verification code
In the previous imitation Huawei loading animation and imitation Netease music listening and music reading microphone …… -
Implementation of Android custom view expansion menu function
First show you the effect picture. If you feel good, please refer to the implementation code. thinking 1. Add a FrameL…… -
ProgressBar, progessdialog – Usage (detailed explanation)
1、 ProgressBar 1. Common types 1.1 uncertain circular progress bar No progress is displayed, which can be used as a c…… -
Method example of Android programming to implement custom controls
This paper describes the method of implementing custom controls by Android programming. Share with you for your refere…… -
The old usage of ProgressBar and progessdialog
1、 ProgressBar 1. Common types 1.1 uncertain circular progress bar No progress is displayed, which can be used as a c…… -
Android implements Alipay’s password sharing box.
Android imitating Alipay's password evenly divided input box This is an Android project. The text is evenly distribute…… -
Android development method for realizing Gallery effect
This paper describes the method of developing Gallery effect with Android. Share with you for your reference, as follo…… -
Android implements a custom EditText instance with deletion function
1. Description There are two ways to customize EditText with deletion function. The first is to use the combination vi…… -
Android file download function implementation code
This example shares the specific code of Android file download function for your reference. The specific contents are …… -
Android uses listview to realize the animation effect of scroll wheel
I received a request before that a data display list page should be animated like a scroll wheel: the middle is the la……