Recent Posts
-
Improvement analysis of Android 7.0 version affecting development
This paper summarizes and analyzes the improvements that affect the development of Android 7.0. Share with you for you…… -
Android studio 3.0 gradle tip version is too old
Many friends are using Android studio 3.0 gradle to prompt: The android gradle plugin version 3.0.0-alpha1 is too old,…… -
Android imitation adapter implementation custom pageradapter method example
Introduction to pageradapter Pageradapter is a class in android.support.v4 package. Its subclasses include fragmentpag…… -
Detailed explanation of sound / size modification and configuration of default system in Android
preface The sound management system is used to realize the functions of sound input and output, sound control and rout…… -
Detailed explanation of fragment definition, creation and use of Android development tutorial [including activity communication, transaction execution, etc.]
This paper describes the definition, creation and use of fragment in Android development tutorial. Share with you for …… -
Android development patheffect problem handling
I want to draw an area composed of irregular paths, and because the visual effect of this path needs to be rounded, I …… -
Background music implementation of Android studio 3.0 service project
This article is to realize the background music in the service project by learning Android studio, and the e-mail send…… -
Android realizes the effect of unlimited sliding around the switching date
When we are developing Android, we often use dates. For example, in course arrangement, work arrangement, log and othe…… -
Example summary of dialogfragment usage in Android Development
This article illustrates the use of dialogfragment in Android development. Share with you for your reference, as follo…… -
Solution to not displaying text after tablayout is associated with viewpager
When you use the addtab () method to dynamically add text to tablayout, the problem of not displaying the title text m…… -
Android custom network connection tool class httputil
This example shares the usage of httputil, an Android network connection tool, for your reference. The specific conten…… -
Android listview control usage
Listview control can display lists in two ways: directly using array resources or using arrayadapter class. The follow…… -
Android drawing geometry example code
This example shares the specific code of Android drawing geometry display for your reference. The specific contents ar…… -
Rolling compatibility of Android WebView and Scrollview and method of blank processing
This article introduces the rolling compatibility and white space processing of WebView and Scrollview, which are shar…… -
Detailed explanation of the use of AspectJ in Android AOP framework
preface I have learned about the AOP framework of Android before, and its usage is mainly used to log; Now there is a …… -
Possible pit solutions using dagger2 in kotlin
What is dagger2? Dagger2 is an open source library based on Java annotations that completes dependency injection in th…… -
Android development and implementation of fragment monitoring return key event function
This paper describes the method of fragment monitoring return key events developed by Android. Share with you for your…… -
Android loads web pages with WebView (HTTPS and HTTP)
1. Android cannot open the web page requested by HTTPS when loading When there is an HTTPS page in SSL layer, if the s…… -
Android file download function
Android downloads files on the network for your reference. The specific contents are as follows Steps: 1. Download fil…… -
Android development and implementation of the method of sliding and changing color with Scrollview
This paper describes the method of changing color with Scrollview sliding in Android development. Share with you for y…… -
Examples of how Android WebView loads HTML, CSS and other languages
preface This topic may not be very good. I haven't come up with a more suitable one for a long time. When developing W…… -
Android development and implementation of listview click item to change color function example
This article describes an example of Android development to realize the function of listview clicking item to change c…… -
Detailed explanation of Android decompilation and code confusion
preface Include the following To decompile APK, you need the following three tools 1. Apktool (resource file acquisiti…… -
Android development realizes the pop-up function of imitating Jingdong commodity search tab
This paper describes the example of Android development to realize the pop-up function of imitating Jingdong commodity…… -
Detailed explanation of data encryption methods commonly used by Android
preface Android needs to use data encryption on many occasions, such as local login password encryption, network trans…… -
Java – how to ignore unit tests when conditions are met?
I wonder if there are comments or methods that can only execute tests if pre conditionoin is satisfied? Solution You c…… -
Where can I find the Java source code for the Vigenere password?
In my application, I want to implement some encryption So I need the code for the Vigenere password Who knows where I …… -
Java – why include class names when referencing static variables?
When doing some Java jobs, I answered a question by writing an instance method. In the method, I used some static fina…… -
The Java – Weblogic management console is too slow
I have installed Weblogic 10.3 3. A simple domain is configured using the default configuration After starting Weblogi…… -
Java – what is the difference between T and T in the return type of a method?
I have a way, like this, public <T> T doSomething(Class<T> T) { return T.newInstance(); } I can do it like…… -
Java generics and addall methods
Addall (..) in Java collection What is the correct parameter type for the method? If I do something like this: List<…… -
Java – why do static members make the language not object-oriented?
I'm learning Scala. I came across this statement in odersky's programming Scala Second Edition: I don't have enough ex……