‘GoogleUtilities/GULAppEnvironmentUtil.h’ file not found November 5, 2018 Added Firebase pod. Worked fine on Xcode 9.4. But after updating Xcode to 10.1, the above issue is showing. Interestingly,…
Watchkit app extension issue & solution (iOS) October 20, 2018 We'are going to solve all of the following issues: Error: WatchKit App doesn't contain any WatchKit Extensions Error: WatchKit Extension…
Android Fragments Tutorial May 24, 2017 Android Fragments Android Fragment is the part of activity, it is also known as sub-activity. There can be more than…
Android Intent Tutorial May 24, 2017 Android Intent Tutorial Android Intent is the message that is passed between components such as activities, content providers, broadcast receivers,…
Android Activity Lifecycle May 24, 2017 Android Activity Lifecycle Android Activity Lifecycle is controlled by 7 methods of android.app.Activity class. The android Activity is the subclass…
Lighter View Controllers May 20, 2017 View controllers are often the biggest files in iOS projects, and they often contain way more code than necessary. Almost…
iOS Developer Interview 20 Questions May 20, 2017 Question 1 On a UITableViewCell constructor: - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier What is the reuseIdentifier used for? The reuseIdentifier is used…
10 ADVANTAGES OF USING LARAVEL PHP FRAMEWORK May 20, 2017 #1. Building an Authentication and Authorization Systems Each owner of the web application needs to ensure that users are who…
What is Laravel? Why Laravel is Popular? May 20, 2017 Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications…
What is Node.js, Features, Use of it May 20, 2017 What is Node.js? Node.js is a server-side platform built on Google Chrome's JavaScript Engine (V8 Engine). Node.js was developed by…