I haven't written a blog for a long time. I am too busy, but I cannot summarize it again. Come on, there are a lot of things to summarize, And the blog record the UI.
Today I will share with you the usage of the combined controls. In many cases, Android custom controls cannot meet requirements. How can this problem be solved? Many methods can be drawn by yourself. Some links can be rewritten by inheriting t
In the process of developing Android, we put time-consuming tasks into sub-threading and refreshing during the process of processing time-consuming tasks and UI interactions. Here are two questions I believe most developers will encounter:1. The data often needs to be read and updated, and it is time consuming to refresh the UI in steps.2. After switching the
Summary and analysis of android app upgrade UI
This month's busy work is coming to an end, mainly because the company's apps are restructuring projects and UI upgrades. So I will make a summary.
1. Insufficient compilation memory
Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE[2016-03-02 17:00:11 - EGStarSplash] Please check logcat output for more detai
word layer, so do not wait until the development of the test, We are only beginning to design our automated test cases.For the old demand change, also, the first can look at the previous use cases of the key words are reusable, if you can directly reuse, then continue to use, if there are new steps added, then only need to add the corresponding keywords, and the new requirements of the same approach, the same in the development of the use of test cases before the completion of the writing.In fa
1, activity of the RunonuithreadTextView = (TextView) Findviewbyid (r.id.tv); New Thread (New Runnable () { @Override public void Run () { runonuithread (new Runnable () { @Override Public void Run () { Textview.settext ("Updated UI");}}) . Start ();The android Activity Runonuithread () method use
In Android, the UI thread is not allowed to be blocked, so we have to put the time-consuming work into the sub-thread to handle.So how do you tell the UI thread when a child thread takes time to process?We can create a handler object in the main thread of the UI, and then, by overriding its Handlemessage (Message msg)
In the design idea of Android, in order to ensure the user smooth operation experience. Some time-consuming tasks cannot be run in the UI thread, such as accessing the network. So we have to re-open a background thread to run these tasks. However, these tasks often end up needing to access and control the UI controls directly or indirectly. For example, access to
In Android, the UI thread does not agree to be blocked. So we're going to put the time-consuming work into a sub-thread to deal with.How do you notify the UI thread when the child threads are time-consuming to process?We can create a handler object in the main thread of the UI, and then, by overriding its Handlemessage
Beijing Shang Academy offersMany designers and engineers are confused by the numerous screens of Android devices, I do not only do UI design, but also do a little Android interface layout, just about this piece of content is familiar with, also in the company has done related lectures, in this, I will this part of the knowledge to re-comb out to share to everyone
ListView of common Android UI components (2) -- custom ListView
This article introduces how to select multiple items and filter items in ListView ~
1. Add the following code to the strings. xml file in the res/values Folder:
BasicView5
Settings
Hello world!
Dwight D. Eisenhower
John F. Kennedy
Hello, everyone. Today is New Year's Day. Wish you a happy holiday! Today we will share with you the UI framework of apad Qzone. The interaction diagram is as follows:
Figure 1: interaction.
It can be seen that the UI framework of the entire application is relatively simple and can be divided into two parts: the left navigation bar and the right content area. When we click on the left navigation bar, the c
Android 4.0 (ICS) Merge handset and tablet UI together, make customer flexible to use which UI they want. on Marketing nowdays, phone use Phone mode directly and other product like tablet/Mid/PND use tablet mode.
ICS support multi-panel in tablet mode to fully use advantage of large screen size which is the major difference with former
Many designers and engineers are confused by the numerous screens of Android devices, I do not only do UI design, but also do a little Android interface layout, just about this piece of content is familiar with, also in the company has done related lectures, in this, I will this part of the knowledge to re-comb out to share to everyone!1. Understand several conce
Analysis of unit test and ui test in Android studio1. configure a project that supports Unit Testing
Before writing a test, let's make a simple check to ensure that the project configuration is correct.
First, confirmBuild VariantsIn the windowTest ArtifactUnit Tests is selected ".
ThensrcFolder creationtestAndtest/javaFolder. Note that you cannotAndroidView, or create in the System File Manager, or click
Android: The subthread sends a message to the main UI thread, androidui
In Android, the UI thread cannot be blocked. Therefore, we need to put time-consuming work in the Child thread for processing.How can I notify the UI thread after the sub-thread takes time to process?
W
On the Android platform, there are many ways to capture user trigger events on the interface. The View class provides these methods. When you use various view views to layout the interface, you will find several common callback methods to capture useful UI trigger events. When an event is triggered on a view object, these methods are called by the system framework through this object. For example, when a vi
Ym -- Android cool and practical open source framework (UI framework) (final), ymandroid
Reprinted please indicate this article from Cym blog (http://blog.csdn.net/cym492224103). Thank you for your support!
Preface
I haven't written a blog post for a long time. I have been busy with my work recently. I am working on my own project a little bit of time, and I am working on the
Design resources for Android UI development, androidui
The recommended uidesign resources come again. They are just dry and don't need to be filled with water ~
Various background resource libraries
Http://subtlepatterns.com/
ICON Resource
Https://www.iconfinder.com/
HOLO Color Generator
Http://android-holo-colors.com/
PS: the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.