part of cloud assn ##An app to fetch tweets from twitter and do different opertions on the fetched tweets.
###Funtionality ####1.Keywords: #####Display all the keywords in fetched tweet and their count. ####2.Tweets: #####Display all the tweets of a particular keyword in a list. ####3.Map: #####Display all the tweets on a map for a particular keyword. ####4.Live tweets. #####Fetch the tweets in real time and get the tweets via push notifications and display them on the app. ####5.Sentiment analysis. #####Get the sentiment of a tweet and display with different colored markers on the app. ####6.Search: #####Search through the list for a particular keyword.
###Challenges: ####To fetch lot of data efficiently. ####Solution was to implement infinite scroll thus fetch chunks of data and whenever user scrolls completely scrolls down fetch more data





















