Recent Posts
-
How do I share videos on twitter using Twitter toolkit 3 in Android?
After removing the structure, now use Twitter toolkit 3 in twitter Case: >I need to share text, images and videos w…… -
Android – “dialog failed with unknown” error response. Facebook application invitation, switching in FB account
I made an error in my android Facebook app invitation. Everything is fine. I switched my account from Facebook and now…… -
Android – Scrollview cannot run in cardview
I have searched, and none of the answers will help me This is my layout XML: <android.support.v7.widget.CardView …… -
Android – use arcore with obj and MTL files
When using the Android arcore example, I noticed that the example uses the following line: mVirtualObject.createOnGlTh…… -
Android – can I share the certificate used to sign APK?
Multiple Android developers in our project can access the Google play console to publish APK updates from their comput…… -
Android – room smashed release
I use room in my project and everything goes well, but it will give me this error when I try to run it at release time…… -
Git cannot see remote branches in Android studio
I only have the basic knowledge of GIT I only use the command line and the following commands to clone a single branch…… -
Android – there are so many ways to get the last location
mGoogleApiClient = new GoogleApiClient.Builder(this) .addConnectionCallbacks(this) …… -
Android – firebase crashlytics invalid key error
I want to integrate firebase crashlytics into my Android game (developed using cocos2d-x engine) I have followed the 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 …… -
Java – how to automatically fill edit text from the middle?
I'm developing a contact manager project for android.in. I want to automatically fill in the end of the e-mail address…… -
Android – react native maps loading location
I'm trying to create an application using the react native maps module. I can get the device location through navigato…… -
Android – how do I best place my fuzzy ProgressBar on the constraint layout on the screen?
When I click the "login" button, I will see a progress bar. I modified the layout by adding a toolbar at the top. Now …… -
Android – how to display insert ads every x seconds
I need to display insert ads in my app every x seconds. I've closed this code. It works normally, but the problem is t…… -
Android – view is at the last position of the parent, but it is still blocked
What I want to do In the bottom sheet dialog fragment, I want a view that always sticks to the bottom of the screen, r…… -
Android – add button to graphic canvas
I am using the answer to this question: drawing on canvas and save image to create a canvas to draw an image I am open…… -
Android – layout baseline to baseline with auto resizing constraints
I'm trying to align two text views according to the baseline and use autosize for textization. This is a simplified co…… -
Android – rxjava observeon and subscribeon in Retrofit
Observeon: this method only changes the threads of all downstream operators( https://medium.com/upday-devs/rxjava-sub…… -
Java – listen for dialogfragment events from viewpager fragment
There are many (repeated) questions and answers available. I have experienced almost all the questions and failed. Whe…… -
Which Android SDK class can be used to change settings, such as APN, E911, or CMAS
I want to know if anyone can point out a good source to explain how to use the Android SDK to change the settings rela…… -
Cordova plugin camera: error getting “no image selected” on Android 4.4 device
I am using ionic 1. X to develop hybrid mobile applications. At present, I am dealing with strange behaviors related t…… -
Android – the entry file index.js is not found in any root directory: […] (react native)
I'm trying to build an APK for my first react native application, but I always get an error from gradle that it can't …… -
Android – drawable already belongs to another owner but does not expose constant state
Error: invalid drawable added to layerdrawable! Drawable already belongs to another owner but does not expose constant…… -
Java – to access a variable (dialogview) from an internal class, you need to declare final
I'm trying to create a warning dialog with layout "yes" or "no". I want to close the dialog by clicking the "no" butto…… -
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…… -
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…… -
Unable to resolve com.android.billingclient: billing: 1.0
I have similar problems, such as here, but in my case, gradle cannot solve the billing library v1.0, even if I add the…… -
How to change the description language in the openweathermap API in Android
In my application, I want to use openweathermap API to display the weather information of the city. Therefore, I want …… -
android – C2D_ Permission name C2D in message_ Message is not unique
I received this error: Permission name C2D_MESSAGE is not unique (appears in both my.packagename.permission.C2D_MESSAG…… -
Android 2D games, the best choice for graphics?
We are two people without Android development and 2D game experience We hope to make a 2D game with quite simple graph…… -
Android. View. Inflateexception: binary XML file line when using custom view
Exceptions: > 10-13 11:47:32.151: E/AndroidRuntime(618): FATAL EXCEPTION: main > > 10-13 11:47:3…… -
How to calculate the distance between two points in an Android Application
In my application, I try to calculate the distance a person travels from one place to another. For this purpose, I use……