Skip to content

Wukix/mocl-example-lisp-contacts-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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