Skip to content

Android app that retrieves Twitter timelines and post tweets

Notifications You must be signed in to change notification settings

perklun/Mini-Twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Twitter

Description

This is an Android application that uses the Twitter API to retrieve home and mention timelines for a logged in user. It also allows the user to compose messages and view profiles of other users.

Technial Details

  • Android Async is used to make HTTP requests to Twitter API
  • Images are retrieved by Picasso
  • makeramen:roundedimageview is used to transform user photos to have rounded edges
  • It has a custom onScrollListener to support "infinite" scrolling of tweets
  • Users can sign in to Twitter using OAuth login
  • astuetz:pagerslidingtabstrip is used to manage tabs

Note: API Key and Secret need to be replaced with your own key and secret

Mini-Twitter/app/src/main/java/com/codepath/apps/TwitterClient/
22	public static final String REST_CONSUMER_KEY = "XXXXXX";
23	public static final String REST_CONSUMER_SECRET = "XXXXXX";

Walkthrough

Video Walkthrough

About

Android app that retrieves Twitter timelines and post tweets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages