Recent Posts
-
Eclipse startup error java was started but returned exit code = 13 solution
catalogue Errors are reported as follows: Problem causes and solutions: 1. The installed version of eclipse is inconsi…… -
The most detailed Android studio uninstallation, installation and startup tutorial in the whole network
Install Android studio on May 2, 2019, update Android studio on March 4, 2020, and uninstall Android studio on May 30,…… -
What did Android stduio do when starting the simulator to run the project
Every time Android studio opens the simulator to run the project, the project will be built. What is the construction …… -
Various version information in build.gradle of Android studio
Android studio uses gradle to build the project. Gradle is a very advanced project building tool. After we import the …… -
RTSP online video stream resource address
rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_ 115k.mov @H_ 502_ 14@ -
How to view the gradle version and path of an Android project
1. Check the gradle version of the project: open the gradle wrapper file to see this line, which is actually the downl…… -
How does Android studio export APK files
We usually write Android. In most cases, we run debugging on the simulator. However, in the actual development, there …… -
Android course selection system
This project mainly realizes the course selection system. Users are divided into two roles: student and administrator.…… -
Android studio realizes QQ registration, login and jump between friend lists
This project mainly includes three interfaces: registration, login and friend list, and jump between them. The friends…… -
The Android calculator you want, it’s coming today!
This project mainly realizes the simple calculator function, including the basic operation of addition, subtraction, m…… -
ERROR: Could not install Gradle distribution from ‘ https://services.gradle.org/distributions/gradle
When you create a new project or import a project, gradle errors often appear, because this is a file on a foreign web…… -
Android studio implements address book
This project mainly realizes the functions of adding, deleting, modifying and querying contact information (name and t…… -
How Android studio implements music player (easy to use)
When we play code for a long time, we will certainly feel tired and boring. At this time, we will continue to play cod…… -
Android intelligent chat robot
Next, a relativelayout is placed under the textview, and a listview is placed in it to display the chat message list. …… -
Android studio implements a simple QQ login interface
QQ is one of the most used software in our daily life, including login interface, chat interface after entering, frien…… -
How to import Android projects with different gradle versions
Bloggers have posted many Android projects. Many students commented that they can't run or report errors after importi…… -
Android studio implements a simple shopping mall interface
With the development of the Internet, the popularity of electronic products such as mobile phones and the rise of e-co…… -
Android mobile application foundation tutorial [Android event handling]
在基于监听的事件处理模型中,事件监听器必须实现事件监听器接口, Android系统为不同的界面组件提供了不同的监听器接口, 这…… -
Basic course of Android mobile application [broadcast mechanism]
Usually, each classroom in the school will be equipped with a speaker, which is connected to the school broadcasting r…… -
Android mobile application foundation tutorial [sharing data with content providers]
//获取相应操作的Uri,Uri.parse()方法是将字符串转化成Uri对象。 Uri uri = Uri.parse("content://cn.itcast.mycontentprov…… -
Android mobile application foundation tutorial [service]
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/andro…… -
Android mobile application foundation tutorial [data storage]
FileOutputStream fos = openFileOutput(String name, int mode); //参数是文件名和文件的操作模式 //打开应用程序中对应的输…… -
How does Android studio allow access to network resources
(1) Click manifests in the app directory on the left to open the androidmanifest.xml file, as shown: <uses-permissi…… -
Android common interface layout (detailed introduction)
1、 View view All UI elements are built through view and ViewGroup. For the user interface of an Android application, …… -
Android mobile application foundation tutorial [program activity]
@H_ 301_ 155@ Intent intent = new Intent(MainActivity.this,SecondActivity.class); startActivityForResult(inten…… -
How does Android studio remove the default title bar of the interface
(1) Click manifests in the app directory on the left to open the androidmanifest.xml file, as shown: -
C# – setsupportactionbar crashed in visual studio and xamarin
I'm trying to create an Android application using xamarin and visual studio. Suddenly, I encountered a strange error w…… -
Android calls JS, and JS calls Android
1.main.xml 2.demo.html 3.WebViewDemo.java When you click the button in the first interface, the HTML content changes M…… -
Android – animating new items in tableview
I am using tableview to display the contents of SQLite database. The user clicks one of the checkable buttons, and the…… -
Android – meaning of / symbols in UML
I tried to follow this link http://www.uml-diagrams.org/android-camera-uml-class-diagram-example.html In the cameradem…… -
Android – batch insert in realm
I decided to use realm for my project. I have read the document and can't understand how to import all mobile contacts…… -
Gradle relies on using latlng in Java projects
I want to use the latling class in my java project https://developers.google.com/android/reference/com/google/android/……