Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 511 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 511 Bytes

Intro

Let's start to do a whole app using the Android Architecture components included in the Jetpack library. The application will be a Tweetdeck mobile implementation and initially it will contain only a login screen, the different lists of tweets and a setting screen.

November 2th

Adding OAuth 1.0A implementation using the Scrible library and Twitter API. Once it is added, the authentication will be implemented.

November 1th

We will try to add full navigation with the Navigation component.