Objective-C Data Types
In the Objective-C programming language, Objective-C data types refer to an extensive system used for declaring variables or functions of different types. The type of a variable determines how much space it occupies in storage and how the bit pattern…
Functions and Methods in Objective-C
Functions and Methods in Objective-C,A function is a named block of code that can be called upon to perform a specific task. It can be provided data on which to perform the task and is capable of returning a result to the code that called it. The…
Swift Functions!
Swift Functions are self-contained chunks of code that perform a specific task. You give a function a name that identifies what it does, and this name is used to “call” the function to perform its task when needed. A Swift 4 function can be as simple as…
Hello Developers, Android 11 has some new features for you
Hello, Developers Android 11 introduces great new features and APIs for developers. Device controls createPublisherFor(List controlIds)Return a valid Publisher for the given controlIds. createPublisherForAllAvailable()Publisher for all available controls…
Android Studio Plugin that Makes it Most Useful
What are plugins in Android Studio? Android Studio Plugin : A plugin is a feature-specific component added to a program such as an IDE (in this case Android Studio). A plugin is usually designed to augment some specific features that a program did not…
Android Studio and few of its Shortcuts
Developer must know all the shortcuts of the IDE they are using and must have the environment friendly to their will. Given a keyboard he must be able to navigate through the IDE (android studio) all around. This can increase his productivity manifolds…