PicoLisp Blog

PicoLisp Blog

Follow
homeGetting StartedWeb AppsDatabaseMobile AppsPilogPicoLisp Explored
Tag

Mobile Development

#mobile-development

More content

Read more stories on Hashnode


Articles with this tag

An OpenStreetMap App written in PicoLisp (Pt. 2)

May 18, 20225 min read

Now it's almost summer and definitely time to finish the blog post about the PicoLisp Ice Cream Finder! This is a continuation of this post, where we...

An OpenStreetMap App written in PicoLisp (Pt. 2)

An OpenStreetMap App written in PicoLisp (Pt. 1)

Mar 25, 20225 min read

Let's write a little app that uses the GPS module of the smartphone. The app will display the current position on the map (Open Street Map) and fetch...

An OpenStreetMap App written in PicoLisp (Pt. 1)

A Camera Android App written in PicoLisp (Pt. 2)

Mar 22, 20224 min read

In the last post, we have defined the main functions of camera app: Checking the camera permissions, taking a picture and storing it in a defined file...

A Camera Android App written in PicoLisp (Pt. 2)

A Camera Android App written in PicoLisp (Pt. 1)

Mar 18, 20225 min read

In the last posts, we have seen how we can access the Java API from PicoLisp, and how a PicoLisp app looks like in general. Now I would like to start...

A Camera Android App written in PicoLisp (Pt. 1)

Mobile App Development in PicoLisp - III: Installing Demo Applications

Mar 1, 20223 min read

In the last post, we have seen how to install the PilBox in Android (i. e.: just download it from the Google PlayStore). But there is not much we can...

Mobile App Development in PicoLisp - III: Installing Demo Applications

Mobile App Development in PicoLisp - I: Android Basics

Feb 22, 20226 min read

Welcome to a new series, "Mobile App Development in PicoLisp". As the title already tells, this series will explain how to write mobile apps in...

Mobile App Development in PicoLisp - I: Android Basics