Skip to content

Dot-Logging is couchapp to log everyday's dot. "dot" means something you want to count event in life.

Notifications You must be signed in to change notification settings

motokazu/Dot-Logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Dot Logging - count life events.

Dot Logging counts life event (etc.. touch , push and more actions) with timestamp. And draw the graph of those events as "dots". Dot means the point event happend.

This application generated by CouchApp. More info about CouchApp here.

Deploying Dot-Logging for CouchDB application

clone this application from git.

git clone git://github.com/motokazu/Dot-Logging.git

push App to your CouchDB Server by CouchApp command line.

cd Dot-Logging/couchapp
couchapp push http://localhost:5984/dots

browse application: open browser and access to http://localhost:5984/dots/_design/dotlgng/index.html

Dot-Logging for Android

This application depend to libcouch-android library from https://github.com/couchone/libcouch-android.

Build Android Application - prepare environment

download eclipse and setup. from Eclipse.org

setup libcouch-android: Please reference to http://arandomurl.com/2011/02/13/developing-with-couchdb-on-android.html

build application

copy Java source code.

cp -p src/info/mtkz/android/dotlogging/DotLoggingAndroid.java eclipse/workspace/src

copy CouchApp design document. (this design document generated by couchapp push --export)

cp -p assets/dotlgng.json eclipse/workspace/assets

(optional) copy icons (drawable-*).

cp -pr res/drawable-* eclipse/workspace/res

overwrite Android Manifest.

cp -p AndroidManifest.xml eclipse/workspace/AndroidManifest.xml

export Android application (apk).

About

Dot-Logging is couchapp to log everyday's dot. "dot" means something you want to count event in life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published