Open in app
Home
Notifications
Lists
Stories

Write
Abhishek Saxena
Abhishek Saxena

Home
About

Published in ProAndroidDev

·Dec 29, 2021

Conditionals, An Easier Design Decision But A Poor Choice

Switch case has made our lives so much easier since the day we started programming. It solves problems when we have multiple options for a single input and have to decide about which path to go. ….but often we use it and make our lives tough when it comes to…

Android

4 min read

Conditionals, An Easier Design Decision But A Poor Choice
Conditionals, An Easier Design Decision But A Poor Choice

Published in Level Up Coding

·Nov 29, 2021

Easily Manage Image Type With Sealed Classes

With the introduction of sealed classes in Kotlin, it opened up a way to easily handle restricted hierarchies. The most common use case of a sealed class is with the handling Result<T> of an API response. …..but there are way more applications of the sealed classes than you can imagine…

Android

2 min read

Easily Manage Image Type With Sealed Classes
Easily Manage Image Type With Sealed Classes
Abhishek Saxena

Abhishek Saxena

I'm a software engineer who likes to develop android apps. I also like to build backend services using Spring Boot.

Following
  • Alain Chautard

    Alain Chautard

  • Tomas Trajan

    Tomas Trajan

  • Gabor Varadi

    Gabor Varadi

  • Manuel Vivo

    Manuel Vivo

  • Joe Birch

    Joe Birch

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable