PinnediOS Swift ClosuresClosures can capture and store references to any constants and variables from the context in which they’re defined. This is known as…Jun 12Jun 12
Using TOML in Android DevelopmentIn Android Studio, we all typically use the Gradle build system, where configuration files like build.gradle are used to manage…Sep 29Sep 29
Kotlin Higher-order functionsUse of let, run, with, also, apply — These are higher-order functions in Kotlin that provides a concise way to perform operations on…Jul 24Jul 24
iOS — Simple ToDO App with Swift version 5.7.2Here we are going to create a simple ToDo application using XCode 15.2 and swift 5.7.2Jun 9Jun 9
Terminal Command for beginiersTerminal is the most powerful machanism in all your machines.Nov 24, 2023Nov 24, 2023
Android — Kotlin Basics to Advance Interview preparations coding practiceHi Guys, we gonna see some of the basic to advance interview preparation article.Oct 7, 2023Oct 7, 2023
Android changing Theme coloursAs Google has changed few small things to the project structure recently, you will find different colors.xml file than the one shown in the…Nov 11, 2022Nov 11, 2022
LiveDataBuilder in Kotlin AndroidIn our previous article we saw, how viewModelScope help us to remove boilerplate codes. If you haven’t read it, I share you the link below…Oct 21, 2022Oct 21, 2022