PinnedEasy way to add minimal expandable Floating Action Button (FAB) menuI have got a better approach to show the minimal expandable FAB menu without using extra other libraries. It’s pretty simple just follow…Aug 26, 20185Aug 26, 20185
Auto-generate models/types and web clients in the Angular app with OpenAPI SpecificationI’ll provide you with a concise explanation of how to utilize the ng-openapi-gen package within an Angular application to create types…Aug 14, 20231Aug 14, 20231
IHttpClientFactory in ASP.NET Core : a better way to make HTTP requestIHttpClientFactory is an interface in System.Net.Http namespace. Which is a factory abstraction for components to create an HttpClient…Feb 20, 2021Feb 20, 2021
LINQ in c# : concise guideLINQ (Language Integrated Query) is a uniform query syntax in C# to retrieve data from different sources and formats. LINQ generalizes the…Dec 6, 2020Dec 6, 2020
A quick way to ZOOM and Slide Image anywhere (possible for all kinds of layout)Believe me, I know the pain to set up zoom in-out and moveable sliding view to images or for that matter to any of the layout views.Jun 4, 2020Jun 4, 2020
RecyclerView : Swipe Right/LeftToday I’m going show you easiest way to implement recyclerview swiping right/left to perform operation like…Jul 6, 2019Jul 6, 2019
Facebook shimmer loading animation with demo JSON data loading.This article covers the following pointsJan 24, 2019Jan 24, 2019