Okay, now things are getting interesting. We're tackling real live data from the internet using APIs, and this opens up a world of possibilities to build up a good portfolio. So, the app is Clima (short for climate, i think - who cares). It's an app that gives weather information using the OpenWeatherMap APIs. There's … Continue reading App No.4 Clima
Category: Flutter
App no.3 BMI Calculator
So, lets jump right into it. I like the progression of this course in terms of the things you learn in every module - it's still simple and basic compared to what Flutter or any mob dev platform can do, but from a beginner's perspective, there's many new things you get to learn in this … Continue reading App no.3 BMI Calculator
App no.2: Quiz
Alright, so the app has 13 True-False questions hard-coded into the program. For every correct answer you get 10 points, and 0 for every incorrect answer. At the end of the 13 questions, it shows an alert with your total score, and then restarts the quiz again. You also have a 'Restart' button to reset … Continue reading App no.2: Quiz
So, Flutter!
Lets get straight into it then. Long story short, Flutter is a cross-platform mobile application development framework created by Google, and we program in Dart. So the first app is a Xylophone app. The app UI has 7 buttons from top to bottom, each button having a different color and playing a different music note … Continue reading So, Flutter!