Android
-
Some “pitfalls” encountered in using rxjava“
preface The more you use rxjava, the easier it is to use, so you unknowingly find rxjava everywhere in the code. Howev…… -
Simple use of Android viewflipper
Everyone has used viewpager, but viewpager has another brother, viewflipper. The names of the two are very similar. We…… -
Android implementation silent installation instance code
Silent installation is mainly divided into the following methods: 1、 On the root machine, use the PM install command …… -
Some “pits” stepped in the process of upgrading rxjava 1 to rxjava 2
Rxjava2 introduction Rxjava2 has been released for some time. It is a major upgrade to rxjava. One of my libraries cv4…… -
Android uses the service to complete the timing function
This article shares the specific code of Android service timing function for your reference. The specific contents are…… -
Detailed explanation of common methods of creating and parsing XML by Android programming
This article describes the common methods of creating and parsing XML by Android programming. Share with you for your …… -
Android search box searchview properties and usage details
Introduction to searchview Searchview is a native search box control of Android. It provides a user interface for user…… -
Android swiperefreshlayout drop-down refresh
Android swiperefreshlayout drop-down refresh We all know that material design has been advocated since Android 5.0. Th…… -
Simple implementation of Android listview paging
Simple implementation of Android listview paging Paging is essential in development and application. So, let's impleme…… -
Quick solution to the problem of gradle download failure
preface Every time we build an android development environment in a new environment and try to run it, or when we chan…… -
Drawerlayout developed by Android to achieve drawer effect
Google officially launched a sideslip menu implementation method (drawer effect), that is, drawerlayout. This class is…… -
Android realizes the bottom pop-up effect
This example shares the specific code for Android to achieve the bottom pop-up effect for your reference. The specific…… -
Android date and time selection control datepicker and TimePicker instances
This month, I made a time selector in the project according to the needs. Although I did not use the Android native ti…… -
Kotlin writes Android adapter
It is said that today I will write a column using kotlin to write an adapter. I haven't organized the language for a l…… -
Android view image examples through the network image path
Android view image examples through the network image path 1. Add network access rights to the project list 2. Obtain …… -
Detailed explanation of functions and usage of Android search view
Searchview is a search box component that allows users to enter text in the text box and obtain the user's input throu…… -
Method for obtaining unique identification of Android mobile phone
Get unique ID of mobile phone Obtain the unique identification of the mobile phone by splicing The first method is to …… -
Screenshot of Android screen and view
Screenshot of Android screen and view Screenshot of the visible area of the screen For the whole screenshot, you can u…… -
Summary of using alarm in Android
preface In Android, we can set some alarm clocks through AlarmManager. Start our service at some specified point in ti…… -
Android support annotations data collection
Android Support Annotations Here we have sorted out the materials of Android support annotations in detail. You can re…… -
Solution to the problem of Android studio card loading
Android studio card loading problem The Android studio card has been in a place for a long time (more accurately, it s…… -
Android realizes the effect of rolling scale
origin Recently, I'm helping people make a pedometer, which involves the collection of height, weight and other inform…… -
Solution to the problem of user permission prohibition error when Android scans QR code
Solution to the problem of user permission prohibition error when Android scans QR code When I wrote a program to scan…… -
Method for Android programming to obtain URL HTML code
This paper describes the method of Android programming to obtain the HTML code of the website. Share with you for your…… -
Summary of some special uses of rxjava
This article mainly introduces some special uses of rxjava for your reference and learning. Friends in need, let's hav…… -
Three ways for Android to read server images
The Android link server provides three methods to obtain pictures, which have passed the verification and are correct.…… -
How to use lambda expressions in Android studio
Gradle configuration file in root directory Gradle file configuration under app Add the plug-in at the top of project …… -
Android native implementation of multi-threaded breakpoint download example code
Dear folks, I shan Hansan is back again. Today I bring you a multithreaded breakpoint download demo written in native …… -
Three minute introduction to kotlin programming
Why use kotlin Phase I of the project is ending, and there is finally time to toss. For more than a month, kotlin has …… -
Android realizes the function of automatically matching keywords and marking them in red
This example shares the specific code marked red for Android matching keywords for your reference. The specific conten…… -
Android onsaveinstancestate and onrestoreinstancestate trigger timing
Android onsaveinstancestate and onrestoreinstancestate trigger timing Let's first look at a passage on Application Fun…… -
A simple and practical debugging application skill sharing in Android Development
preface We should all know that in application development, we often print logs or debug, so as to analyze some inform……