Learning Flutter — Part 2Part 1 link : https://kapilvij.medium.com/learning-flutter-part-1-7239aac81bbaAug 10Aug 10
Learning Flutter — Part 1Entrypoint : After you create flutter project using “flutter create <app_name>”, you can see all platforms(Android, iOS, web, etc) being…Aug 4Aug 4
Dart Basics — ABCD of FlutterHow it starts ? Like every other programming language, you have main function here, where the journey starts.Aug 3Aug 3
GraphQL as BFF (Backend-For-Frontends)A “Backend-For-Frontend” is a data transformation layer placed between a client and the API to avoid over-fetching and under-fetchingAug 3, 2023Aug 3, 2023
Scalable Android Apps : Focus is on Library ProjectsThere are lot of ways to structure code base of scalable products. One is conventional which i think 70% of projects follows that is…Oct 13, 20213Oct 13, 20213
Kotlin Interview Cheat SheetTwo Months ago when i started appearing in interviews I used to get blank in some of tricky questions in Kotlin even when i spend some time…Oct 7, 202116Oct 7, 202116
Pagination Using Android JetpackPaging Library helps you fetch loads of data from Network or from local source effectively and efficiently.Sep 11, 20216Sep 11, 20216