altamic / notepad

A port of the Android Notepad Tutorial in Mirah

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Notepad in Mirah

A port of the Android Notepad Tutorial to Mirah with some graphic decoration

Mirah Notepad Screenshot 1

Mirah Notepad Screenshot 2

Installation

Prerequisites

  1. jruby 1.7.x or newer, possibly installed with rvm on your unix box
  2. mirah (0.1.0 or newer) (with gem install mirah)
  3. pindah (0.1.3.dev)
  4. working Android env on your box: android, adb commands etc.. available
  5. Android device or emulator conforming at least with API 10 (version 2.3.3)
  6. Android API 15 installed

Build Debug version

rake debug

rake installd && rake logcat

Credits

Marko Kocić https://github.com/markokocic/android-notepad-mirah

Edison Heng http://www.codeproject.com/Articles/524204/Simple-notepad-for-Android

License

Copyright (C) 2013 Michelangelo Altamore

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A port of the Android Notepad Tutorial in Mirah


Languages

Language:Mirah 99.0%Language:Ruby 1.0%