Android
-
How to download in Android?
I want to use Android code (such as download manager) to create a download application from a URL, but actually I don'…… -
Java – Android AutoUpdate from your own server
I've been looking for a good example of how to update my own application. So, I installed APK on my device. When I sta…… -
Android – should or should not asynctask be used for long-running operations?
See English answers > Android asynctask for long running operations 4. I'm confused about the content of asynctask.…… -
Android – osmdroid offline files
I have an osmdroid map. I want to load offline tiles from the osmdroid Zip or gemf file of mobac. I investigated it ev…… -
Android – use Parcelable to pass an object containing a list of objects to another activity
My activity workeractivity contains a list of workers. I'm trying to pass the clicked worker object to my workerdetail…… -
Android – ratingbar is customized, and the size of each rating element increases
I know I can apply my own style and replace the star image of the rating bar with something else. I need something mor…… -
What is the purpose of Java level DNS caching?
I am currently developing an Android project. I doubt rewriting the Java level DNS cache. Through search, I found that…… -
Android – don’t ignore the dialog box when the screen orientation changes
I created a custom label activity with two different vertical and horizontal drawings. The icon of the vertical screen…… -
Authentication error while subscribing to SharePoint WebService using ksoap2 Android
I'm writing an Android application that will use the GetList () method of lists.amx service in SharePoint 2010. I'm us…… -
Android ProgressDialog with threading issues
I have encountered a problem using ProgressDialog while running a process. I have tried all the incorrect methods, che…… -
4. Problems encountered during Android studio packaging
Then remove the signature However, if generated APK is used, the build.gradle file will not be called, and the gradle …… -
Android – how to access secure element without supporting devices that already support smartcard API
The seek for Android document states that listed devices support smartcard API I want to access the SIM based security…… -
android – GCM XMPP CCS vs MQTT
We need machine communication through our server We initially planned to use the mqtt rabbit MQ adapter to queue the p…… -
Android observablescrollview – accidental touch to change sub fragments when using viewpagertablistviewfragment
I'm using Android observablescrollview in my project. I'm facing a problem. Even if I just touch the viewpager, the sl…… -
Android – TextureView getbitmap() ignores settransform
I am using TextureView for camerapreview. Due to the difference between display ratio and preview ratio, I use texture…… -
MJPG_ Process and error of migrating streamer to Android
The first post is not very good at typesetting.... Make do with it ~ only the process has no specific operation. This …… -
Android jetpack compose introduction example project
Go to GitHub to find the sample project of compose https://github.com/android/compose-samples , clone to local Student…… -
Use compose for existing Android projects
After looking at the example project of compose, we also want to use compose. Based on the current situation, the comp…… -
Android tutorial 2020 – recyclerview displays multiple items
Android tutorial 2020 - series overview Article link The previous list shows similar data. What if you want to display…… -
Android frame animation use
Using a series of different pictures and playing them in sequence like a roll of film is a traditional animation, also…… -
The third secret of Android Development: parsing HTML pages with jsoup
This section mainly explains how jsoup parses HTML pages. Because the process of Android development inevitably involv…… -
Android tutorial 2020 – getting started with recyclerview
This article is a link to this article to introduce you to the use of recyclerview. Here is a common use. Android tuto…… -
One of the secrets of Android Development: creating clickable buttons
I feel it necessary to learn about mobile phone development, whether for future work needs or current company projects…… -
Android tutorial 2020 – actual use of recyclerview
For example, make a list with the item of recyclerview. Android tutorial 2020 - series overview Here we make a specifi…… -
The second secret of Android Development: importing existing projects and precautions
When I saw an example written by jsoup on the Internet, I downloaded it for research, but found that it would not be i…… -
Android MMAP file mapping to memory introduction
Android 2020 Link to this article: introduction to Android MMAP file mapping to memory During Android development, we …… -
Default interface methods are only supported starting with Android N
Operating environment Click the green hammer "make project" and the following error appears Default interface methods …… -
Several common operations of Android bitmap: zoom, crop, rotate and offset
Android bitmap related operations Several common operations: scaling, clipping, rotation, offset Many operations need …… -
Duplicate class android.support.v4.widget.TintableCompoundButton found in modules classes.jar
For an old Android project, change support-v4 in gradle to the reference of Android x, and compile and report an error…… -
Android mediaplayer plays audio
Link to this article: playing audio with Android mediaplayer It mainly introduces how to play audio with mediaplayer. …… -
Building an adaptive interface for Android constraintlayout
Original link Constraintlayout lets you create complex large layouts using a flat view hierarchy (no nested view group…… -
Android downloads audio files using urlconnection
Link to this article: Android downloads audio files using urlconnection Use mediaplayer to play online audio, please r……