Android
-
Phone tapping and interception application developed and implemented by Android
This paper describes the phone eavesdropping and interception application developed and implemented by Android. Share …… -
Some simple uses of WebView in Android
Some simple uses of WebView in Android I always wanted to write a simple application of WebView control, but I didn't …… -
Detailed introduction and usage of Android ADB
Android ADB usage The full name of ADB is Android debug bridge, which plays the role of debugging bridge. Used to oper…… -
Android customizes the optimized layout of baseadapter
In the previous article, we introduced the general implementation layout of custom implementation of baseadapter. Howe…… -
Customized implementation of baseadapter for Android (general adapter I)
After optimizing the layout, let's talk about how to create a general adapter. Can a general adapter do? It's very sim…… -
Android custom view to achieve water ripple progress ball effect
The view we want to implement today does not have many interactive views, so we inherit the view. The custom view rout…… -
Method of setting personalized dialog small icon for Android
This article describes the method of setting personalized dialog small icons for Android. Share with you for your refe…… -
Android development example simple graffiti board
Developing some small applications on Android can not only accumulate knowledge but also increase fun. It is different…… -
Android implements the method of allowing pictures to move freely on the screen (drag and drop function)
This example describes the method of Android to move pictures freely on the screen. Share with you for your reference,…… -
Simply call the methods of picture, video, audio, recording and taking pictures in Android
This article describes the methods of simply calling pictures, video, audio, recording and taking pictures in Android.…… -
Method for Android to realize running lamp effect based on textview attribute Android: ellipsize
This article gives an example of how Android can realize the effect of running lantern based on textview attribute And…… -
Android game development custom gesture — input method gesture Technology
In software development, we usually like to use newer versions of tools, but why do I use lower versions of SDK to dev…… -
Example of digital formatting usage implemented by Android
This article describes the use of digital formatting implemented by Android. Share with you for your reference, as fol…… -
Android switch card tabwidget usage example
This article describes the usage of Android switch card tabwidget with examples. Share with you for your reference, as…… -
Example of implementation method of Android clipping image
This paper describes the implementation method of Android clipping image. Share with you for your reference, as follow…… -
Android implementation of listview asynchronous loading method (improved version)
This article describes the method of implementing listview asynchronous loading by Android. Share with you for your re…… -
Method for Java to obtain file type according to file header in Android
This article describes the method of Java in Android to obtain the file type according to the file header. Share with …… -
Alertdialog pop-up control for Android UI design
I believe you have seen a lot about the pop-up interface of Android. Many applications on mobile phones involve pop-up…… -
Detailed explanation of how Android textview uses spannablestring to set compound text
This article illustrates how Android textview uses spannablestring to set compound text. Share with you for your refer…… -
Very practical small function update example of Android application version
Each application has a function, that is, version update. I remember when I was interviewing before, the interviewer a…… -
Detailed explanation of Android activity life cycle
The lifecycle of the activity. 1、 Understand activity Activity is one of the four major components of Android program…… -
How to make Android child controls display beyond the range of parent controls
Let's take a look at a preview: No more nonsense, just go to the code: I just made this picture. The effect is complet…… -
Android GPS detailed explanation and sample code
Lbs (location based services) is a location-based service, which has at least two meanings. First, it should be easy t…… -
Implementation method of automatic update function module of Android program [download complete demo source code attached]
This paper describes the implementation method of automatic update function module of Android program. Share with you …… -
Simple implementation of Android reading network pictures to local
Today, I saw a small video about reading network files on the Internet. I think it's good. I'll share it with you thin…… -
Implementation method of replacing skin for Android Application
Implementation idea of replacing skin function in Android Application We can make the skin package into an APK file an…… -
Main framework of Android imitation Baidu wallpaper client (I)
This is a good tutorial. I took it out and shared it after I learned it. I wanted to write a post, but I found that it…… -
Android uses okhttp (get mode) to download pictures
1、 First download the jar package https://github.com/square/okhttp If you use Android studio, you only need to add th…… -
Solution to black screen in Android custom camera
This article describes the solution to the black screen of Android custom camera. Share with you for your reference, a…… -
Android dynamically adds fragment instance code
1. Fragment1 layout and code layout code 2. Fragment2 layout and code layout code: 3. Firstfragment code and layout La…… -
Android checks network status through connectivity Manager
When developing Android applications, when it comes to network access, it is often necessary to check the network stat…… -
Bitmap explanation of Android image cache (I)
Foreword: I'm going to study the picture caching framework recently. Based on this idea, I think I'd better understand……