包含标签:Android 的文章
-
Example of display and hiding of soft keyboard in Android dialog
1. Write in front The main content of this article is about the display and hiding of the soft keyboard in dialog. The…… -
Summary of three implementation methods of Android custom view
Custom controls are often used in the design completion project. I've always planned to summarize the implementation o…… -
The secret of Android power saving: jobscheduler
Jobscheduler is a newly introduced API in Android l version. Jobscheduler, as its name suggests, is used to schedule w…… -
Android implements the function example of shielding wechat black pulling and deleting contacts
Android implements the functions of blocking wechat hacking and deleting contacts, with little nonsense, as follows: E…… -
Android implements a code example of a custom load box
When the app interacts with the server, a prompt loading box is required, as shown in the figure: At this time, we can…… -
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 WiFi debugging details and simple examples
Android WiFi debugging preface: When developing Android, one of the problems we often encounter is that there are too …… -
Android component listview list is easy to use
Listview is a very common component that displays list items in the form of a vertical list. There are only three step…… -
GridView implementation in Android Click to see more function examples
First, let's take a look at the renderings; Let's talk about my requirements first: view group members. If there are m…… -
Several methods for Android to monitor home key
Several methods for Android to monitor home key preface: The following two methods can perfectly solve the problem of …… -
Android recyclerview click event
1、 Overview With the release of Android l version, recyclerview has gradually replaced listview to display more data …… -
Detailed analysis of Android routing framework router
What is routing? To put it simply, it maps the page Jump relationship. Of course, it also includes all functions relat…… -
Detailed explanation of MVP architecture decomposition and implementation in Android
1. Overview The traditional Android development architecture is generally MVC mode, It looks very good from the logic …… -
Android uses asynctask to implement multi-threaded download instances
Asynctask is not only convenient for us to update the UI in sub threads, but also can realize multi-threaded tasks wit…… -
Android implements cross process update UI example through remoteviews
1、 Overview In the previous article, Android implements cross process update UI through Aidl. We learned Aidl cross p…… -
Android imitation Jingdong financial home page avatar effect
1. Introduction Look at the renderings. Some catons recorded by GIF work well on the real machine. 2. Realization An i…… -
Android post request interface demo
This example shares the Android post request interface demo test code for your reference. The specific contents are as……
