Ghost Card: Another Android based Magic Effect

This is another Android app the I created using Claude.ai and Cordova. I started by asking the AI for some ideas for apps. One that it suggested was a “Ghost Card” app where the spectators chosen card magically appears on an image that was just taken with your phones camera. Two hours later I had a working app. Most of that time was spent in making tweaks and enhancements to the app.

Continue reading “Ghost Card: Another Android based Magic Effect”

Mind reading phone app and more

Imagine showing your spectator a deck of cards laid out in an app on your phone. There are two buttons, “Shuffle” and “Flip Cards”. You demonstrate how the buttons work. The cards are face up and you shuffle them several times. The spectator sees the cards are shuffled. You flip the cards face down and shuffle again. You set the phone down and turn away, telling the spectator to touch any of the face down cards. They do, and their selection is turned face up. You have them concentrate on that card and then you read their mind, revealing the card. You can immediately repeat the effect.

Continue reading “Mind reading phone app and more”

New Android Trick App

The Future of Card Magic is Digital

You’ve just performed the perfect classic card trick: a spectator selects a card, keeps it secret, and you’re ready for the big reveal. But instead of fumbling through your deck, you pull out your phone, launch your QR code app, and hand it to them. “Scan this,” you say. “Yesterday, I had a strange feeling… that your card would be chosen.” They scan the code, open the dedicated webpage that pops up, and there it is: their chosen card, staring back at them from the screen. Forget the deckโ€”the future of impossible prediction is now woven into the digital world.

Continue reading “New Android Trick App”

Building Mobile Apps with AI: My Cordova Development Journey

Over the past few weeks, I’ve been using Claude (an AI assistant from Anthropic) to help me build several mobile applications using Apache Cordova. The experience has been eye-opening โ€“ both for what worked remarkably well and what proved frustratingly difficult. If you’re considering using AI to help with mobile development, here’s what I learned.

Continue reading “Building Mobile Apps with AI: My Cordova Development Journey”

Cordova Android App Development: Complete Setup Guide

Overview

What is Cordova? Cordova wraps your HTML/CSS/JavaScript web app in a native Android container, allowing it to run as a standalone app on Android devices. Having suffered through getting this all setup via Claude.ai I thought I would ask Claude.ai to write this guide.

What you’ll need:

  • A computer running Linux (Ubuntu/similar)
  • An HTML/CSS/JavaScript web page
  • About 1-2 hours for initial setup
  • 2-3 GB of disk space for all the tools
Continue reading “Cordova Android App Development: Complete Setup Guide”