How to delete IMAP mail account from iPhone

After a lot of R&D I was able to find the solution. Many people posted like go to Settings > Mail > Accounts and then select an account and then you see a button at bottom to delete account. But this was only working for iCloud, Exchange and Gmail in my case. After a lot…

.NET Core 3.1 MVC REST API – Full Course

we show you how to build a full REST API using .NET Core 3.1 we show you how to build a full REST API using .NET Core 3.1. We’ll employ MVC, REST, the Repository Pattern, Dependency Injection, Entity Framework, Data Transfer Objects, (DTOs), AutoMapper to provide 6 API endpoints that will allow you to Create,…

Android 11: New Top features of OS

The first Android 11 beta build was released by Google last week and it gives us a good look at all the new features the next major release of Android will bring to the table. While Google had released the first Developer Preview of Android 11 in February itself, a beta release means that the company has finalized on…

What’s new in Android Studio 4.0

The Android Studio 4.0 release introduces a new Motion Editor, Build Speed window, Live Layout inspector, Multi Preview for your layouts, support for Kotlin DSL script files, and a Smart editor for R8 rules. The new Build Analyzer feature helps you understand and diagnose issues with your build process, such as disabled optimizations and improperly…

Pagination in UITableView with next previous buttons

Today we will talk about how to give pagination behaviour to our UITableView. We are going to populate UITableView with 2 arrays and it will have 2 UIButtons. 1 is for “next” and the other one is “previous”. UItableView will show only 10 rows at a time. Its logic is that we have 4 arrays. 2 arrays have complete…

UIImageView or UIView Blast Animation

Hi guys today we are going to work on some UIImageView animation we can apply this animation on UIView or any subclass of UIView. First of all we create a new project You will have to add UIView+Explode these files in your project. These files are Created by Daniel Tavares and i found in a source code. Now you…