Skip to content

fabriziobertoglio1987/sprachspiel-android

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 19 commits ahead, 5 commits behind jinhucheung:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 

SprachSpiel for Android

This project was forked from Milog Android client. I am currently working on the development branch

SprachSpiel Android app is based on TurbolinksAndroid Library, it is a native android app that includes an Android WebView. The native components includes an Android Navigation Drawer, a Toolbar, Notifications, Turbolinks-Android WebView..etc...

The backend is based on Rails 5 SprachSpiel App

I suggest to read the commit history, the comments of my and the other projects, also extensively read the Turbolinks and Turbolinks-Android documentation and do a basic Android Sdk training.

Thanks

Development

  • Git pull code to the local

  • modify the HOST_URL in Constants.java with the same ip of your computer. You can find out the ip from the output of ifconfig in your terminal and start your rails server with command rails s -b 192.1.1.32 -p 3000. This command will start the puma webserver at http://192.1.1.32:3000

Pictures of the Original Milog App

I forked this projects from Milog Android, soon I will upload my own pictures

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%