包含标签:Android 的文章
-
Thoughts and methods of Android imitation to realize free fish home page
First, let's look at the renderings The demo is written based on MVVM mode. You are welcome to criticize and correct i…… -
Android asynchronously downloads pictures and caches them to the local demo
In Android development, we often need to download XML or JSON type data from the server, including some image resource…… -
Android EditText implements segmentation of input content
There may be many input boxes that need to enter mobile phone numbers, bank card numbers or ID number in the project. …… -
Android adds text and image watermark example code to images
We sometimes need to add watermarks to pictures when we are doing projects. Shuihan encountered such a problem today, …… -
Method of clicking hyperlink to start QQ in WebView in Android
preface Once in an interview, the interviewer asked how to click a hyperlink in WebView to start a type of QQ similar …… -
Graphic tutorial of Android studio installation and configuration method
This article mainly explains some problems encountered in installing Android studio and configuring environment variab…… -
Java.net.bindexception: bind failed: eaddinuse problem in Android solution
Java.net.bindexception: bind failed: eaddinuse problem in Android solution Look at the following questions: resolvent:…… -
Talking about Android getting pictures on ImageView and a possible problem
1. Call setdrawingcacheenabled (true) before obtaining the picture: Example: mimageview.setdrawingcacheenabled (true);…… -
Detailed explanation of the method of drawing dashed lines by Android custom view
preface To tell you the truth, when I first saw this requirement, my first reaction was that canvas only had drawLine …… -
Dynamically add height instances of LinearLayout
Examples are as follows: Note: obtain the screen width first, and obtain the height of the layout through the screen w…… -
Android starts the activity implementation code in another app / APK
Android starts the activity implementation code in another app / APK preface: Android provides the ability to start an…… -
Detailed explanation and application of Android layoutanimation
Detailed explanation and application of Android layoutanimation preface: Recently, when playing an app, I found that w…… -
Detailed introduction to Android and H5 intermodulation
Detailed introduction to Android and H5 intermodulation Wechat, microblog, wechat, QQ space, a large number of softwar…… -
How to implement the activity of starting another program in Android
How to implement the activity of starting another program in Android You can use action, for example: 1. For example, …… -
Detailed introduction to modifying datepicker font color and split line color for Android
1、 Introduction to datepicker and TimePicker Datepicker is a date selection control, which inherits from the FrameLay…… -
How does Android enable full screen video playback on HTML5 pages in WebView
preface This article mainly summarizes and shares a problem encountered in recent work, and mainly introduces how to m…… -
Android realizes the functions of clicking on the picture in the WebView interface to slide browse and save the picture
1、 Implementation requirements Recently, the requirements encountered in the company's projects are as follows: 1. Cl…… -
Summary of methods to judge whether network connection is available in Android
Android network judgment Judge whether the current network is WiFi 1、 Determine whether the network connection is ava…… -
Solve the problem of invalidation of the outermost margin in the item of Android listview
1. This phenomenon is found in the development: The item in the list is LinearLayout. The outermost layer of this item…… -
Android SharedPreferences realizes the function of remembering passwords
Realize the function of remembering passwords for your reference. The specific contents are as follows Write interface…… -
Android ontouchevent processing mechanism summary (required)
Some touch events will always be used in the project. Each time you use Baidu's various materials, look at the analysi…… -
Drawing round, triangular and fan-shaped avatars in Android image processing
preface I believe it is easy to draw circles and pictures in the daily development of Android, but drawing circular pi…… -
Android actionbar fully parses and uses the best navigation bar officially recommended (Part 2)
The main content of this article comes from Android doc. I have done some processing after translation. Good English f…… -
Android method of adding segment header for listview
design sketch: I remember a similar effect on GitHub Let's talk about the idea to achieve this effect: embed the segme…… -
Android limit EditText integer and scale filters (detailed)
A filter is written to limit the integers and decimal places of EditText input as needed, as shown in the following co…… -
Using spinner to realize the drop-down list function in Android
Spinner Spinner is a list selection box. After the user selects, a list will be displayed for the user to select. Spin…… -
Three methods to solve the problem that EditText does not display the cursor (summary)
There are three solutions 1. Add the following attributes to EditText 2. Add the following attributes to EditText 3. I…… -
The layout example code of the navigation bar turning the page below is displayed in the Android page
When there are too many page entries, paging is required. To display the layout related to paging in the layout, use A…… -
Android actionbaractivity setting full screen untitled implementation method summary
Android actionbaractivity setting full screen untitled implementation method summary preface: The new activity inherit…… -
Simple implementation of adding digital corner markers to Android Applications
Corner sign, English is badge, which means "badge, badge, medal; symbol, mark". design sketch You can see the red circ…… -
Discuss in detail the differences between set, pre and post of matrix in Android
Before talking about the difference between set, pre and post, let's talk about matrix. Matrix contains a 3 x 3 matrix…… -
Simple implementation of Android catching exceptions and uploading them to the server
In the project, our application often crashes. If your project has been sent to the application market, the applicatio……