Android Featured Source
Android Auto-generated add control
Android rotation animation, circular progress bar combination effect source code
a very strong mobile phone Gobang app source code
Android Map Drag area detection effect source
achieve Android University schedule effect app source code
Android completely free novel search and read app
an Internet Information reading platform and an app for a good reading experience
Android Premium Blog
efficient display of images in Android bitmap memory model
Relative to the text, the picture is more direct, more impact, more easily to attract the attention of users. Designers also naturally like to use images to convey information. But for developers, a picture can mean a lot of memory overhead. In order for the app to perform better in performance, we have to deal with every aspect of displaying the image. Efficient display of images in Android-summarize the previous few about ... Read the original
Android Component Development a more efficient component autoenrollment scheme
Summary: At compile time, scan all classes that are going to be packaged into the APK, collect all the component classes, generate the registration code by modifying bytecode to the component management class, and thus realize the function of the compile-time autoenrollment, and no longer care about which component classes are in the project. Features: no annotations, no addition of new classes, high performance, no need for reflection, run-time Call component construction method, can scan to all classes, no omissions; support grading on-demand plus ... Read the original
an easy-to-understand way to introduce Android dynamic loading technology
Basic information we started with the dynamic loading technology in our Android project early on, and the main goal was to enable users to upgrade their apps without reinstalling the APK (especially the SDK Project), which would greatly increase the coverage of the new version of the app. It also reduces the pressure on the server to be compatible with older versions of the interface, and if you can quickly fix some online bugs. This technology is not the normal way of Android development, early and ... Read the original
Android Modular Complete Solution implementation
Android Modular Complete Solution 1 modular Implementation (Module+router) This modular solution comes from the company's business needs, because the company's business is too much, the code is more and more bloated, more and more difficult to maintain, in order to improve development efficiency, reduce code maintenance costs, Therefore, a modular development program was adopted. Since it is modular development, it is necessary to take into account the development of each module, debugging, iterative expansion and maintenance, M ... Read the original
Android Masturbating A can select the Avatar
Animation effect/Shaded
Adjust the font size based on the number of words
Show pictures
This can be used in lists of contacts, such as contacts and text messages.
First say custom properties, create a new Atts.xml file under Res/value ... Read the original
More Source code
More Posts
Android Gobang Games, information reading, university timetable, map drag-and-drop detection, novel search and read app and other source code