Android
-
Detailed explanation and example of Android custom shadow effect
Detailed explanation and example of Android custom shadow effect In Android 5. X, Google has added two attributes Andr…… -
Pop up dialog box at the bottom of Android imitation IOS
In the process of Android development, I often feel that the style of Android's built-in dialog is ugly, which will af…… -
Simple example of toast custom layout implemented by Android programming
This paper describes the method of realizing toast custom layout by Android programming. Share with you for your refer…… -
Deep understanding of window and WindowManager in Android
Window represents the concept of a window. Window is an abstract class, and its concrete implementation is phonewindow…… -
Simple implementation of Android scrolling bulletin board
The realized effect is a rolling bulletin board, which is as follows: You can see that the bulletin board is scrollabl…… -
How does Android use recyclerview to create a home page rotation map
First look at the renderings: Stop in the middle and turn the page automatically Preface: I recently received a task t…… -
Detailed explanation of jump examples between Android activity and fragment
Jump between activity and fragment Direct jump Basic usage With tools But it's no use Recommended scheme Fragment jump…… -
Preloading using handler in Android non rxjava environment
During Android client interface development, we often need to display the data obtained from the server to the page la…… -
Android realizes the flash welcome interface
Flash screen: when the app is opened, it will be displayed. After a few seconds, it will automatically close and enter…… -
Android programming enables two activities to switch to each other without using the oncreate() method
This example describes the method of Android programming to switch between two activities without oncreate (). Share w…… -
Android material loading progress bar making code
Recently, I saw the loading progress of several apps in this style. I felt it was pretty good. I found some informatio…… -
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…… -
Android realizes the bottom payment pop-up effect
Effect of payment pop-up window at the bottom of Android: Implementation ideas: 1. Achieve the pop-up effect of pop-up…… -
Example of custom ProgressBar style implemented by Android programming (background color and primary and secondary progress bar colors)
This article describes an example of Android programming to implement a custom ProgressBar style. Share with you for y…… -
Android implements similar wechat caching and instant update of friends’ avatars
introduction When using wechat, we will find that when entering the wechat friends list for the first time, the friend…… -
Method for Android listview child control onclick to correctly obtain position
In actual development, we sometimes need to respond not only to the onItemClick of listview, but also to the click eve…… -
One of Android’s security verification methods using signed SHA1 (recommended)
Recently, baidu map API was used in Android project. When applying for Baidu map key, we need to fill in "signed SHA1"……