Glenn-Halls / basic-android-kotlin-training-sports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sports - Solution Code

Solution code for Android Basics in Kotlin. Codelab: Adaptive Layouts.

Introduction

Sports app is a basic app to introduce beginner students to adaptive layouts. This app consists of two fragments: a sports topics list and a details screen. The details screen displays placeholder text for the sports news. This app demonstrated the use of SlidingPaneLayout.

Pre-requisites

You need to know:

  • How to download code into Android Studio and run it.
  • How to create and use fragments.
  • RecyclerView and adapters
  • Familiar with the Android architecture components ViewModel, and LiveData.
  • Basic knowledge of Navigation components.

Getting Started

  1. Download and run the app.

About

License:Apache License 2.0


Languages

Language:Kotlin 100.0%