Open in app
Home
Notifications
Lists
Stories

Write
ABHINAV CHAUHAN
ABHINAV CHAUHAN

Home

About

Published in Dev Genius

·Jul 15

A Cooler way of Validating User Input in Android

Well validating user input is common in almost all apps and the way of validating that input is almost similar in almost all apps too many if and else, right? And in situation when you have to enable or disable a button based on inputs in some EditText is valid…

Android

3 min read

A Cooler way of Validating User Input in Android
A Cooler way of Validating User Input in Android

Jul 9

Grab Android Utilities that can help you everyday [part II]

I have introduced some common utilities in [part I] here are are some more that you can use everyday. I have made them extension function on fragment , you can convert for activity if you want. Easy Way to show a loader Most of time I see developers adding a LottieAnimationView in all screen a setting…

Android

2 min read

Grab Android Utilities that can help you everyday [part II]
Grab Android Utilities that can help you everyday [part II]

Published in ProAndroidDev

·Jul 6

Extraordinary Animations using Trigonometry and Coroutines (Radar Animation)

In the previous article we flew some jets to fight our enemies , in this article we will focus how to defend our country from enemies so we will create a radar to detect enemy jets. note: you may need knowledge of canvas drawings in android as prerequisites for this…

Android

4 min read

Extraordinary Animations using Trigonometry and Coroutines (Radar Animation)
Extraordinary Animations using Trigonometry and Coroutines (Radar Animation)

Published in Dev Genius

·Jul 4

Grab Android Utilities that can help you everyday [part I]

Below are some utility functions that are very common I created them as extension functions to make them more shorter and natural. I believe they can save you a lot of time and make your code short and more readable so just put them In a file and use in…

Android

2 min read

Grab Android Utilities that can help you everyday [part I]
Grab Android Utilities that can help you everyday [part I]

Jun 30

Extraordinary Animations with Paths in android

In this Article we are going to fly a plane or the screen Path() Path is an android class it is very useful or many time only choice in android for creating arbitrary shapes and drawings arbitrary figures , Path is also used in animations. But often times working with paths…

Android

5 min read

Extraordinary Animations with Paths in android
Extraordinary Animations with Paths in android

Published in Dev Genius

·Jun 25

Less Known but very Useful kotlin functions [Part II]

Although this article is independent but I will encourage to read the [Part I] if you haven’t already because their I am also taking about essence of these functions. joinToString() joinToString() is used to convert a collection to a string this method takes prefix ,postfix, separator etc as optional arguments, read…

Kotlin Android Extensions

3 min read

Less Known but very Useful kotlin functions [Part II]
Less Known but very Useful kotlin functions [Part II]

Published in Dev Genius

·Jun 20

Less Known but very Useful kotlin functions [Part I]

Below are some functions that can make your life a-lot easier as a programmer because almost all programmers find use cases for these functions very often but because they just don’t know about their existence they take the hard way , which usually is error prone , lengthy , time…

Android

3 min read

Less Known but very Useful kotlin functions [Part I]
Less Known but very Useful kotlin functions [Part I]

Published in Dev Genius

·Jun 18

Animated Bottom Navigation In Jetpack Compose

In this create we will create a custom bottom navigation which will look like as it is shown below, there a many complex animations going on which does not exist in the predefined bottom navigation bar.

Jetpack Compose

4 min read

Animated Bottom Navigation In Jetpack Compose
Animated Bottom Navigation In Jetpack Compose

Published in Dev Genius

·Jun 13

Smart Recomposition Demystified Jetpack Compose

As you may know that a composable function is restartable means it can be executed many times and any time by the compose runtime. But recomposing entire screen for a small change is not good for performance because of that compose framework has mechanisms to skip recomposition of some composables…

Jetpack Compose

3 min read

Smart Recomposition Demystified Jetpack Compose
Smart Recomposition Demystified Jetpack Compose

Jun 5

Custom Shapes in Jetpack Compose (Deep Dive)

In Compose you can clip a Composable to any shape. The framework provides some predefined shapes like CircleShape, RoundCornerShape, CutCornerShape etc. But what if you want some other shape that does not exist in the framework for example a Pentagon ?. So what do you do when something does not…

Custom Shapes

5 min read

Custom Shapes in Jetpack Compose (Deep Dive)
Custom Shapes in Jetpack Compose (Deep Dive)
ABHINAV CHAUHAN

ABHINAV CHAUHAN

Android Enthusiast

Following
  • jisungbin

    jisungbin

  • Manuel Vivo

    Manuel Vivo

  • Jaewoong Eum

    Jaewoong Eum

  • Saurabh Pant

    Saurabh Pant

  • Nishant Aanjaney Jalan

    Nishant Aanjaney Jalan

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable