Skip to content

Cable-2-5/Android-Simple-Banking-App

Repository files navigation

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

About

Android Workshop - Capital One Software Engineering Summit 2018. Slides: https://docs.google.com/presentation/d/1C9l_i-OMVhwsD93TYyiLw1oy2qO9wbCW7jST7S6ptTU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages