Skip to content
Styling Android

Styling Android

A technical guide to improving the UI and UX of Android apps

  • About
  • License Information
  • Privacy Policy

Category: Layouts

Layout Weights – Part 2

July 8, 2011August 28, 2012Mark Allison12 Comments

In the previous article we looked at using layout_weight to give us some nice control over how we layout children within a parent layout. In this article we’ll cover some more aspects of layout_weights.

Continue Reading

Layout Weights – Part 1

July 1, 2011July 27, 2011Mark Allison13 Comments

There is an often overlooked feature of layouts which is extremely powerful and allows us to get some pretty fine-grained control of the humble LinearLayout: Layout weights. We have briefly touched on layout weights in the Intelligent Layouts article, but we’ll cover them in a little more depth here.

Continue Reading

Intelligent Layouts

April 15, 2011December 21, 2014Mark Allison8 Comments

I recently read an article bemoaning the fact that Android apps look inferior to their iPhone counterparts even when both apps are produced by the same company. You can read the original article here. While I don’t necessarily agree with some of the points raised, the purpose of this blog is to help improve the…

Continue Reading

Posts navigation

Previous Page 1 … Page 5 Page 6

Categories

Archives

Social Media

Twitter+

Recent Posts

  • Kotlin: Serialization
  • Qualifications
  • AnimatedIcons: Max / Min
  • Kotlin: Serializable Objects
  • AnimatedIcons: Loading V3
  • BottomNavigationView: Animating Icons
  • AnimatedIcons: Plus / X
  • Image Convolution: Implementation
  • Image Convolution: Theory
  • AnimatedIcons: Strikethru

Useful Links

  • Android Open Source Project
  • Android Weekly
  • Official Android Developer Site

Blogroll

  • Android UI Design Patterns
  • Cyril Mottier's Android blog
  • Grokking Android
  • Martin van Zuilekom's blog
  • Official Android Developers Blog
  • Reto Meier's Blog
  • Richard Hyndman's blog

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2019 Styling Android