Skip to content

Welcome to the code repo for the Android workshop for Capital One's Software Engineering Summit!

Notifications You must be signed in to change notification settings

yaxarat/SES-Android-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Engineering Summit - Android Workshop

Welcome to the code repo for the Android workshop for Capital One’s Software Engineering Summit!

In this workshop, you will learn a basic Android app featuring a “login” screen which leads to an “account summary” screen which displays the user’s name and the recent transactions for one of their cards.

The resulting app will feature the following:

  • A single activity app, with 2 fragments representing the 2 screens
  • Jetpack Compose, the Android’s modern toolkit for building native UI
  • Asynchronous programming using Kotlin Coroutines
  • Local data storage for user credentials using SharedPreference
  • Real networking & JSON parsing for login using modern Android libraries

Getting Started

  • Open the Start project folder in Android Studio and run it either on a physical device or emulator.
  • You can also open the Completed folder if you’d like to see project after we’re finished.

Step-by-Step Instructions

See the Step-by-Step instructions for a full written version of the workshop, including code, screenshots, and helpful links!

About

Welcome to the code repo for the Android workshop for Capital One's Software Engineering Summit!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages