Open in app

Sign In

Write

Sign In

Anubhav
Anubhav

173 Followers

Home

About

Published in CodeX

·Pinned

Kotlin: Sealed Classes for better handling of API Response

While working in Java to represent a fixed set of constants, a classic choice was to use an enum. An enum type is a special data type that enables a variable to be a set of predefined constants. The variable must be equal to one of the values that have…

Android

4 min read

Kotlin: Sealed Classes for better handling of API Response
Kotlin: Sealed Classes for better handling of API Response
Android

4 min read


Published in Geek Culture

·Pinned

Android: ListAdapter, a Better Implementation for the RecyclerView

I am assuming you are aware of the RecyclerView and it’s implementation! Almost every app that we use has some sort of a list, be it a vertical list or a horizontal list. RecyclerView was introduced as a successor to ListView and GridView, and it has been here ever since…

Android

3 min read

Android: ListAdapter, a Better Implementation for the RecyclerView
Android: ListAdapter, a Better Implementation for the RecyclerView
Android

3 min read


Jul 5, 2021

Android : Handle Network Requests with Kotlin Coroutines and Retrofit

While working on production level android applications, we come across scenarios where we need to make multiple network requests which can be either be chained requests or paralleled requests and we might want to combine their results as well. …

Android

5 min read

Android : Handle Network Requests with Kotlin Coroutines and Retrofit
Android : Handle Network Requests with Kotlin Coroutines and Retrofit
Android

5 min read


Published in CodeX

·Jul 5, 2021

Android: Binding content to the views while loading Images the correct way

Working with images in Android is one of the most common parts of Android Applications Development. The image may be from the web or from the device's local storage. Loading images into views needs to be effective so that fewer resources are being used, and the views are rendered gracefully…

Android

3 min read

Android: Binding content to the views while loading Images the correct way
Android: Binding content to the views while loading Images the correct way
Android

3 min read


Published in Level Up Coding

·Jun 29, 2021

Android: Basic app using MVVM, Hilt, Coroutines, Flow, Retrofit, and Coil.

Android Architecture Components provide guidance on app architecture, with libraries for common tasks like lifecycle management and data persistence. Architecture Components help you structure your app in a way that is robust, testable, and maintainable with less boilerplate code, and via this article, we will be doing the same. …

Android App Development

7 min read

Android: Basic app using MVVM, Hilt, Coroutines, Flow, Retrofit, and Coil.
Android: Basic app using MVVM, Hilt, Coroutines, Flow, Retrofit, and Coil.
Android App Development

7 min read


Published in Geek Culture

·Jun 15, 2021

Android : Splash Screen using styles / themes.xml

We talked about creating a Splash Screen the old school way in one of my previous articles. In this article, I will talk about a way to implement splash screen by just using styles/themes.xml. This will eliminate the need to create another activity just to show the splash screen. So…

Android

2 min read

Android : Splash Screen using styles / themes.xml
Android : Splash Screen using styles / themes.xml
Android

2 min read


Published in Geek Culture

·Jun 5, 2021

Git Cheat Sheet

This will be a quick guide to Git’s most common commands which you will be using on day to day basis. Add Git and Push a Project to Github cd project/ git init # initialises a repository git add …

Github

2 min read

Git Cheat Sheet
Git Cheat Sheet
Github

2 min read


Published in CodeX

·May 28, 2021

Android: Room, Saving Local Data the Modern Way

Almost every application we use stores data for one purpose or another, be it to store images, files, user preferences, etc. One of the most common use cases is to cache relevant pieces of data so that when the device cannot access the network, the user can still browse that…

Android

5 min read

Android: Room, Saving Local Data the Modern Way
Android: Room, Saving Local Data the Modern Way
Android

5 min read


Published in Geek Culture

·May 27, 2021

Android: View Binding v/s Data Binding

In the previous article I had talked about the benefits of using View Binding over findViewById(). I highly recommend you give it a read before going through this article. In this article I will be talking about Data Binding and the main differences between View Binding and Data Binding and…

Android App Development

5 min read

Android: View Binding v/s Data Binding
Android: View Binding v/s Data Binding
Android App Development

5 min read


Published in Geek Culture

·May 21, 2021

Kotlin: Run a Program Using Compiler

In this article, I will walk you through the steps to run a Kotlin program using the Kotlin compiler. I will start by answering some basic questions in brief. What is a compiler? A compiler is a program that converts human-readable code (Source Code) into machine-understandable code (Byte Code). What…

Android

2 min read

Kotlin: Run a Program Using Compiler
Kotlin: Run a Program Using Compiler
Android

2 min read

Anubhav

Anubhav

173 Followers

Engineer | Photographer

Following
  • Darius Foroux

    Darius Foroux

  • Jose Alcérreca

    Jose Alcérreca

  • Joe Birch

    Joe Birch

  • Manuel Vivo

    Manuel Vivo

  • Nicholas Leong

    Nicholas Leong

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech