The UI Designer should not know the android screen knowledge, uiandroid
Provided by Beijing shangxuetang
Many designers and engineers were confused by the various screens of Android devices. I did both the UI design and the android interface layout. I was just familiar with
Android asynchronous processing 2: AsynTask introduction and use AsyncTask to asynchronously update the UI interface, asyntaskasynctask
In the previous article (http://blog.csdn.net/xlgen157387/article/details/45269389) introduced the use of Thread + Handler to implement non-UI Thread UI update method steps, below do
Editor's note: This article is the second part of the slide translation document for the official Android developer blog. It specifically introduces some tips for Android UI design, after introducing the first part of this slide, "detailed explanation of Multi-image" Android UI
[Android] collection of excellent UI resource websites and androidui
1. http://ionicons.com/
The icons of this website can meet the needs of most people. It contains commonly used android-style icons ios7-style icons and some social sharing icons, totaling about 500. Github address: https://github.com/driftyco/ionicons/tree/master/png/512.
2. http://www.easyi
For an app's UI, the improvement goal in fluency is to reduce the delay in screen drawing, creating a smooth and stable frame rate to avoid stalling.Ideally, the overall measurement, layout and drawing time is best within 16ms, in order to ensure the smoothness of the screen running. And how to evaluate and analyze screen rendering and UI performance, there are tools in the
For an app's UI, the improvement goal in fluency is to reduce the delay in screen drawing, creating a smooth and stable frame rate to avoid stalling.Ideally, the overall measurement, layout and drawing time is best within 16ms, in order to ensure the smoothness of the screen running. And how to evaluate and analyze screen rendering and UI performance, there are tools in the
unified queue and eventually by handlerHandler: Handler, responsible for sending and processing the message. When using handler, you need to implement the Handlemessage (Message msg) method to process a specific message, such as updating the UI, etc.MessageQueue: Message Queuing, which holds messages sent by handler and executes according to FIFO rules. Of course, storing a message is not a meaningful preservation, but rather a concatenation of the m
Android common UI ComponentsTextView is the most commonly used UI component in Android. When you need to display some information, TextView cannot be entered. It can only be set initially or modified in a program.Instance: TextViewDemoRunning effect:Code List:Layout file: main. xml
Java source code file: MainActivity.
Learning from imitation-imitating UI navigation posts
Currently, apps in the Android Market are rich and colorful, and UI design also has its own characteristics (although most of them are still being imitated). When we see the good UI effects of others, we are always thinking about how they do it, learning star
Android UI component (2)-Windows-like dialog box
Android UI component (2)-Windows-like dialog box
Before starting this chapter, I would like to wish you a happy Mid-Autumn Festival. I believe that many of my friends at work will be given three days off!
If you have time, go home and accompany your parents! The tree is
Android for more than 10 years, the adaptation of the Android UI has been the most important issue in the development process, but I've seen a lot of small partners who don't know about the Android adaptation formula. In the near future, we are going to design a set of UI si
Android's official developer blog posted a slide to introduce some tips on Android UI design. Roger came out here in the form of a picture, if you are interested, continue to the next step. The entire PPT is divided into five parts. Part I translates the first two parts.
As a developer, why do we need to care about the UI? A bunch of previous connections
MessageQueue, and then looper out, sent to handler call display, sub-threading because there is no looper, So we need to add looper.prepare and Looper.loop to create a looper, but in essence, this is still called on the child thread, so it will be an error!So why does Android require the view to be changed only in the main thread of the UI? This is about Android's single-threaded model, because the resulti
Android, for time-consuming operations to be placed in sub-threads, otherwise it will rest their lives anr, this time we will learn how the Android multi-threaded update UI.First, let's Meet the ANR: ANR: Application not reponse: application unresponsive main thread: UI thread the cause of the ANR : The main thread needs to do a lot of important things, respon
Effect of Android UI view-imitation QQ friends list group floating PinnedHeaderExpandableListView
I tested it on a tablet. The picture is a little big. You can check the effect.
Next, paste the source code:
PinnedHeaderExpandableListView. java
Note that in the onGroupClick method, the function of the Code parent. setSelectedGroup (groupPosition) is to click the group top,
I don't need this effect on th
AndroidSDK cannot be found during Unity compilation | Unable to list target platforms (reprinted), unityengine. ui cannot be foundOriginal article: http://www.jianshu.com/p/fe4c334ee9fesymptom
When compiling Android applications with Unity, you may encounter the problem of Unable to list target platforms.
Error Message
Detailed error description:
Error:Invalid command androidUnityEditor.BuildPlayerWindow:Bu
Asynctask solves the android UI congestion problem. We usually develop android
Program In case of processing time-consuming tasks, such as database operations accessed by I/O, network access, and other issues, the UI is suspended. This problem can be solved through asynctask, today, we will execute downloader in
Android UI design and development tutorial Slide menu bar (iii) Slidingmenu animation effect of the real
Android UI design and development tutorial Slide menu bar (ii) Slidingmenu of Open Source project
Android UI design and dev
This article describes the most popular open source code in Android developers, which can be applied directly to the project.FilebrowserviewA powerful file selection control. The interface is pretty and easy to use. Features: Can customize the UI, support copy, cut, delete, move files, can be used in fragment, Ativity, dialogfragment, support quickly switch directories.Project Address: Https://github.com/ps
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.