Daily Archives

March 10, 2017
  • THE LIFE-CYCLE – WEB SITE DEVELOPMENT PROCESS

     

    The website development life-cycle is divided into different steps, similar to the traditional software development process.Here I am going to explain the different steps in the development process of web engineering.The steps may vary from application to application.

    Introduction:-

    A systematic website development process can follow a number of standard or company specific frameworks, modeling tools, methodologies, … 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