Last couple of days, I am following the lesson to create an mobile apps that will allow 2 players to roll a virtual dice on the mobile phone to see who has the highest point. To roll the dice, the player just need to tap on the dice. The app will detect a press event… Continue reading Mobile App with Flutter : Playing with button and states (5/N)
Category: Flutter
Mobile App with Flutter : Create a personal name card (4/N)
Now, the learning continue. Today, I am given the task to create a app that show the personal contact card of myself. The idea is to demonstrate the usage of Card widget and also using custom fonts that can download from Google website, free of charge and free from copyright. You can download the font… Continue reading Mobile App with Flutter : Create a personal name card (4/N)
Mobile App with Flutter : A coding challenge to practice row and column (3/N)
In my opinion, the most important thing about mobile app design is the UI/UX, I may be wrong, since I am just started in the journey, completely ok to be told that I am wrong about that. In my learning of Flutter, I was given a small challenge to write the code to display the… Continue reading Mobile App with Flutter : A coding challenge to practice row and column (3/N)
Mobile App : A simple “Hello World” apps – MAC (2/N)
Ok. after getting the development environment setup, for programmer, the first thing to do is to get “Hello World” as output. Can’t help it, I am from the old school. Anyone started with Logo as a programming language? Ping me, we need to have a pint of Guinness. First, launch the Android Studio (the previous… Continue reading Mobile App : A simple “Hello World” apps – MAC (2/N)
Mobile App : setup development environment – MAC (1/N)
Always facinated about developing application to run on mobile devices. I need a project to keep me interested and I think developing a mobile application will be one of them. The plan is to have a simple mobile application up and running on Android by 31st December 2023. Step 1 is to get my home… Continue reading Mobile App : setup development environment – MAC (1/N)
