Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 960 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 960 Bytes

Software Engineering Summit - Android Workshop

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

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 two Activity app, with data passed from the first to the second.
  • UI layout using ConstraintLayout
  • Local data storage for user credentials using SharedPreferences
  • Rendering a list using a RecyclerView
  • Real networking & JSON parsing for login