Recent Posts
-
Java – how to link library projects in Android studio
I recently downloaded Android studio, and now I'm trying to build a project I used to use eclipse. The project also us…… -
How to automatically scroll the mpadroidchart line chart?
I'm a new user of MP Android chart in Android. Who can help me? resolvent: So what you want to do is always show 10 va…… -
Android – unable to find provider information for com.facebook.katana.provider.platformprovider
I want to log in to my application with Facebook, but I received the next message from logcat: Failed to find provider…… -
Java – how to get the average RGB value of bitmap on Android?
I know how to get the RGB value of each pixel of a bitmap. How to get the average RGB value of all pixels of a bitmap?…… -
Android – how to use mvximageview.defaultimagepath?
I have successfully used the mvximageview of imageurl, but how to set a drawable icon as the default value for those u…… -
How to get the currently available RAM in an Android device
See the English answer > how to get current memory usage in Android? 9 devices in which we enter the management app…… -
Listview count vs number of adapters in Android
Why do listview. Getchildcount () and adapter. Getcount () return different values? I have an onscroll method. If I ca…… -
Java — invoke variables in string.xml
See English answer > Dynamic string using string.xml? 9 for complete code, see my previous question here If I want …… -
Android – view for fragment id not found in custom dialogfragment
I knew there were many similar problems there, but I didn't find someone to solve my problem, so we left In an activit…… -
Android – mediaplayer setoncompletionlistener repeated calls
In my application, I display my audio files in listview, and when the click of a specific file of listitem must be pla…… -
Android – displays progress when downloading images from the server to ImageView
I'm listview and want to display the progress until the image is not downloaded from the server to ImageView using Pic…… -
Android studio 3.0 doesn’t want to display the Huawei P10 I’m connected to
I've been trying to connect my Huawei P10 and Android 8.0.0 with my android studio 3.0 for several hours. But it doesn…… -
Android – how to solve “error: libx264 not found”?
I need to install ffmpeg and support libx264 to enable H.264 encoding. I successfully installed libx264 using the tool…… -
Checkbox setselected does not work when using the Android: drawableright property
My check box is in the XML layout: <Check@R_379_2419@ android:id="@+id/cb1" …… -
Android – how to create a circular Facebook profile picture
I can't use this library to dynamically make an image of me into a circle. This is my attempt: private void drawerSetu…… -
Android – custom UI on exoplayer sample
**If you don't know anything, I really need help. Don't give me a negative point of view: | if something bothers your …… -
Android architecture: Part 1 — mistakes we made in those years
This series of articles aims to outline the problems we may encounter when building an Android application architectur…… -
Android – how do I set the toolbar background color in the activity to the color in the colors.xml file?
I have a color in my colors.xml file that I need to use for toolbar colors <resources> <color name="MAIN_…… -
Android – accelerate zoom in ImageView
I am currently working on very large images (7-10mb), which cannot be resized or compressed for many reasons Now, our …… -
Android – how do I add dependencies to the top-level build.gradle file of my project?
I'm trying a sample code to implement Google cloud messaging (GCM), which is provided by Google itself, GCM demo I don…… -
Android – play store statistics are not updated with my app data
I have an app in the Google play store, which has been there for more than five days. I'm sure there are a lot of down…… -
Android – Proguard failed after updating Google play service to version 5.0 (revision 18)
My ant script for compiling my Android application works normally, but after updating the Google play service library …… -
Java – incorrect thread in Android domain
I have two services, one of which is the producer (saving the object to the domain), and the other reads the object fr…… -
How to check whether the current locale uses the 24-hour system in Android?
There is a time selector dialog box in my application. It works well, but I want to switch between 12 hour and 24-hour…… -
Android – collapsingtoolbarlayout without title animation
I'm using collapsingtoolbarlayout. I don't know how to fix the title in the toolbar Is there a simple way to achieve t…… -
Android – change the navigationview title text color
How to change the title text color in the navigation drawer. I'm using the latest support design library. The picture …… -
Android syncadapter will not synchronize Samsung S6 edge plus nougat on my device (periodically when API < = 23)
I have a problem using syncadapter. The strangest thing about it is that it worked earlier, but now synchronization is…… -
Android – an activity that completes another activity
What are the ways and how to complete some activities from the stack? I have a service that will look for updates. Whe…… -
Add OpenCV to native C code through cmake on Android studio
I tried to include opencv in my native C code through cmake. I did some research on the Internet, downloaded the findo…… -
Android – hide the status bar
Please give me a solution to hide the status bar of the translucant screen. I try by setting theme.notitlebar.fullscre…… -
How to change the font of tablayout using custom font / calligraphy
I'm looking for answers on how to change the fonts of these tabs in tablayout to custom fonts I tried this, but it did…… -
Android – type mismatch: inferred type is string, but charset is expected in kotlin
My main activities have the following codes: var qNa_list = parseQuestions(loadJSONFromAsset("qna_list.json")) fun l……