Android
-
Java – get all week start dates between two dates
I want to show all week start dates between two dates Assuming that I have selected the start date as December 8, 2015…… -
How do I record Android screens?
I know how to record the application screen using Android studio and successfully get the video for demonstration, but…… -
This is a problem with the maps SDK on Android 6.0
I encountered some problems displaying the map here (SDK version 3.0.2) on the marshmallow device The application is b…… -
Java – how to merge an Android studio project into another Android studio project
I have two separate Android application projects made in Android studio. I'm trying to merge project 1 into project 2 …… -
Android image crop URI exception
First of all, I am using xamarin, but the problem is the same on the local java project. I updated the SDK to 5.1 and …… -
Constant build.time in Android SDK
What exactly does the constant "long Android. OS. Build. Time" mean? I tested it on the device, but got a strange numb…… -
Android – “checkduplicatejavalibraries” task failed unexpectedly
I'm trying to build my application, but the following error pops up. A few days ago, I didn't have any problems buildi…… -
How do I handle “Android security” and “trustmanager” issues related to flurry analytics?
I received emails from Google play about "Android security" and "trustmanager", that is, the insecure implementation o…… -
Sqlcipher caused APK crash in Android signed release
I use sqlcipher in an Android project. Everything works normally in the test, but whenever I build and sign the APK an…… -
Android – a link to the Vimeo application, but
I asked what code would send the link from the application I was making to the Vimeo application; It will open the Vim…… -
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…… -
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…… -
Calling textview from mainactivity to fragment in Android
Can the mainactivity control textview be called as fragment? I don't know if this is feasible There is drawerlayout, w…… -
Android – load more items at the end of grid view
I'm making an application and using the grid view to display all the images. The problem is that I have a lot of image…… -
SIP call in Android
I'm using NGN stack library for SIP calls If I test on the local server when connecting Wi-Fi, it can work normally wh…… -
JavaScript – how to obtain network images with authentication in react native?
Currently, the supported method to get images is to insert {URI: link} objects into the source props of images, but th…… -
Android – how often do you send an action in an actual device_ BATTERY_ CHANGED?
In the emulator, if the power capacity is set to a value different from the current value, the onReceive of my broadca…… -
When I added the appcompat-v7 library to my android project, r.java was deleted
After adding the library appcompat-v7 to my application, r.java is deleted and the console displays the following erro…… -
Android – use Picasso with roundedbitmapdrawable
I read the udacity lecture on material design and mentioned using roundedbitmapdrawable to realize circular view. But …… -
Java Android: on a white background, the switchcompat trace is not visible
I have an activity with a white background and added a switchcompat, but when the switch is not active (off), the trac…… -
Android – serial communication via Bluetooth using Python
How do you process and receive serial data via Bluetooth and python? I'm trying to make a simple Python server that ac…… -
Android fragment UI is frozen in transactions, but works smoothly when restoring the same fragment from the fragment return stack
I have an activity that displays one fragment at a time. There are three different fragments in total. The first fragm…… -
Java – how to get (or simulate) the viewpager in dialogfragment?
When I use alertdialog. Builder, I receive an IllegalStateException that says "the fragment has no view", which puzzle…… -
Android’s new bottom navigation implementation
Is there any way to implement the bottom navigation tab according to Google's new guide (pure Android)? I searched and…… -
Use transferobserver Android to set permissions for AWS objects
private void beginUpload(String filePath) { if (filePath == null) { Toast.makeText(this, "Could no…… -
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…… -
Android zooms animation to make ImageView run
In my application, I'm dynamically creating an ImageView and setting it to a constant x, y position, and then zooming …… -
Android soft keyboard push view
I'm developing a soft keyboard for Android, but I encountered an unsolvable problem. The problem is that when I open t…… -
Java – unable to get emailid after logging in through FB in Android
I am using the latest FB SDK. I am integrating FB in Android studio. I have completed all the steps of FB docs. Howeve…… -
Android invitation ID cannot be empty
There is a strange error report in my log. Here is the stack trace: Fatal Exception: java.lang.IllegalArgumentExceptio…… -
Monitor non beacon ble devices (Android beacon Library)
Can I monitor non beacon ble devices using Android beacon library? If so, how can I use RSSI to estimate their distanc…… -
JavaFX WebView component on Android
I heard that it is possible to launch the JavaFX project on Android So can you use the powerful JavaFX WebView compone……