Emerging methods in application design – By Aditya Abeysinghe Agnostic methodology Agnostic methodology is a development method used when an app is designed to work on several platforms. Several tools and technologies exist which can be used to create an app to be used with cross platforms. Usually, the user interface and the components used to determine the logic of functions of the app can be used with multiple platforms. The backend is usually in the form of an Application Program Interface (API) which is used to bridge the functionality of the app with a database. Native methodology Native methodology is a development method used when an app is designed to work only on a single platform. Tools used to design and test could operate only in one platform and executables of these apps can only execute in that platform. However, as most users use the same app with multiple ...

Read More →