Friday, May 01, 2026

Mobile development tools

Mobile development is the process of creating software applications for smartphones, tablets, and other mobile devices, primarily focusing on the Android and iOS platforms.

[1] https://flutter.dev/development/mobile  #framework/compiler for make apk

[2] https://dartpad.dev/  #preview code

No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...