admin

admin

Android External Storage in Kotlin

First of all, create an Activity in your project that will have a layout similar to below. You will need; Three buttons tp check, save and read external storage. One TextView to display results. activity_external_storage.xml ExternalStorageActivity.kt View the file created…

Configuring Android RecyclerView

Tasks Adding RecyclerView to an Activity Creating a CardView Creating the Data Model and RecyclerView Adapter Adding Data to Your RecyclerView Running and Testing Your RecyclerView Adding Event Listeners to Each RecyclerView Row Create a new project Launch Android Studio…

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…