admin

admin

Create a Pizza Order Application

Tasks Create a new app project Create the app user interface Configure the android application codes Run the application Create a new project Launch Android Studio 2. Select “Create New Project”. In the next screen, select “Empty Activity” then click…

Create your first Android Calculator

Scenario You are going to create your first Android Calculator. Launch Android Studio. 2. Select “Create New Project”. In the next screen, select “Empty Activity” then click “Next”. 3. Fill up the application settings with below configurations; Name: First Calculator…

Functions in Kotlin

Functions A function is a block of codes with an assigned unique name that will perform a specific task The advantage of using a function is that you can call it by its name as often as needed thus reducing…