Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Latest commit

 

History

History

README.md

Spring for Android Twitter Client

Introduction

This sample app includes an Android client which connects to Twitter. This illustrate the integration of Spring Social with Spring for Android. The Android project requires set up of the Android SDK. See the main README at the root of this repository for more information about configuring your environment.

Build and Run the Android App

This command will attempt to deploy and run the app to all available devices:

$ mvn clean package android:deploy android:run