Skip to content
Styling Android

Styling Android

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

  • About
  • License Information
  • Privacy Policy

Simple Things – Part 3

January 20, 2017January 20, 2017Mark AllisonNo comment

In December 2016 Google released the first developer preview of Android Things and Android-based operating system designed for IoT devices, formerly known as Brillo. In this series we’ll take a look at some of the basics of Android Things and create a simple weather station.

Continue Reading

Simple Things – Part 2

January 13, 2017January 13, 2017Mark AllisonNo comment

In December 2016 Google released the first developer preview of Android Things and Android-based operating system designed for IoT devices, formerly known as Brillo. In this series we’ll take a look at some of the basics of Android Things and create a simple weather station.

Continue Reading

Simple Things – Part 1

January 6, 2017January 6, 2017Mark AllisonNo comment

In December 2016 Google released the first developer preview of Android Things and Android-based operating system designed for IoT devices, formerly known as Brillo. In this series we’ll take a look at some of the basics of Android Things and create a simple weather station.

Continue Reading

Christmas Voice – Part 2

December 30, 2016December 22, 2016Mark AllisonNo comment

On 23rd December 2016 I released Christmas Voice to Google Play. It is a voice changer app which allows you sound like either Santa Clause or, if you prefer, an Elf. The app is completely free, with no adverts; and it’s also open-source (this link is at the end of the article). The app is…

Continue Reading

Christmas Voice – Part 1

December 23, 2016December 22, 2016Mark Allison2 Comments

Once again it’s Christmas at Styling Android towers. I’m based in the UK and here many companies shut down over the festive period, so I like to do something a little more light-hearted. If you’re celebrating a different religious festival at this time of year then I wish you a happy one; or if you’re…

Continue Reading

FileProvider

December 16, 2016December 17, 2016Mark AllisonNo comment

In the previous series of articles we looked at DownloadManager and saw that DownloadManager actually handles the sharing of downloaded content with other apps. But what if we actually need to do this and we’re not using DownloadManager? A common case for such things would be if we either want to share content with other…

Continue Reading

DownloadManager – Part 3

December 9, 2016November 19, 2016Mark Allison1 Comment

A fairly common operation in Android apps is the need to download content to the device. While it is easy enough to construct a network call to download the required content, there is also a built in way which can be particularly useful if the content being downloaded should also be shared with other apps,…

Continue Reading

DownloadManager – Part 2

December 2, 2016November 13, 2016Mark AllisonNo comment

A fairly common operation in Android apps is the need to download content to the device. While it is easy enough to construct a network call to download the required content, there is also a built in way which can be particularly useful if the content being downloaded should also be shared with other apps,…

Continue Reading

DownloadManager – Part 1

November 25, 2016November 13, 2016Mark AllisonNo comment

A fairly common operation in Android apps is the need to download content to the device. While it is easy enough to construct a network call to download the required content, there is also a built in way which can be particularly useful if the content being downloaded should also be shared with other apps,…

Continue Reading

VectorDrawable PNG

November 18, 2016November 6, 2016Mark Allison4 Comments

Or The Curious Case of the Disappearing Vectors Regular readers of Styling Android may remember a post a couple of months ago which dealt with some strange renderings of VectorDrawables because of fill winding issues. Recently I encountered another issue with some puzzling rendering of a VectorDrawable, and in this post we’ll take a look…

Continue Reading

Posts navigation

Page 1 Page 2 … Page 31 Next

Categories

Archives

Social Media

Twitter+

Recent Posts

  • Simple Things – Part 3
  • Simple Things – Part 2
  • Simple Things – Part 1
  • Christmas Voice – Part 2
  • Christmas Voice – Part 1
  • FileProvider
  • DownloadManager – Part 3
  • DownloadManager – Part 2
  • DownloadManager – Part 1
  • VectorDrawable PNG

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 RSS
  • Comments RSS
  • WordPress.org
© 2017 Styling Android