Setting up Admin Template in Asp.net Core MVC
In this part of Tutorial, we're going to Setup AdminLTE Template in an Empty Asp.net Core MVC Project.
If you want to use Angularjs for routing then I'll recommend you to read this article => Angularjs...
Creating Admin Panel in Asp.net Core MVC – Step by Step Tutorial
Hey Guys! This is the very first Article on Creating Admin Panel in Asp.net Core MVC. We'll divide this tutorial into parts & will cover almost every necessary & required feature of the Admin Panel.If...
RecyclerView Loading With Facebook Shimmer Effect Android Example
As an Android user and developer, I am always attracted to great apps with nice and meaningful animations. To me, such apps not only deliver great features to make their user life easier but...
Notification Channel Utility Class For Android Notifications
Android Oreo 8.0 has been around for a while, offering so many new features like Notification Bar Style, Battery Life Optimization, Automatic Adjustment of TextView, Downloadable Fonts & Emotions, Adaptive Icons and many more. Now...
Data Center High Availability Planning
I am writing on this because to perform operations successfully availability of the resources is important and how to make resources highly available is the main task in planning a data center. Data center...
Canceling Nested Kotlin Coroutines With CoroutineScope
Coroutines are one of the 😍 nicest language features in Kotlin. They provide a rather headache-free way to use the power of concurrency in your Kotlin program. I was very excited when I started...
Creating Scheduler in c# – Schedule Task by Seconds, Minutes, Hours, Daily
Hello Guys, Today I'm going to create a very simple Task Scheduler using c# without using any Library. Using this Task Scheduler we'll be able to Schedule a Task by Seconds, Minutes, Hours and...
How to Create an Admin Panel | Best Practices & Tips
Admin Panel is one of the most important modules of a Web or Mobile Application. Although application's End user is nothing to do with it, still managing your application can be made easy if...
Improving App Network Architecture With Retrofit And Kotlin Coroutine Call Adapter
Almost in every Android mobile application, we have to deal with network calls and most of the time we end up using Retrofit. No doubt Retrofit is our favorite library when it comes to...
Explore How Kotlin Coroutine Works Under The Hood
In the 🔥 hype of async programming, everyone is talking about Kotlin Coroutine. I know there are so much great articles on how to work with kotlin coroutines that's why we gonna dive deep and...
My Story When Working With Google Distance Matrix API
A few months ago when I'm working on my freelancing project. This project is like to build an application like Careem or Uber. You see an application like Careem or Uber required a lot of...
Building A Location Distance Tracking App | Android
Every time when I see Uber, Careem or any other transport application, I always try to figure out how those developers must've developed those apps. There are so much great features in these apps....
Basic Animation Of Android Views With Example
Building animation that makes on-screen objects seems alive may look like a high-level engineering at first, but you don't need to 😰 fear. Animations were always holding off, not anymore. Android has a quite...
Basic Tips For Application Performance Optimization | Java
Hello everyone! In this story, I want to give a brief introduction to how we can improve our application performance. There are many OS versions which developers find hards to keep up when it...
Android ViewPager And ViewPagerIndicator Example
A friend of mine came to me and said I want to make a Payment Transaction app. We've talked for a while about the project and clarify some points regarding development point of view....
Passing Parameters with AngularJS UI-Router | Nested Views
Angularjs UI-Router is considered as developers first choice when it comes to working with SPA(Single Page Application). Most of the developers are not interested in Advance features of Top JavaScript Frameworks like Angular & React,...
Load Data from Database to TreeView Asp.Net – Bootstrap Treeview
Loading Data from Database to TreeView is difficult as compared to Loading Data into a Table.Let me explain first that why and in what case developers find it difficult.Above all, we need to understand...
Angularjs UI-Router Nested Views with Asp.Net Core MVC Application
Angularjs UI-Router is still the best choice of developers for Routing Purpose. Even with powerful platforms like Asp.Net or Asp.Net Core when you need to load Nested Views and don't want to reload your page...
Car Location Tracking Android App With Firebase Tutorial
In this tutorial, we're building a car location tracking app like Careem and Uber. Although we're not developing complete apps like Uber and Careem. But we'll see how to online a driver and show...
Debugging Realtime Database Performance with Firebase Database Profiler
Firebase Real-time database is built to handle high data traffic apps, but if you don't architect your data properly you can run into problems such as slow queries, high database load and most of...