Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zapnap/upordown
Simple Android demo app developed using Mirah + Pindah
https://github.com/zapnap/upordown
Last synced: about 2 months ago
JSON representation
Simple Android demo app developed using Mirah + Pindah
- Host: GitHub
- URL: https://github.com/zapnap/upordown
- Owner: zapnap
- License: mit
- Created: 2011-07-18T06:04:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-18T07:26:15.000Z (over 13 years ago)
- Last Synced: 2023-04-10T21:53:05.256Z (over 1 year ago)
- Language: Mirah
- Homepage:
- Size: 348 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Up or Down?
A super-simple sample Android application that uses
http://downforeveryoneorjustme.com to test whether or not a website is
online.This app is written in Mirah using the Pindah build tool. It
demonstrates the following:* Basic Mirah syntax for use with Pindah
* How to use blocks and Android callbacks with Mirah
* How to leverage third-party Java libraries in Mirah (jsoup)
* How to handle exceptions in Mirah
* How to deal with Mirah scoping weirdness (this = self)## Homework Ideas
* Add a ProgressDialog and make the site test an AsyncTask
* Record a log of website test history to a ListView
* Allow users to browse test history through a separate activity
* Store test history in a local Sqlite database (ListAdapter)## Credits
Copyright (c) 2011 Nick Plante. See LICENSE.txt for further details.