-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Polishing a UI Tips and Tools
Building beautiful Android apps starts with understanding how to approach building a delightful UI and each of the components that contributes:
Polishing up the user interface of your application starts with the following enhancements:
- Benchmarking to Adhere to Good Designs - Check out the following sites or these material design examples for looking at how popular apps look and feel.
- Pick a Vibrant Color Scheme - Pick a primary color and a secondary color for coloring your app using a sensible color scheme. Check out material palette or the coolors generator for other takes on picking colors.
- Use Proper Icons and Colorful Images - Use images, icons and backgrounds for your UIs leveraging resources like MaterialDesignIcons, IconFinder, iconmonstr, NounProject, flickr and Google Image Search to locate relevant assets. Adhere carefully to the iconography style guidelines for Android
- Review Typography - Check out the typography guide to understand the common font types for Android apps and default type colors and sizes. See the calligraphy library for easy custom fonts.
- Apply backgrounds and borders to views and layouts - Use shape and layer drawables cliffnotes to create colorful backgrounds and borders to your buttons, listviews, and other views. See the material card view for a look at modern styles for lists.
- Improve ActionBar and Navigation Appearance - Review our style guides for the ActionBar and Tabs guide. See generators linked in next section.
- Follow Android UI Standards - Use modern material design guidelines, common navigation styles and proper app guidelines and be sure to design for Android.
- Implement Intermediate UI Elements - Make sure to add progress bars when loading, along with placeholders for images and empty states in cases when there's no content.
Simple guide for improving the UI for any application including links to tools:
- Catchy Title - Pick a creative single word name for your application
- Launcher Icon - Select a pleasant launcher icon (create a launcher icon and update in manifest)
- Design Guidelines - Review these design cliffnotes for an overview of design guidelines and patterns.
- Material Design Primer - Quick overview of all things related to material design
- Core Principles - Core motivating principles of Android UI
- Pure Android - Simple guidelines for following Android standards
- App Structure - Guidelines for general app structure
- Benchmarking - Check out the following sites for looking at how popular apps look and feel
- Styling with Generators
- Style ActionBar - Customize the ActionBar with this generator, copy over the files, and apply the theme.
- Style Views - Customize the View control colors using the Holo Colors Generator
- Style Drawables - Customize drawables using the Drawable Style Generator
Additional reading:
- Review the screen styling FAQ.
- Review the material design primer.
- Review the complete drawables cliffnotes
- Review the styles and themes cliffnotes
- Review our styling the ActionBar guide
- Review our styling tabs guide
Created by CodePath with much help from the community. Contributed content licensed under cc-wiki with attribution required. You are free to remix and reuse, as long as you attribute and use a similar license.
Finding these guides helpful?
We need help from the broader community to improve these guides, add new topics and keep the topics up-to-date. See our contribution guidelines here and our topic issues list for great ways to help out.
Check these same guides through our standalone viewer for a better browsing experience and an improved search. Follow us on twitter @codepath for access to more useful Android development resources.