包含标签:Android 的文章
-
OneSignal postNotification Android
My native application requires postnotification in Android I have this code, but it doesn't work: try { OneSignal.…… -
Java cursor error – retrieve image from Gallery
At present, I am trying to retrieve the location of the image in the gallery and convert it into a file so that it can…… -
Permission denied: open provider com.android.providers.media.mediadocumentsprovider
I'm trying to allow a user to access his photo gallery to get a profile picture and save it to SharedPreferences. I al…… -
When you add a clip, bottomnavigationview is not at the bottom
I am a beginner of Android. Today I created a bottomnavigationview activity. I want to display three tabs with navigat…… -
How do I access the files of unity application stored inside Android?
I'm using the easymovietexture plug-in. I want to access the Android folder where all videos are saved. First, I try t…… -
Android – include date selector in maximum date
I'm trying to use the Android date selector to select a date range through two inputs. The start date takes the end da…… -
SnackBar on Java Android without changing the theme
When I created a snack bar on Android, the following error occurred: "java.lang.illegalstateexception: you need to use…… -
Hide the progress bar after loading WebView in Android
When I add this code to my code, I want to know what the problem is web.setWebViewClient(new WebViewClient() { pub…… -
Android mapbox tag offset
I have to set the tag offset to the bottom (center by default). I found how to do this on JS or IOS, but how to do it …… -
The Android toolbar displays the end of the title
I have an application where users can learn more about the structure and want to display it in the toolbar, such as 1 …… -
Running Android studio simulator on Core 2 Duo 10.11.6 Mac OS
Can I run @ L on Core2 Duo (2008) Mac OSX El Capitan_ 404_ 0 @ studio simulator (AVD)? thank you resolvent: After thre…… -
Android broadcastreceiver to detect screen on / off and service failure
I really need help with my problem I have a simple broadcastreceiver that can be used to detect the opening and closin…… -
The latest versions of ionic 2 rc0 and angular 2 have errors when building Android (NGC: error: error encountered when statically parsing symbol values)
An error occurred when I used the ionic build Android command to build Android NGC: error: an error was encountered wh…… -
Android – how to launch different activities for different content in the actor sender application on the mini control click
I am adding Google cast support to the application, and I can only locate one activity to start on the microcontroller…… -
Android – how do I write files in an external SD card instead of in device storage?
I tried this: public String getFilename() { File file = new File(Environment.getExternalStorageDirectory(), "Tes…… -
How do I set margins / padding for X-axis values in mpadroidchart?
I have graphs and values with graphs on the x-axis overlay Is there any way to solve it? You may need to add some marg…… -
How to use xamarin to synchronize GPS location updates in Android?
Specifically, I am using xamarin.forms for c# development, but I work on native Android and write a GPS wrapper class,…… -
Android – hybrid application development under the hood (phonegap, Cordova, ionic)
I try to understand how everything works, but I have some questions about the subject I will explain how I understand …… -
JavaScript ion applications cannot recognize voice in Android Mobile
I want to design an ion application that can listen for voice commands by following the tutorial here, but if I use Va…… -
com.android.volley.VolleyError:java.lang.NullPointerException
What is a NullPointerException, and how do I fix it? Attempt to invoke virtual method 'int Java. Lang. string. Length(…… -
An error occurred after applying themes in Android studio
I'm a novice in the Android studio. I started learning Android a few days ago. I started with a simple blank activity …… -
Why does chromebook “not support” Android my app?
I know there are other similar problems in so, but none of them can be solved directly My androidmanifest.xml contains…… -
Android – add a ripple background effect on a white background
I want to add ripple effect to my recycle bin view item. Android: background = "? Android: attr / selectableitembackgr…… -
Android – how to get the daily motion video list
I want to get the video list from daily sports. I have registered daily sports. It retrieves the API key and secret ke…… -
Why do I get an error: initialize tensorflow?
I'm trying to build an. APK file through this tutorial- https://www.oreilly.com/learning/tensorflow-on-android I want …… -
Android – client token not found, please set client token
I'm trying to create a login using Facebook in Android and I'm having this problem. I'm not sure what I can't see or s…… -
What are the advantages and disadvantages of asynctask in the Java Android framework?
I'm learning Android application development from udacity.com by Google engineers. They say, "Using 'asynctask' is not…… -
Android – how to play. MP3 files in the shuttle application?
I wrote a dart web application that retrieves. MP3 files from the server and plays them; I'm trying to write a mobile …… -
Design and implementation of property management system for living quarters based on Android (7)
Title: design and implementation of property management system for living quarters based on Android time: 2016 source:…… -
Android – error retrieving item’s parent: cannot find resource matching the given name ‘theme. Appcompat. Light. Darkactionbar’. Xamarin Visual Studio
Well, it gave me 9 style.xml errors, the content is Just like I use visual studio in xamarin <?xml version="1.0…… -
Why does bufferedinputstream. Read() return – 1 in Android nougat when used to return 0?
When testing the application on Android N devices, I found many new problems related to the way I use bufferedinputstr…… -
Android resource directory name is invalid, drawable-anydpi-v21
I want to build my application and send it to my Samsung tablet using Android 4.2.2. But I also want my application to……