Skip to content

Blundell

Android Developer Tutorials

  • Beginner
  • Intermediate
  • Advanced
  • Reference
  • X-Post

Tag: android

[TUT] Creating a ByteString in Android

In Uncategorized By blundell On 2019-01-202019-01-20

The protobuf library has a construct called ByteString. This is a immutable sequence of bytes, usually used to serialise a file or other piece of data. Recently when using the Google Cloud Speech to Text…

Read more of [TUT] Creating a ByteString in Android →

Tagged android, kotlin, protobuf

Threading best practices : 3 ways on Android Things

In Intermediate, Reference By blundell On 2017-04-20

Working with Android Things means connecting to peripheral sensors & actuators to communicate sending or receiving commands and data. As with all Android development, you should be evaluating the impact of this and consider offloading…

Read more of Threading best practices : 3 ways on Android Things →

Tagged android, android things, anroiddev, best practices, demo code, iot, threading

Battling the 65k method limit

In X-Post By blundell On 2017-01-28

### Battling the 65k method limit 2016 is the year of the method limit. Many hardened Android developer will already know this and will have been fighting the holy war for many years, but this…

Read more of Battling the 65k method limit →

Tagged 65k, android, method limit, multi-dex

You have permission to crash

In X-Post By blundell On 2017-01-28

### You have permission to crash With targetting Marshmallow, 6.0, API 23, the latest version of Android, strange things can happen if you don’t get your permission flow correct. The code seems legit and yet…

Read more of You have permission to crash →

Tagged android, debugging, permissions

Inspecting databases with Stetho

In X-Post By blundell On 2017-01-28

Have you ever been writing a database backed Android application and you quickly want to look at some of your SQL stored data? Maybe wondering why your query isn’t working or seeing if the database…

Read more of Inspecting databases with Stetho →

Tagged android, databases, debugging, sqlite, stetho

Q&A with Android Developer Paul Blundell

In X-Post By blundell On 2017-01-28

In this post, I interviewed developer Paul Blundell to gain some insight on his experience with Android and discuss how he manages his apps. Gregory: How did you get started with Android. Why did you…

Read more of Q&A with Android Developer Paul Blundell →

Tagged android

Developing like a pro — portrait only apps

In X-Post By blundell On 2017-01-282017-01-28

When writing an Android application there comes a time when the client / business utters those dreaded words. “Let’s support only portrait for phone and landscape for tablets” they might add … “_just for now_”.…

Read more of Developing like a pro — portrait only apps →

Tagged android, best practive, landscape, portrait

Posts pagination

←Previous page Page 1 Page 2 Page 3 … Page 9 Next page→
© Copyright Blundell. All rights reserved.