Recent Posts
-
Android grabs a complete example of geek headlines on CSDN home page
Today, I wrote a little code. Grab the geek headlines on the home page. The effect is shown in the figure: Share with …… -
Android listview advanced instance sharing
The previous article "Android listview preliminary learning example code" shared a primary example of listview. In thi…… -
Android listview preliminary learning example code
Listview is a common component in Android development. Here is an example. MainActivity activity_ main.xml list_ view.…… -
Code example analysis of inline hook in Android
The following content analyzes the usage of inline hook in android in detail from four aspects: 1. Implementing the ta…… -
Method of setting image as ImageView background when imageloder loads network image in Android Development
This example describes the method of setting the image as the background of ImageView when imageloder loads the networ…… -
Android develops a method to load network pictures and download them to local sdcard
This example describes the method of loading network pictures and downloading them to local sdcard. Share with you for…… -
Wechat jump game Android brush sub code
This example shares the wechat jump game Android score brushing for your reference. The specific contents are as follo…… -
Android monitoring network state changes and actual combat example code
We usually deal with the request error. Generally speaking, it is mainly divided into two aspects Today's blog focuses…… -
Method for Android to modify app icon and name
1 Icon for modifying program Modify I →→ C of drawable folder_ Launcher.png icon. Just rename and overwrite the new ic…… -
Example explanation of button click event implemented by Android fragment
Fragment can't directly click on the event. It needs to be put into oncreativity The code is as follows: Click event c…… -
Detailed explanation of Android strict mode
Strictmode class is a tool class introduced by Android 2.3 (API 9). It can be used to help developers find some non-st…… -
Explain in detail the use of Android strictmode strict mode
Android 2.3 provides a debugging feature called strict mode, which Google says has benefited hundreds of Google applic…… -
Application analysis of strictmode, a sharp tool for Android performance tuning
As an Android Developer, I have to deal with performance problems more or less in my daily development work. For examp…… -
Android development realizes the method of clicking the button to switch the background and modify the text color
This paper describes the method of clicking the button to switch the background and modify the text color in Android d…… -
Method of adding third-party jar files in android.mk file
Here's how to add a third-party jar file to the android.mk file. The details are as follows: Add first: Clib is the ja…… -
On the principle of Android anr online monitoring
Watchdog in Android Implementation of watchdog thread deadlock monitoring The watchdog monitoring thread deadlock requ…… -
Method for Android to receive push message and jump to specified page
Raising questions This access is a push. The push of other companies has not been studied. The idea should be similar …… -
Practice of AAPT command in Android
A friend wants to check the version code information of an existing package. He asks in the group. Because it is an ex…… -
Android uses Sax to add, delete, modify and check XML
preface There are many ways to parse XML, and the most familiar one may be DOM parsing. DOM (file object model) parsin…… -
Tablet and graffiti functions implemented by Android programming
This paper describes the handwriting board and graffiti function realized by Android programming. Share with you for y…… -
Summary of Android programming methods to realize night mode
This paper describes the method of implementing night mode by Android programming. Share with you for your reference, …… -
Android scrollto and scrollby methods use parsing
In a view, the system provides two methods, scrollto and scrollby, to change the position of a view. The difference be…… -
Example code for adding small red dots to tablayout in Android
This article introduces the example code of adding small red dots to tablayout in Android, which is shared with you as…… -
Android develops and implements the sliding deletion and top setting function of imitating QQ message swipemenulistview [Download with source code]
This article describes an example of Android development to realize the sliding deletion and top setting function of Q…… -
Recyclerview is an example of implementing multi style layout through gridlayoutmanager
1、 Opening It's been a while since I wrote the article last time. To tell you the truth, I really don't know what I'v…… -
Android recyclerview uses the gridlayoutmanager spacing setting method
To set the spacing using recyclerview, you need to override the class recyclerview.itemdecoration. The following rende…… -
Android custom controls create a gorgeous parallel space guide page
This example shares the specific code of Android custom control to create parallel space guide page for your reference…… -
Create a gradient background effect similar to instagram in Android
I used this effect in my recent project. Let's share it with you https://github.com/zhaoweihaoChina/hnuplus 1. Create …… -
Generating AAR file in Android studio and using AAR file locally
It mainly explains how to generate AAR files in Android studio and how to use AAR files locally. The details are as fo…… -
Method of creating Android library and Usage Summary of Android. AAR file
Create Android Library The structure of Android library is the same as that of Android Application module. It can prov…… -
Detailed explanation of the use of Android custom control EditText
This example shares the specific code of Android custom control EditText for your reference. The specific contents are…… -
Design of input box EditText for Android advanced XML layout
Today, I'd like to introduce how to realize a simple and fashionable Android login interface. Let's take a look at the……