Android
-
Use compose for existing Android projects
After looking at the example project of compose, we also want to use compose. Based on the current situation, the comp…… -
Android tutorial 2020 – recyclerview displays multiple items
Android tutorial 2020 - series overview Article link The previous list shows similar data. What if you want to display…… -
Android frame animation use
Using a series of different pictures and playing them in sequence like a roll of film is a traditional animation, also…… -
The third secret of Android Development: parsing HTML pages with jsoup
This section mainly explains how jsoup parses HTML pages. Because the process of Android development inevitably involv…… -
Android tutorial 2020 – getting started with recyclerview
This article is a link to this article to introduce you to the use of recyclerview. Here is a common use. Android tuto…… -
One of the secrets of Android Development: creating clickable buttons
I feel it necessary to learn about mobile phone development, whether for future work needs or current company projects…… -
Android tutorial 2020 – actual use of recyclerview
For example, make a list with the item of recyclerview. Android tutorial 2020 - series overview Here we make a specifi…… -
Display and hide up, down, left and right mobile animation of Android controls
1、 Use the left and right mobile tool class provided by Android: animationutils 2、 Add animation with translateanima…… -
Android makes custom title bar
1. Set the theme in androidmanifest.xml 2. Add a file title in layout_ layout.xml 3. Include reference to title on oth…… -
Android dynamically adds controls to the layout container
Here, through a small demo, you can master the dynamic addition of controls in the layout container. Taking the dynami…… -
Android one app launches another app
Recently, an app started another app. This game is very popular. Have you tried to update QQ to version 5.1? Other app…… -
Android loading progress bar Usage Summary
Here, I would like to summarize the use of the loading progress bar. 1、 Speaking of the progress bar, we must talk ab…… -
Android generates JSON
result: {"primary": [{"1001": "Kindergarten", "1002": "primary school"}, {"2002": "senior high school", "2001": "junio…… -
Android generates and pull parses XML
1、 Generating XML from a single object How to generate the following XML? First define an account class with the attr…… -
Eclipse development, using WordWrap to set automatic line feed
To install WordWrap: Help → install new Software→ http://ahtik.com/eclipse-update/ After successful installation, rest…… -
Debug the Java part of the Android framework
Note: debug the Java code of Android framework. Take android-28 as an example. An API 28 simulator is required. There …… -
-
Android uses ADB pull or push to copy mobile phone files to the computer, copy mobile phone database to the computer, and copy computer database to the mobile phone
Let's talk about ADB command configuration first. If you encounter ADB, it is not an internal or external command, nor…… -
Baidu authorized callback address
http://developer.baidu.com/console#manage/apilist ! appid=1845049 Appkey is applied on Baidu open platform to identify…… -
Some experience with Android studio
1、 Mac or win 7 configuration environment, taking gradle as an example (1) , you can find gradle to download here, or…… -
-
Android creates folders, generates files, and writes the contents of text files
1、 Add permissions first 2、 Create folders, generate files, and write text file content codes 3、 Renderings 1. Fold…… -
error opening trace file: No such file or directory (2) ,can’t load transform_ config.xml
This error occurs: Error opening trace file: no such file or directory (2), can't load transform_ config.xml This is b…… -
Mac Android signature generation keystore
1. Open terminal 2. Go to the root directory of the Java installation, that is, enter 3. The current user does not hav…… -
-
Three solutions for black and white screen when Android starts app
You will wonder why some apps will appear black or white for a while before entering the activity interface when they …… -
Android removes the title bar
Modify in androidmanifest.xml hold <application android:allowBackup="true" android:icon="@drawable/ic_launcher" and…… -
Android Bezier curve line chart
1. Bezier curve: http://baike.baidu.com/view/60154.htm , understand what Bessel curve is here 2. Directly above: 3. Mo…… -
Android button width is scaled
<LinearLayout android:layout_ width="fill_parent" android:layout_ height="fill_parent" android:orientation="horizon…… -
Read the process of Android touchevent event event distribution, interception and processing
What is an event? Events are a series of touchevents caused by the user touching the mobile phone screen, including ac…… -
Loading pictures asynchronously universal image loader
Project address: https://github.com/nostra13/Android-Universal-Image-Loader -
Build the slidingmenu environment using the open source framework on GitHub, and the problems that cannot be found by the getsupportactionbar method
http://blog.csdn.net/lovexieyuan520/article/details/9814273 Build the slidingmenu environment using the open source fr……
