Androidiots podcast-logo

Androidiots podcast

Podcasts

An android developer podcast to stay updated with whats new in android, best practices and how to become a better android developer

Location:

India

Genres:

Podcasts

Description:

An android developer podcast to stay updated with whats new in android, best practices and how to become a better android developer

Twitter:

@androidiots

Language:

English

Contact:

9886180577


Episodes
Ask host to enable sharing for playback control

Androidiots Podcast E21 : Road to GDE (Android) with Vinay Gaba - Part 1

8/15/2021
We all aspire to be more , be better but very often we avoid the long journey to the top, today we have an exception. Vinay Gaba, shares his journey from the outskirts of mumbai to the premier product based companies ( spotify, snapchat ) and currently being a team lead at Air Bnb to being an Android GDE. In part 1 of the discussion , vinay shares his journey from the start through the lens of android, how android evolved and how he did the same with it From being the organizer and lone...

Duration:01:02:37

Ask host to enable sharing for playback control

Andro Idiots Podcast E 20: Decomposing JetPack Compose With Rivu Chakraborty

3/14/2021
The mobile app development world is changing , it's embracing declarative programming from the Web Develoment world with open arms. Jetpack Compose is the new way of writing UI in Android In this episode, we deep dive into the same to understand what it is what happens behind the hood , what are the best practices to keep in mind when migrating to the same. About the author: Rivu is an Kotlin GDE , an SDE 4 android at Paytm Insider a regular speaker, and a published author you can get his...

Duration:00:40:50

Ask host to enable sharing for playback control

Andro Idiots Podcast E 19: Unwrapping Aarogya Setu With Niharika Arora

9/14/2020
World is struggling, its struggling a lot currently with the global pandemic disrupting the lives and health of people, and with the onset of disease innovative tech solutions were needed with prevention being the only cure till date for covid-19 social distancing was the best defence system we have for people who are not yet exposed to covid but for people who unfortunately were exposed to covid, contact tracing was the need of the hour along with lockdowns. India as country went into...

Duration:00:40:56

Ask host to enable sharing for playback control

AndroIdiots Episode 18: Custom Lints with Hitanshu Dhawan

7/12/2020
Code quality has always been a central theme in life of a software developer, Linting is one of the easiest way to maintain some sanity over the code base. Out of the box linters that Android Studio provide gives us the power to analyse the source code to flag programming errors , bugs, stylistic errors. In this episode we host Hitanshu Dhawan from UrbanCompany who deep dives into the same

Duration:00:12:59

Ask host to enable sharing for playback control

AndroIdiots Podcast 17: Android Studio Plugins With Tushar Aeron

5/26/2020
Android Studio came out in 2013, and quickly became the goto IDE for Android Development, We also said hello to new set of features like file templates, 3rd party integrations and best of all plugins. We all have used them, often abused then, but we never understood them In this new episode of Androidiots podcast we have Tushar Aeron from UrbanCompany who has spent some time working with Android Studio Plugins to walk us through the basic anatomy of it. Have a listen. We also have a new co...

Duration:00:16:59

Ask host to enable sharing for playback control

AndroIdiots Podcast 16: Android Process LifeCycle

9/8/2019
Android Platform has come way since its launch from Cupcake to Pie we had lots of deserts, product features like notification centre, material design, dark theme, capabilities like Google Assistant,Video Casting, Wireless charging etc. But like any good software system the core always remains intact, so today we try to answer how the System designers went about designing android system, what are the design considerations that they have to keep in mind? How the system treats/interacts with...

Duration:00:24:56

Ask host to enable sharing for playback control

Using Kotlin as a BackEnd language with Matt

6/25/2019
We are all software developers and we love to code, don't we? And ofcourse, Kotlin is our favourite language. Don't you wish you could write every system in Kotlin. Well its no news, that the Kotlin makers are actually making it true. We have discussed it before in our previous episode about Kotlin/Multiplatform and in this episode we discuss how to get started with Kotlin as a BackEnd language with Matt Thornfield. Matt is the author of the book Building Spring Boot Applications with the...

Duration:00:24:19

Ask host to enable sharing for playback control

Androidiots Podcast 14 : Better RecyclerView with Zomato.

5/24/2019
Zomato is an Indian restaurant search and discovery service founded in 2008 by Deepinder Goyal and Pankaj Chaddah. It currently operates in 24 countries with more then 50 million downloads of its Android app. With such scale requires the app to be dynamic enough to support various types of restaurants, various types of cuisines in various location, hence entire app needs to be developed at scale and able to be served in all the possible forms. And we all know in android we can achieve that...

Duration:00:20:31

Ask host to enable sharing for playback control

AndroIdiots Podcast 13 : Kotlin Native and Multi Platform

