包含标签:Android 的文章
-
Android mobile application foundation tutorial [data storage]
FileOutputStream fos = openFileOutput(String name, int mode); //参数是文件名和文件的操作模式 //打开应用程序中对应的输…… -
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…… -
Android mobile application foundation tutorial [service]
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/andro…… -
RTSP online video stream resource address
rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_ 115k.mov @H_ 502_ 14@ -
Android mobile application foundation tutorial [sharing data with content providers]
//获取相应操作的Uri,Uri.parse()方法是将字符串转化成Uri对象。 Uri uri = Uri.parse("content://cn.itcast.mycontentprov…… -
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 …… -
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…… -
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 …… -
Android mobile application foundation tutorial [Android event handling]
在基于监听的事件处理模型中,事件监听器必须实现事件监听器接口, Android系统为不同的界面组件提供了不同的监听器接口, 这…… -
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,…… -
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…… -
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 QQ login interface
QQ is one of the most used software in our daily life, including login interface, chat interface after entering, frien…… -
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. …… -
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 studio implements address book
This project mainly realizes the functions of adding, deleting, modifying and querying contact information (name and t…… -
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 – edit text cursor bug after closing the dialog box
I have a problem. I don't know what to call it or what causes it I'm learning Android SQLite and starting to write a s…… -
Android – fitssystemwindows ignored by constraintlayout
I try to display an activity in my application. The status bar is completely transparent. I add to my style: <item …… -
Android – login to the Facebook SDK using an existing token
I am developing an Android application with social network login support. Now I have the problem of logging in and out…… -
Java – how to properly add listeners to taxi
I'm using slide to show the album cover, but somehow I can't show it. I want to add a listener to slide to find errors…… -
Android – how to set a background image in text
Who can tell me how to set the background image in the text? (not a textview background picture) can I use drawable or…… -
How does Android place autocomplete get the search location list by default
I implemented the local autocomplete function in my application, and wrote the search keyword in EditText to obtain th…… -
Android – firebase searches by character
I use firebaserecycleradapter in my firebase application. Until now, I don't know how to search firebase by character.…… -
Options for effectively drawing byte array streams for display in Android
In short, what I need to do is to display the real-time stream of video frames in Android (each frame is in YUV420 for…… -
Android – how do I listen to fragment Backstack pop only?
I want to know when the clip pops up from the background My code is as follows private void setupChildFragmentPopListe…… -
Java – invalid paintable tag vector – appcompat-v7: 24.1.1
OK, I've read most of the available answers to similar questions, but it doesn't solve my problem gradle classpath’com…… -
Java – AdMob native ads in recyclerview
I hope to implement AdMob native advertising in my quotation application, which has recyclerview. I am learning the pr…… -
Android – when listening to deskclock alarm intent, logcat cannot work in onReceive in the broadcast receiver
I am using my broadcast receiver to listen to the deskclock alert change intention. When the onreceive() method in my …… -
C# – application xamarin cannot be deployed correctly
My Android application is not built and deployed correctly. When a new instance is started, it will start my applicati…… -
Android – how to create an extensible listview in the navigation drawer?
I need to create a navigation drawer, such as flipkart or Astro file manager application. How to replace listview with…… -
Java – about Android firebase retrieving data (no setter / field error)
I just want to retrieve data from my firebase database, but I don't know the correct way to get the data. This is my e……