You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple Android app for showing realtime Tweets around user's location on Google Map
Highlights
MVVM Architectural pattern
Use of Twitter4J (To stream realtime tweets around the user)
Use of Twitter Kit Android (For twitter login and showing tweet)
Show Realtime tweets inside specific radius
Tweet search using Keyword or Hashtag
Multi language support (English and French)
Setup instructions
Change Twitter credentials
Generate Twitter API key, API Secret, Access Token and Access Token secret from HERE
Replace them in res/values/strings.xml with YOUR_TWITTER_API_KEY, YOUR_TWITTER_API_SECRET, YOUR_TWITTER_ACCESS_TOKEN and YOUR_TWITTER_ACCESS_TOKEN_SECRET respectively