Recent Posts
-
Detailed explanation of Android architecture component room functions and sharing of insights
Where should Android programmers who have worked for 2-5 years go? Direction: deeply study the current popular technol…… -
Android senior engineer interview practice, done in minutes!
The question bank is very comprehensive, including: It's all sorted out by yourself. Look at the thumbnails Analysis o…… -
Android senior engineer daily interview questions selection, 10000 words long!
In the face of so many existing cross platform solutions, why is flutter the most popular cross platform technology? W…… -
Android senior engineer advanced learning, in-depth
The first offer is iFLYTEK Inexplicably, he resigned after two months. Although the Android Department has something t…… -
In one month, we successfully reaped the offers of Tencent, Baidu, meituan and Netease, and doubled the salary
Java Foundation Java multithreading Android open source framework On the one hand, you can read the source code direct…… -
Advanced data transmission and serialization of Android advanced architecture, counter attack surface shared
As a general rule, I was born in 91, worked in Shenzhen after graduating from three books in 164, worked in a small co…… -
An answer sparked a heated discussion! Share a little interview experience
I was pushed by a friend over there. After my resume passed, I made a telephone interview. The interview time was abou…… -
Android – show activity after strange delays
I encountered a delay in starting an activity in the Android application project Just click the menu item or clickable…… -
Java – the class ref in the pre validation class resolves to an unexpected implementation
I'm using Android studio and developing the xposed framework module. Most of my users can use my application normally,…… -
Android – when I change the background color, the rotation arrow disappears
When I change the background color of my spinner, the drop-down arrow disappears. I see some answers to similar questi…… -
48. Android decompression tools
After Google, I finally found a relatively simple decompression tool class. public static void compressDB(Context cont…… -
Android – lets textinputlayout display a prompt only after the first character is typed
Previously, to use floating tags before supporting libraries, I used the following third-party libraries from Chris ba…… -
Android – how do I exit (only) the current activity if uncaughtexceptionhandler occurs?
I did some coding to test the specific use case of thread. Uncaughtexceptionhandler (described below) First, I impleme…… -
java – Android gms:play-services:8.1.0 DexIndexOverflowException
After I changed GMS: play services: 7.5.0 to 8.1.0, the gradle build failed with multiple DEX exceptions The error is …… -
Android – reaction to native running Hello World
I am using this tutorial https://facebook.github.io/react-native/docs/getting-started.html#content I am using Windows …… -
Java – Android – checkbox is repeated every 10 times in listview
Hello, I've been trying to create a list view using a custom adapter to place two textviews and a check box in it. The…… -
Android – activitymanager does not save real_ GET_ Tasks warning
I received a warning message on the Android phone (Nexus 5) on activitymanager. It doesn't seem to come from any speci…… -
Android – use unit test notifications
I have a bunch of notification types, including the conditions I want to test automatically. My problem now is that I …… -
Android – bufferedinputstream or FileInputStream IOException
I just released an Android application that parses local files and processes some data. A few days ago, one of my cust…… -
Android – central column in recyclerview
I'm trying to create a dynamic recyclerview layout. The gridlayoutmanager I use has three columns I need to wrap each …… -
Android – repo: no command found in auto bash script to build CyanogenMod
I am running Linux Mint 17.2. I have installed repo and added the path of repo to my. Bashrc. I have initiated my repu…… -
Android – how does the extensible listview animate the group indicator without affecting others
I have a problem with animation group indicators. It inspires all other group indicators in different positions. I try…… -
Java – images that need to select code from the camera and Gallery – applies to all Android phones
private void selectImage() { final CharSequence[] items = { "Take Photo", "Choose from Library", "Can…… -
Android – how do I change the text size of dialog preferences messages?
I have a class that extends edittextpreference. I use it in my own layout, for example: <com.app.MyEditTextPref…… -
Android – change font size based on language localization
I have an application, I have defined all the necessary details, and now I want it to be localized. I know we must cre…… -
Java – can tablets make phone calls? (telephone)
I have permissions in the list: <uses-feature android:name="android.permission.READ_PHONE_STATE" android:requ…… -
Android log cat displays android.content.pm.packagemanager $namenotfoundexception: app package com.google.android.ba
I'm a newer Android. When I try to run my application in AVD, I find the following exception in the log cat, which sho…… -
Java – how to access SQLite database in zip file – Android
I have a 180 MB SQLite database. If I compress it, it will only be about 40 MB. I save the file in the asset folder an…… -
Android – only use Proguard to disable logging and shrink resources
Build.gradle: buildTypes { release { minifyEnabled true shrinkResources true …… -
Android – the startactivity in onpause() is invalid after opening a new app
When my first activity is suspended, I start my second activity FirstActivity.java @Override public void onPause(){ …… -
Android – text selection pop-up?
I want to display a pop-up window when the user selects text in EditText This is what I want to do: (screenshot from G…… -
Android – exoplayer plays multiple videos at the same time
I want to play video lists at the same time (one by one, like a video) I'm using exoplayer to play these videos now, b……