Skip to content

Twitter Search MVP is a simple Android application for searching Twitter

Notifications You must be signed in to change notification settings

REggar/TwitterSearchMVP

Repository files navigation

Twitter Search MVP Build Status

Twitter Search MVP is a simple Android application for searching Twitter. Simply enter your desired hashtag and the Twitter REST API will be queried and the results will be displayed.

This was created as a test of MVP, OAuth and Twitter RESTful API. This application uses application-only authentication where the application itself is authenticated against Twitter as opposed to individual users.

Getting Started

  1. Clone repository
  2. Visit https://dev.twitter.com/oauth/overview/application-owner-access-tokens and generate an OAuth access token.
  3. Copy keys.example.gradle to key.gradle
  4. Replace CONSUMER_KEY, CONSUMER_SECRET, TOKEN, & TOKEN_SECRET with your personal keys as generated from Twitter.

Libraries

Limitations

  • Twitter Search MVP targets Android 4.0.3+ (API 15) as this is a good trade-off between device support while still allowing the latest SDK features.
  • No offline caching

Tested on

HTC One M8 Android 5.0.1, Virtual Nexus 5X Android 6.0.0, and Virtual Neus One Android 4.1

License

Copyright 2016 Robert Eggar.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Twitter Search MVP is a simple Android application for searching Twitter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages