Abhishek Kumar's Blog

Abhishek Kumar's Blog

Follow
homeAndroidFlutterFlutter & FirebaseKotlinAboutnewsletter
Tag

app development

#app-development

More content

Read more stories on Hashnode


Articles with this tag

Leak-Proofing Your Android App | Fix Memory Leak Android - View Binding / Data Binding

Jun 17, 20222 min read 332 views

The problem When working with JVM (Java Virtual Machine), the Garbage Collector will take care of allocating and deallocating memory for us - Most of...

Leak-Proofing Your Android App | Fix Memory Leak Android  -  View Binding / Data Binding

Android Jetpack Navigation Component | Jetpack 101

Nov 1, 20193 min read 89 views

In this article, we’ll see what exactly is Navigation component and how to implement it. Android Jetpack is a suite of libraries, tools, and guidance...

Android Jetpack Navigation Component | Jetpack 101