082: Airbnb’s Gabriel tells us how to animate with Lottie

It’s pretty awesome, when you use a third party library, love using it and finally get to talk to the person who actually helped build it. In this episode, we talk to Gabriel Peal. Besides having quite the illustrious career in Android development, Gabriel now works at Airbnb and helped build Lottie – an animation library.

What is Lottie, how do you use Lottie? why is so Lottie so cool? how does it actually work under the hood? Listen to this episode and find out.

Download directly

Show Notes

Sponsors

Contact

081: Talking Android Things with Rebecca Franks

It is the world of the Internet of Things (IoT) and Google’s answer to that is the Android Things. In this episode, we talk to the amazing Rebecca Franks. She explains how Android things works and talks of some of the adventures and examples she’s embarked on with Android Things. If you’ve had that hobby Raspberry Pi or Arduino board lying around and not sure how to put it to use, this episode’s for you.

Download directly

Show Notes

Sponsors

Contact

080: 10 Books Android developers should read

In this episode Donn and Kaushik recommend 10 books on Software programming that they think every Android developer would greatly benefit from reading. These are books that helped them become better programmers and have had the most impact in their daily lives as Android developers.

Direct download

Show Notes

  1. Effective Java – Joshua Bloch
  2. Working effectively with legacy code – Michael Feathers
  3. Head first Design Patterns
  4. Don’t make me think – Steve Krug, 3rd edition
  5. Java Concurrency in Practice
  6. XUnit testing patterns
  7. Patterns of Enterprise Application Architecture – Martin Fowler
  8. Javascript the good parts – Douglas Crockford
  9. Clean Code – Robert.C.Martin
  10. Coders at Work – Peter Seibel

Honorable mentions

Contact

079: How do i get started with VR apps? Etienne Caron explains

Have you ever thought about building VR (Virtual Reality) apps? Where do you start? How difficult is it? How similar is to Android development? Do you still code in Java? In this episode, Etienne Caron AndroidDev extraordinaire and expert VR hobbyist gets us up to speed on what you need to know, to start creating VR apps.

Download directly

Show Notes

Contact

077: Chatting ADB with Genymotion’s Eyal Lezmy

Today on Fragmented, we talk to Eyal Lezmy. Eyal works as an Android developer for Genymotion. While working for Genymotion he had to deal with the Android Debug Bridge a whole bunch, so in this episode we dive into the details of ADB, some super slick commands and in general just get a better understanding of this tool we use every single day.

Download directly

Show Notes

Helpful commands

# input some text from your keyboard
adb shell input text "keyboard text"
# download database file
# see http://stackoverflow.com/questions/18471780/android-adb-retrieve-database-using-run-as
adb exec-out run-as package.name cat databases/file > file
# run-as mentioned in episode
adb shell "run-as package.name chmod 666 /data/data/package.name/databases/file"

Sponsors

Contact