Android
-
Example of status pop-up and disappearance of Android soft keyboard
Recently, I encountered a problem about the soft keyboard. I need to get the status of the soft keyboard, whether it i…… -
ImageView click on the variable dark instance code (Android code tips)
No more nonsense. I'll post the code directly to you. The specific code is as follows: The above is the ImageView inst…… -
Android recyclerview pull-up loading and pull-down refresh (basic version)
Here, we use Google's native swiperefreshlayout to refresh, and use the scrolling event of recycleview to judge whethe…… -
Solutions to multiple sliding conflicts in Android
1、 Foreword There are two solutions to sliding in Android: external interception method and internal interception met…… -
Very practical Android date calculation class
Share a convenient date calculation class: Android date formatting tool class: The above is the whole content of this …… -
How does Android modify the default name of APK
How does Android modify the default name of APK The default name generated when packaging an app with Android studio i…… -
Summary of methods of paint class and canvas class in Android
Common methods of the paint class 1. SetColor method, used to set the color of the brush, Public void SetColor (int co…… -
Summary of seven ways to realize sliding in Android
There are many ways to realize sliding in Android. This blog will provide some ideas to realize sliding, hoping to hel…… -
Android bottom menu simple application
There are many ways to realize menu function in Android. Options menu: the menu displayed when the user presses the me…… -
Implicit jump of activity display in Android
Activity jump is often involved in Andrews. How to implement jump in Andrews is as follows. Creating a second activity…… -
Android time control extension based on countdownview
First of all, I wish you all success in the new year and good luck in the year of the chicken. Last year, there was a …… -
Listview and ImageView in Android realize the effect of item radio selection
Some time ago, in the project development, listview realized the effects of single selection and multiple selection, e…… -
Example of Android using Baidu map SDK to obtain location information
This article is developed using Android studio. Obtaining location information is relatively simple. We only need the …… -
Android implementation adds watermark to pictures
The method of adding watermark is very simple. The specific contents are as follows design sketch The above is the who…… -
Principle analysis and example code of Android handler
Principle analysis of Android handler Handler is a headache for countless Android developers. I hope my article here t…… -
Android recyclerview basic usage details
What is recyclerview Recyclerview is a control mainly used to display and recycle views. It is summarized in one sente…… -
Android SD card reading database instance code
Android SD card reading database instance code preface: This article mainly explains how to use Android SD card to rea…… -
Sample code for Android file storage and reading
requirement: Enter the file name. The file contents are stored in the phone's memory and external memory, and can be r…… -
Android solves the problem of uneven typesetting of textview
Android solves the problem of uneven typesetting of textview In the app, when displaying data with Chinese characters,…… -
Implementation and simple example code of Android ContentProvider
1、 Concept and description ContentProvider definition: Content provider is the basic module of an Android application…… -
Android imitation Taobao reservation calendar (18)
This example shares the specific code of Taobao calendar reservation implemented by Android for your reference. The sp…… -
Example of calling system sharing function by Android programming
This paper gives an example of Android programming to call the system sharing function. Share with you for your refere…… -
In depth analysis and application of Android layoutinflator
Layoutinflator parsing preface: In Android, if you are a beginner player, you may not be familiar with layoutinflator.…… -
Methods of dynamically displaying or hiding controls in wechat applet (two methods)
In wechat applet development, a control is often used. It will dynamically display and hide this situation according t…… -
Implementation of Android check update, download and installation functions
Android check for updates, downloads, and installations preface: Since the Youmeng update is about to go offline, we m…… -
Android uses contentobserver mode to obtain SMS, and uses regular auto fill verification code
Recently, when registering, I saw many apps directly fill in the verification code to the interface when the mobile ph…… -
Sorting and summary of application multi process in Android
preface In computer operating system, process is the basic unit for resource allocation and scheduling. This is no exc…… -
Implementation of Android one click cleaning and memory cleaning functions
360 desktop and Jinshan cleaning master all provide functions such as one click cleaning and one click acceleration. I…… -
Comparative analysis of Android annotation framework
Java annotation is equivalent to a mark. Adding an annotation to a program is equivalent to marking the program. The m…… -
In depth understanding of the toolbar in Android 5.0
Environmental description: Toolbar introduction Add in XML layout: Change the theme to hide the actionbar: Add the fol…… -
Android programming realizes the function of calling system library and cutting pictures
This paper describes the function of calling system library and cutting pictures by Android programming. Share with yo…… -
Android implements the dialog function when loading the network
Effect preview Brief description Now Android program network request operation is essential, but programs with good in……
