-
Sprite Kit VS Unity
Sprite Kit and Unity are a game development tool for creating games. Both have their own good features for development. Unity provides both 2D and 3D development of games. Sprite kit provides 2D development of games. Unity was developed as a 3D engine, but it current versions provides full built-in 2D support as well.
Which technology … Continue reading
-
GOOGLE’S ANDROID STUDIO vs. ECLIPSE IDE
# General Overview for Android Studio & Eclipse
Google announces that the Its own official IDE in mid of the year 2013 with well managed a lot of new features integrated for development purpose.Android Studio is a development tool based on the IntelliJ IDEA platform.
If we are using an Eclipse & we develop the app with … Continue reading
-
What is Swift
Swift
Swift is a new programming language for iOS, watchOS, MacOS, and tvOS apps that build on the best of C & Objective-C, without of the constraints of C compatibility. Swift adopts safe programming patterns and adds modern features to more flexible, make programming easier, and more fun. Swift’s clean slate, backed by the much-loved Cocoa … Continue reading
-
What is Swift –Enumeration?
An Enumeration is a user defined data type which consists of set of related values. To represent Enumeration the keyword is enum which is used to define enumerated data type.
Enumeration Functionality
Enumeration in swift 3 is also similar to the structure of C and Objective C.It is declared in a class and its values are … Continue reading
-
Swift – Functions
A function is a set of statements which organized together to perform a specific task. Functions are used to pass local and global parameter values inside the function calls.
Function Declaration – Function declaration tells about a function’s name, return type, and parameters to the compiler.
Function Definition – Function Definition represent the actual body … Continue reading -
Swift – Generics
Generic helps us to write code which is flexible, reusable functions and types which have a different type like Int, float, string etc. Generic reduces the duplication of code, code with generic is represented in an abstract manner.
Generic is one of the new features that is present in the swift language. In Swift language, Array … Continue reading
-
SENSORS IN ANDROID
#Overview of Sensors
The sensor is used for to monitor the three-dimensional device movement or any change in device environment. Those are measured the device motion, device orientation and different types of environmental conditions.
A sensor is supposed to provide the high accuracy & clarity to provide the raw data.Ex.
The game application uses the device gravity … Continue reading
-
Swift –Collection Types
Collection Types
Swift has three primary collection types, they are arrays, sets, and dictionaries, for storing collections of values. Arrays are ordered collections of values and Sets are unordered collections of unique values. Dictionaries are unordered collections of key-value pair.
Arrays, sets, and dictionaries in Swift are everytime clear about the types of values and keys that … Continue reading
-
Android Material Design
What is Android Material Design?
Google provides material design brings with it new, exciting ways to delight your users with a visually appealing Android app. But what is material design? Google introduced a material design that describes an interface that incorporates tactile surfaces, bold graphic design and also a fluid motion to create beautiful, intuitive experiences.Material … Continue reading -
The Apple Revolution-02
In Previous part we saw:
How Steve Jobs and his two friends Steve Wozniak and Ronald Wayne started it from scratch.How they introduced first Apple device with the great comeback of Steve Jobs.
Now We see something more interesting things:
How Apple Became top class brand?How they change the definition from A for An Apple to A … Continue reading