Recent Posts
-
Setting map marker icons with dynamic colors in Android
How to set a custom marker icon with dynamic color, which can only change the green area with dynamic color googleMap.…… -
Android – change the aspect ratio of the surface view according to the aspect ratio of the video in the exoplayer demo application
I have implemented exoplayer in the Android application using the following code String versionName; try { …… -
Android tablayout does not change the tab (clip) when clicked
About tablayout, when I slide left or right, the next tab expands - the clip displays correctly - but when I click the…… -
Develop Android WebDAV server
In my application, I have a nanohttpd server https://github.com/NanoHttpd/nanohttpd But now I want to add a WebDAV sup…… -
Java – should I add a confirm password field to Android?
I'm a novice on Android. I've just started registering for my application. I've found many tutorials like this one Wha…… -
Output processing frames from mediacodec and update frames on Android
I am working on an image processing project. I receive the original H264 video stream in real time and decode it with …… -
Rxjava / Android monitors the progress of multiple subscribers triggered at different times
I'm looking for a way to use rxjava to maintain consistency to monitor the progress of multiple subscribers that may b…… -
What is the reason that the object marked final can be modified and called non final method in Java?
I am a novice in Java. I come from C background I think final in Java works like const in C, but I don't think so Obje…… -
Android – how to catch unhandled errors and pass them further
My question is how to catch unhandled errors in Android applications and pass them further to other applications so as…… -
Mobilefirst vulnerable version of Android Apache Cordova
I just received an email from Google play about my mobilefirst 6.3 application: Please migrate your application to Apa…… -
Android – cannot use libgdx to read and write to external storage
My creation method is as follows: @Override public void create () { batch = new SpriteBatch(); FileHandle fil…… -
Android – how to hide a snackBar and then display a new one?
I will display the snackBar indefinitely. If Bluetooth is turned off, I want to hide it and display a new Bluetooth to…… -
Android classnotfoundexception is about to appear appbarlayout and coordinatorlayout
When implementing material design and using appbarlayout in XML, classnotfoundexception will be provided for appbarlay…… -
Android: how to get the value of gson linkedtreemap?
I tried to simply get the value from my gson object, so in my "city" object: I need to get the name "first" and Boolea…… -
When the phone is locked, Android – displays an alarm dialog from the service
My problem is to display the alarm dialog box from the lock screen of the service. When the phone is unlocked, the dis…… -
Java Android studio error: unable to parse
I'm trying to implement gradle: compile 'com.edmodo:cropper:1.0.2' .. In my project, and I keep making mistakes when…… -
Android Facebook client token
I'm the new Facebook SDK for Android. I want to get fan page contributions from Facebook through the Facebook graph AP…… -
Android notification large icon specification?
Where can I find the correct size of a large icon for Android notifications? What do I want? I want a nice looking cir…… -
Android – how to connect to SQL Server database from Delphi firemonkey
I want to connect to MS SQL server to use firemonkey to insert or update some data for my Android application. I am us…… -
Invalid on empty object reference android.support.design.widget.floatingactionbutton.setonclicklistener (Android. View. View $on)
I have started developing applications. In some way, I made an error in the detailactivity. Java class. I can't recogn…… -
Enable third-party cookies for Android WebView
I encountered some problems when using the old API version. Some links of some websites did not respond because they h…… -
Android – how to display the trimmed ImageView so that the height is equal to the width?
I need to make an Android application that displays square images. But it receives images with width greater than heig…… -
How to adapt to the corner of ImageView only on the side to adapt to the parent layout in Android?
I'm a beginner of Android. Now, I'm learning how to correctly design android app. But I have problems with ImageView. …… -
Java – not a closed class
My menu option button is not in the same class as the class that gets HTTP data. It gives me the error that "photogall…… -
What is the version of the Android gradle plug-in for Android Studio 2 beta in the Canary channel?
I received a message about the Android studio 2.0 beta provided in the Canary channel in Android Studio 2 Preview 9 Bu…… -
Android – what is the best way to get root access to genymotion devices?
I am a novice in Android development. I look for my package database in the data / data folder. I can't find my packag…… -
React native Android code push installrelease build failed
I'm trying to add code push to my react native app and follow https://github.com/Microsoft/react-native-code-push Afte…… -
Use external XML files for custom list view adapters?
I am currently developing my first Android application. In the application, there should be a listview, which displays…… -
Android – in the signed APK, butterknife does not work
I created an application with butter knife to implement onclick, ontouch and other functions. When I test it on Androi…… -
How to connect SQLite studio to database through ADB (Android simulator)
Do you know whether SQLite studio (or similar tools) can be connected to the database through ADB (simulator for Andro…… -
Use transferobserver Android to set permissions for AWS objects
private void beginUpload(String filePath) { if (filePath == null) { Toast.makeText(this, "Could no…… -
Android – use rxjava to connect local data to remote (or cached) data
This is valid code, but I have a few questions and suggestions for improving it. I'm a novice in rxjava and I don't fu……