Skip to content

Wukix/mocl-example-lisp-contacts-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

Latest commit

 

Git stats

Files

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

This is an example Android app to demonstrate what a mocl application looks like. It is a simple contact list satisfying the CRUD basics (create, read, update, delete).

Note: mocl is required to build this application. It cannot run on its own. But, you can still see what the code looks like without it.

The application works as follows:

  • Zach Beane's vecto (actually the Wukix fork) renders the contact list itself, as well as the detail view of each contact.
  • The UI navigation and edit form layout is defined using Android Developer Tools.
  • Lisp is used to manage the contact data (sorting the list, reader/printer for storage persistence, etc.).

See Mark Watson's blog for build instructions for Android Studio: http://markwatson.com/blog/2013-06/interesting-product-mocl.html

There is also an iOS version which uses the exact same app.lisp file: https://github.com/Wukix/mocl-example-lisp-contacts-ios

About

mocl Example: Contact list application for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published