包含标签:Android 的文章
-
Android startup page advertising (Tencent advertising alliance) solution and source code download
Android launch page advertising (Tencent advertising alliance) The startup page has become the standard configuration …… -
Android determines whether the program starts for the first time
This example shares the specific code for Android to judge whether the program is started for the first time for your …… -
Implementation of recyclerview general adapter in Android
Implementation of recyclerview general adapter in Android preface: Version 5.0 of the SDK has been out for N years. It…… -
Android okhttp post uploads files and carries detailed explanation of parameter examples
Android okhttp post uploads files and carries parameters Here, we'll sort out okhttp's post. While uploading files, we…… -
Textview in Android automatically recognizes the URL and realizes click jump
preface In the project, we should automatically match the URL and click to jump in the displayed text. It's very compl…… -
Android custom textview realizes automatic font size adjustment of text content
Recently made contact name display on small screen of address book -- the font becomes smaller when the length exceeds…… -
Android gets the status of monitoring SD card
Project introduction: This item monitors the SD card status Details: After the application is deployed, when the SD ca…… -
Picasso basic usage of Android image loading tool
Today, let's learn about Picasso. The plan includes the following aspects: Picasso advanced image loading tool Picasso…… -
Implementation method of creating and deleting folders and files in Android
This is also relatively simple. Go directly to the code Deleting files is relatively simple, but deleting folders is n…… -
Android uses alertdialog to realize the information list single selection and multi selection dialog functions
When using alertdialog to implement single selection and multi selection dialog boxes, set setsinglechoiceitems() and …… -
Android toolbar control details and examples
Toolbar control details Add toolbar in activity 1. Add library 2. To inherit appcompatactivity 3. Set theme Use the to…… -
Android realizes the function of obtaining contact phone number
This document mainly records a way to obtain the contact's telephone number. 1. Select contact 2. Process selection re…… -
Android loads large and multi images to avoid oom (OUTOFMEMORY) exceptions in the program
Android loads large and multi images to avoid oom (OUTOFMEMORY) exceptions in the program 1. Load large pictures effic…… -
Detailed explanation of file download example implemented by downloadmanager in Android
Download Manager in Android realizes file download download Create download link Set the network environment that allo…… -
Summary of solutions for maladjustment of Android soft keyboard
Summary of solutions for maladjustment of Android soft keyboard preface: Many developers who write the login interface…… -
Android parsing JSON data sample code (three ways)
Jason data Here is a website to check whether the JSON data format is correct http://www.json.cn/ There are three pars…… -
Method of accessing data on local Tomcat using genymotion
1. The first, of course, is to start genymotion 2. Then, start Tomcat.. As shown in the figure Change the requested UR…… -
Android imitation Alipay WeChat payment password interface pop-up package dialog
1、 Functional effect 2、 Implementation process 1. First write the XML file: dialog_ keyboard.xml matters needing att…… -
Android teaches you to create a unique pull-up, pull-down, refresh and load framework
In fact, as early as last July, my friends in the group let me share this. But I was not very skilled at that time. Th…… -
Implementation method of Android obtaining local album pictures and taking pictures
Requirements: find pictures from local photo albums, or get pictures by calling the system camera. Error prone areas: …… -
Two methods and examples of popwindow pop-up menu in Android
Two methods and examples of popwindow pop-up menu in Android 1. Popwindow is a way of dialog box! This article explain…… -
Imitation effect of Android open source stacked sliding control
Stack sliding controls, similar to the effect of social software exploration, and add the following extensions: Suppor…… -
Example analysis of menu usage in Android Development
This article describes the menu usage of Android development. Share with you for your reference, as follows: Android p…… -
Android imitation Red Book welcome interface
1. I feel that the welcome interface of xiaohongshu is very beautiful, so I want to learn to achieve a similar effect.…… -
Android 6.0 dynamic permission Application Tutorial
PermissionManage Project address: https://github.com/why168/AndroidProjects/tree/master/PermissionManage introduce If …… -
Android implements system level hover buttons
This example shares the specific code of Android system level suspension button for your reference. The specific conte…… -
Solution to “can’t bind to local 8602 for debugger” error in Android
Solution to "can't bind to local 8602 for debugger" error in Android In order to adapt to the development of Android 5…… -
Android uses databinding to set the null state
Write in front During normal development, we need to show the data loading: There are many ways to set the page status…… -
Android custom control imitation QQ drawer effect
In fact, there are many similar implementations on the Internet, and the principle is not difficult, but there are som…… -
Android caused by: java.lang.classnotfoundexception solution
Android caused by: java.lang.classnotfoundexception solution Problem: 08-13 18:29:22.924: E/AndroidRuntime(1875): Caus…… -
Summary of Android file reading and writing operation methods
Summary of Android file reading and writing operation methods Files in Android are placed in different locations, and …… -
Round and rounded ImageView of Android custom controls
1、 What's the problem? The problem comes from a very common scenario in app development - the user's Avatar should be……