Skip to content

urazovm/authexample-android-tutorial

 
 

Repository files navigation

authexample-android-tutorial

AuthExample Android App created for the tutorial posted on lucatironi.github.io.

Ruby on Rails and Android Authentication Part One

In this three-part tutorial you'll learn how to build an authentication API that can allow external users to register, login and logout through JSON requests, with Ruby On Rails.

Ruby on Rails and Android Authentication Part Two

The second part of the tutorial will let you code an Android app that uses the JSON authentication API developed in the previous tutorial.

Ruby on Rails and Android Authentication Part Three

I wanted to add some more features to the Android app and its Rails backend. Now the user can create and complete tasks just like in a real ToDo mobile application.

Dependencies

ActionBarSherlock: see usage on how to install it as a library for this project.

Installation

  • Clone or download the project
  • Import it in your Eclipse's workspace: "File > Import > Existing Android Code Into Workspace"
  • Browse for the directory and check "Copy projects into workspace"
  • Download ActionBarSherlock
  • Extract the zip file and import it as a library: "File > New > Other ... > Android Project from Existing Code"
  • Navigate the ActionBarSherlock directory and select the "actionbarsherlock" dir.
  • Ignore the warning/error that may arise and right-click on the new project and select "Refactor > Rename" and rename the project "ABS" (or whatever you like).
  • Right-click on the AuthExample project and select "Properties": click on the "Android" section and add the just added ABS library in the "Library" sub-section.

About

AuthExample Android App created for the tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published