Programming Interview Question for CSS

Android Development








 Android Development the process of creating the applications for devices running the android Operating System. Android provide the Option Menus Bar for Setting, search and delete the items. First one is   simple option menus and second one is options menus with images. Android Development is a pyramid for mobile phones. Android is open source Operating System based on Linux Kernel and used in mobile devices like smartphones, tablets.

              Android was developed for smart watches and TV. Linux Kernel provides the security between application and system. Each device has own specialized User Interface .Creating an android application we have to apply a software Architecture pattern. This Architecture pattern is preferred by Android Developers. Unit testing makes the tasks easy for developers to maintain the software. Unit testing expand the features of application further.

             One of the Architecture pattern for android Development is Model—View—Controller (MVC) Pattern. The Model—View—Controller (MVC) Pattern splitting the code into 3 Components. The Architecture pattern gives modularity to the project files. Android first beta version of the Android Software Development Kit (SDK) released in 2007.The first version of Android 1.0 was released in September 2008.Android supports multi-tasking, we can run multiple applications at a time.

Comments