GRPC in AndroidgRPC is a modern RPC framework developed by Google to call remote methods as easily as if they are local methods. Google RPC is specially…Mar 24, 2023Mar 24, 2023
A new way to hold fragments in AndroidWe all know about Framelayout which is used to host fragments in android.In androidx FragmentContainerView is a new view introduced, a…Jun 11, 2022Jun 11, 2022
Solving practical use-cases of Layout using Constraint layout featuresPart 1:May 29, 2022May 29, 2022
Managing Multiple Screen Sizes and Densities for AndroidAndroid supports different screen sizes and densities, hence to deal with this diversity certain range of buckets have been created based…Apr 24, 2022Apr 24, 2022
View Animation and Property Animation in AndroidAndroid framework provides basic animations via following two ways:Dec 30, 2021Dec 30, 2021
Understanding Koin BasicsDependency injection is a technique where objects are created by an external entity or object. Dagger2 , Hilt , Koin are commonly used…May 30, 2021May 30, 2021