Simple Twitter Demo App.
- The user can view Home Timeline, User Timeline, His Favourites and search any other user.
- He can post a tweet, delete his own tweet, like or dislike any tweet.
- He can check out his own Profile, which shows his followers and following count and list.
- He can also Unfollow them .
- See his direct messages.
- Send any direct message.
- Delete any Direct message.
- Explore the Help.
- Check the Suggestion List according to Slags Of Interest.
- Click on the his Followers/Followings and Check out their Profile.
- Trending In your Location
- Follow anyone from suggestion list.
- Finally Logout.
The app uses twitter.com API to get movie information and posters. You must provide your own API key in order to build the app.
Just put your Consumer key and Consumer Secret Key into ~/.gradle/gradle.properties
file (create the file if it does not exist already):
CONSUMER_KEY ="abcdefghijklmnopqrstuvwxyz"
CONSUMER_SECRET ="abcdefghijklmnopqrstuvwxyz"
- Profile Detail
*Delete Messages