Hey Developers! đź‘‹

Simple iOS development tutorials and tips. Let's build something awesome together with Swift and SwiftUI!

How to add Android virtual device in eclipse

less than 1 minute read

Android Virtual Device are used as simulator to test your Android application instead of using a real device. “No compatible targets were found” is the commo...

How to add YouTube video to Word 2011.

1 minute read

In this tutorial we are going to see the steps required for adding videos from Youtube in Word 2011 for Mac. In Office 2011 you can not directly embed YouTub...

Variables in Objective-C

less than 1 minute read

Objective-C also uses variables for storing data in memory like other programming languages. The variables are defined based on the type data type that will ...

Create an example iOS Project using Xcode

1 minute read

We had already covered the basic overview of Xcode and now we are going see the steps required for creating an sample iOS Project that displays Welcome messa...