How to install Angular 7? Angular 7 Environment Setup In this page, you will see how you can install the prerequisites needed…
history and versions
-
-
Angular 7 Project Setup (Create first app) Following are the Angular CLI commands to create the first Angular app. npm install -g…
-
SSL Pinning in Swift Every Mobile application needs to retrieve information from the server to display it to the user. However, there…
-
Using UIColor to customize app appearance UIColor is a subclass of NSObject used to store color and opacity information about an object…
-
Using AVAudioPlayer to play sounds in iOS applications In iOS applications, there are scenarios where we need to play media sounds (like…
-
Stepper It is a type of UIControl which is used to increase and decrease value. The stepper consists of two buttons. It…
-
Memory Management in iOS applications We can’t imagine a technology enhancement without memory in today’s tech world. The memory includes the hardware…
-
Using Realm database in iOS app We have used SQLite and CoreData to persist the data in iOS applications. The realm is…
-
Storyboard and Interface Builder The storyboard is first introduced in iOS 5 to save time building user interfaces for the iOS applications.…
-
Multithreading in swift Multithreading can be defined as the process which facilitates the CPU to create and execute concurrent threads. Typically, a…