We recently shipped Data Saver Mode, a new feature on Instagram for Android that helps the app consume less mobile data. In this post, we’ll go over why we decided to work on this feature, our approach in developing it, the engineering implementation, and how people were impacted by it. The motivation behind building Data […]
We recently shipped Data Saver Mode, a new feature on Instagram for Android that helps the app consume less mobile data. In this post, we’ll go over why we decided to work on this feature, our approach in developing it, the engineering implementation, and how people were impacted by it. The motivation behind building Data […]
Adam, Jonathan, and Joe discuss the Escobar Fold 1 and the…unique marketing approach for this phone. Qualcomm’s Hawaii-based processor event dropped and with it the Snapdragons 865, 765, and 765G. Speaking of G, there will be 5G’s with every processor. And finally, we look at Alphabet and Google, now running with the same CEO as […]
Nov 30, 2019 Adam, Jonathan, and Joe get together on this short holiday week to chat about Android Auto. Adam has a new radio and Joe is an old Android Auto soul. Plus, Deadpool now owns an MVNO, Mint Mobile and what’s up with that? Also, we take a look at Lenovo’s latest smart screen, […]
The Android Authority Podcast – discussing topics in Android every week. The Android Authority Podcast brings you all the top stories and features based on your favorite mobile operating system: Android. We help make Android more accessible to all, and dive deeper into the details when we can, there’s something in here for everyone. […]
Joe Hindy takes a turn at the hosting mic while Adam and Jonathan join him to chat. We get some final thoughts on Google Stadia, and why Joe is so set against it. Plus our favorite carrier CEO is stepping down next year, and we talk about filling his sizable and hilarious shoes. Finally, AT&T […]
The Android Authority Podcast – discussing topics in Android every week. The Android Authority Podcast brings you all the top stories and features based on your favorite mobile operating system: Android. We help make Android more accessible to all, and dive deeper into the details when we can, there’s something in here for everyone. […]
Jetpack Compose is an intriguing library but is not without concerns. The Jetpack Compose library provides the ability to create declarative and reactive UIs written in Kotlin for Android. It’s another attempt to avoid XML layout files by allowing the creation of layouts in a DSL-esque manner. The library borrows heavily from cross-platform application frameworks […]
Nov 16, 2019 Adam, Jonathan, and Joe talk mostly Moto RAZR, Motorola’s folding phone and it’s pretty awesome. We also geek out over retro mode on the phone. Also, we take a look at Apple’s comments about Chromebooks in the classroom and Google’s checking account. What do those things have to do with each other? […]
Kotlin Multi-platform is a great feature that gives the ability to share code between the different parts of an application (mobile clients, web clients, and even the server). Using this feature often leads to the creation of a core module which contains the reusable code, such as, models and business logic. But most of the […]