Sunday, July 15, 2018

Top Topics to know in SWIFT




                             
Observer V/S Delegates in SWIFT


Delegates are one to one communication and whereas an observer is having one and many other places to notify that observer through the code, from many places. In Observer its quite difficult to keep the record of every notifier, timing issues and maintain code and its hard to keep record of every notifier

LifeCycle of Views



Here are the different life cycle called whenever user loads the views on screen



Automatic Reference Counting and Retain Lifecycle


Favourite Framework










Related Posts:

  • How to use SVG images in Android Studio Support Library This technique requires Android Support Library 23.2 or higher and Android Plugin for Gradle 2.0 or higher, and uses vector drawabl… Read More
  • Android2 Can we change application name in after deployment? Things That Cannot Change: The most obvious and visible of these is the “manifest package nam… Read More
  • File upload using OkHttp and Cookie Manager in Android OkHttp is a modern application network,  OkHttp will help making network calls efficiently, makes our stuffs load faster and saves the Band… Read More
  • Android What is Activity ? An activity is an application component that provides a screen with which users can interact in order to do something, What is … Read More
  • Android Errors and Basic Short Answer Gradle is a build system. Long Answer Before Android Studio you were using Eclipse for your development purposes, and, chances ar… Read More

0 comments:

Post a Comment