PicoLisp Blog

PicoLisp Blog

Follow
homeGetting StartedWeb AppsDatabaseMobile AppsPilogPicoLisp Explored
Tag

android app development

#android-app-development

More content

Read more stories on Hashnode


Articles with this tag

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)

Mobile App Development in PicoLisp - VI: Intents and the Java Interface

Mar 11, 20226 min read

As we already learned, the PilBox is a tool providing an interface to the Android Java runtime environment. Specifically, we are able to use most of...

Mobile App Development in PicoLisp - VI:  Intents and the Java Interface

Mobile App Development in PicoLisp - V: Getting a Remote Shell to your PC

Mar 8, 20225 min read

In the last post, we have checked out the REPL. If you have used it, you might agree that it is not really adequate to write complex program. Typing...

Mobile App Development in PicoLisp - V: Getting a Remote Shell to your PC

Mobile App Development in PicoLisp - IV: Using the PilBox REPL

Mar 4, 20223 min read

In the last post, we have downloaded and checked the source code of some demo applications. Now let's see what we can do with the other built-in tool:...

Mobile App Development in PicoLisp - IV: Using the PilBox REPL

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