4/21/2019
With arrival of flutter the cross platform mobile app development space has heated up this time its Jetbrains with Kotlin multi platform and Kotlin Native who wants to make a dent in the hot iron , today we have Vivek Singh from Urban clap shedding light on the same.

Duration:00:17:03

Ask host to enable sharing for playback control

Androidiots Podcast 12 : Custom Views

2/24/2019
Almost every android developer daily works on making views. It's a most common job but making good efficient views is not as simple as it appears. Today we have Himanshu Saluja from Urbanclap dissecting the View lifecycle to help us all understand the samel Have a read here : https://medium.com/androidiots/make-fast-android-views-8d5cb2e0fe18

Duration:00:13:17

Ask host to enable sharing for playback control

AndroIdiots Podcast 11 : Functional & Reactive Programming

12/24/2018
Functional & Reactive Programming isn't for the faint heart. There, I said it. This is the first question that pops into mind as soon as we see the words "Reactive Programming". But then what is the point of learning it. This is what we are going to explore in our new episode with Ashish Krishnan & Gurpreet Singh from Kite & Amanjeet Singh from 1mg.

Duration:00:40:27

Ask host to enable sharing for playback control

AndroIdiots Podcast 10 : Android@Linkedin

12/10/2018
Today we have Aayush Dawra who works as an Android and iOS dev @ Linkedin in SF, he shares few tidbits of his journey and life of an android developer at LinkedIn he also deep dives into the various process that they follow to make sure that their 500 million app users are happy.

Duration:00:25:30

Ask host to enable sharing for playback control

AndroIdiots Podcast 9 : Dissecting Motion Layout

10/21/2018
Creating animations has always been fun yet tricky, with so many animations api available it can take some time to master the art of creating good, smooth animations , not anymore , android has come up with Motion Layout which tries to solve all the worries, in this episode we dissect the Api with Himanshu Saluja from Urbanclap and discover what the api has to offer for the devs.

Duration:00:10:06

Ask host to enable sharing for playback control

AndroIdiots Podcast 8: Memory Leaks

9/24/2018
Today we are discussing something very trivial but much ignored and something which differentiates and amateur developer from a good one i.e Memory Leaks. We have Jupneet Singh with us who will shed light on the same.

Duration:00:16:44

Ask host to enable sharing for playback control

Androidiots Episode 7 : Unmasking Kotlin coroutines

9/3/2018
Are you an android dev and do you wish that whoever reads your multithreading code doesn't have your address and a knife. Well kotlin coroutine is here to help you with the nightmares, in this episode we have Shashank from UrbanClap , he talks about how can we use kotlin coroutines in our day to day development and make our multithreaded code easier to understand. Show notes :https://medium.com/androidiots/androidiots-podscast-7-unmasking-kotlin-coroutines-ce2711269d3b

Duration:00:14:45

Ask host to enable sharing for playback control

The Black Magic behind Android Runtime - Part 2

8/20/2018
If you have ever dealt with exceptions like TransformException, ClassNotFoundException or NoClassDefFoundError while working with a Multidex Application then you are not alone , in this episode we talk in depth about what is multidexing, the problems it solves and the one's it doesn't and how Booble Egg Team is trying to overcome limitations of google's multiplex library through their own open source lib Dexter. You can read the show notes here :...

Duration:00:28:57

Ask host to enable sharing for playback control

The Black Magic behind Android Runtime -Part 1

8/13/2018
How many times have you heard the terms ART, Dalvik, DVM, DEX, AAPT, Zygote Processes etc. and chose to ignore or read later. Well no more. In this episode of AndroIdiots Podcast we talk with Romi Chandra & Amanjeet Singh from Bobble Keyboard Engineering team about everything that goes under the hood of Android Runtime.

Duration:00:27:58

Ask host to enable sharing for playback control

Androidiots Podcast 4 : S.O.L.I.D Apps

7/23/2018
Do you want to write better code for your apps? if yes, just follow these SOLID programming principles Arpit Gupta from Urbanclap is talking about and have better understandable, maintainable and flexible app codes bae.

Duration:00:21:12

Ask host to enable sharing for playback control

AndroIdiots Podcast Episode 3 : Android app bundles

7/13/2018
Google introduced a new build upload formant called as android app bundles , in this episode we talk about what is this new format and how developers can leverage it to reduce app size and ship code at runtime.

Duration:00:12:50

Ask host to enable sharing for playback control

Androidiots Podcast 2 : Changes in Android P

6/30/2018
With Android P google is all set to release another version of Android, in this episode, Himanshu Saluja from Urbanclap will shed some light how the changes in the new android p affects the life of an android developer.

Duration:00:10:56