Skip to content

Sample app displaying cryptocurrency-related tweets. 📰🥇

License

Notifications You must be signed in to change notification settings

adam-hurwitz/CryptoTweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoTweets

Sample app displaying cryptocurrency related tweets.

CryptoTweets gif image

Setup

Authentication

  1. Signup for Twitter developer account.

  2. Create a Bearer Token for the Android app.

  3. Insert the token as a request header in Retrofit.

    A. Create Auth.kt file in the path: CryptoTweets > app > src > main > java > app > cryptotweets.

    B. Key: Authorization

    C. Value format: Bearer {INSERT_YOUR_TOKEN}

    D. Add Auth.kt to the gitignore file(s).

Sample urls

Libraries used