GitXplorerGitXplorer
j

AndroidTwitterExample

public
13 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
b1c990ab48d48c1d45c2f9e7cadbb6dda8c087cb

readme: update contact info

committed 9 years ago
Unverified
3739a49b8174e2f270fe4aa8eda355e28c93147c

Update to Twitter4J v3.0.3, Twitter REST API v1.1, Android API level

committed 11 years ago
Unverified
03e6aa3da4ff22f6dfd27b8a7aeac1157725563e

Ran the Java through astyle formatter

committed 13 years ago
Unverified
223f6697d5e53752ae9b3aab5e51437f084c69c9

Remove some files specific to the local android sdk installation. The

committed 13 years ago
Unverified
f8d6b3224d79984ca3e16c5a49becbcde4ccb5c1

Initial upload of an example to use Twitter in an Android app.

committed 13 years ago

README

The README file for this repository.

This is an example of using the Twitter4J library to access twitter from and Android application.

Prerequisites:

  • Go to https://dev.twitter.com/apps/new and register for a new OAuth key/secret set.
  • Put the Consumer Key and Consumer Secret into res/values/strings.xml
  • Profit

Jameson Williams jameson@jamesonwilliams.com