Skip to content

rst/positronic_contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 

Repository files navigation

An android contact manager, designed to be easy to extend and customize.

This app is written in Scala, using the Positronic Net library (version 0.1). The build procedure, using sbt (the "simple build tool" --- or so they call it) are something like the following:

First, install the Android SDK, sbt, and the Positronic Net library itself following instructions here.

Then compile and build this app:

$ cd [your workspace]
$ git clone https://github.com/rst/positronic_contacts.git
$ cd positronic_contacts
$ sbt android:package-debug

From there, the app can be loaded onto the emulator with

$ sbt android:start-emulator

or on attached hardware with

$ sbt android:start-emulator

See the documentation on the android sbt plugin for details.

About

Contacts manager using Positronic Net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages