Vinod PattanshettiSignificance of Sealed Class over Enum and Abstract ClassesMost of us know Kotlin has become a popular language among mobile developers and it has provided a lot of features, Kotlin Sealed classes…Jun 2, 2023Jun 2, 2023
Vinod PattanshettiFragment onActivityCreated() is deprecatedWhen I was working on my project I saw something surprising that strike through on fragment lifecycle method onActivityCreated() that…Mar 31, 20213Mar 31, 20213
Vinod PattanshettiHow the MITM Proxy worksMany blogs explain the what is the MITM, how to configure it to the client and server, there is no such blog easily available which…May 20, 2020May 20, 2020
Vinod PattanshettiFragment lifecycle while doing .add and .replaceAs we know, A Fragment represents a behavior or a portion of the user interface in a FragmentActivity. You can combine multiple fragments…Apr 19, 20206Apr 19, 20206