-
Azure DevOps integration with Xamarin
Xamarin is an open-source platform for building cutting-edge and effective applications for different cross platforms like Android, iOS and Windows with .NET using single shared codebase. In this blog I am using Azure DevOps cloud to build an application, below fig (a) shows the sample code in azure repos. Build pipeline creation in azure DevOps:…
-
Azure DevOps integration with Flutter
Dart is a programming language invented by google initially later it is evolved significantly which is used to create Flutter applications, Flutter is an open-source framework that enabled us to create cross-platform applications using a single codebase. In this blog I am using Azure DevOps cloud to build an application. Install the Flutter extension available…
-
Access Control in Swift 3
If you are doing programming for a while, you have often heard of some weird keywords like open,public,internal,file-private and private. Before we dive into those keywords, we must know one important thing “Module“. module is just a bundle of code. single Xcode project/framework/bundle is considered as a single module. Even UIKit is considered as one…