Android
-
Android programming implements the method of opening local HTML files using WebView
This article describes the method of using WebView to open local HTML files in Android programming. Share with you for…… -
Android implements ImageView shadow and layer effects
This example shares the implementation code of ImageView shadow and layer effect for your reference. The specific cont…… -
Android two methods to achieve long press return key exit
Android long press the return key to exit background Usually, it is common to press the return key twice within a cert…… -
Android implements a circular progress bar with numbers (custom progress bar)
development I designed a progress bar with circular progress. I strolled around GitHub and found that I didn't find it…… -
About stretching of user-defined camera preview interface in Android
About stretching the user-defined camera preview interface 1. The main reason for the deformation is that the rotation…… -
Development of AppWidget (desktop widget) for Android
What is an AppWidget AppWidget is a desktop widget, also known as desktop control, which is a small program that can b…… -
Implementation method of adding multiple buttons to the sideslip deletion of uitableview in IOS
1、 Requirements: Cell sideslip deletion has only one delete button by default. Add multiple buttons to sideslip, 'Del…… -
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…… -
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.……