4 followers
Android Engineer at Synapses by day. Flutter developer by night. I tweet on my learning path about Dart and Flutter ๐.
Subscribe to my newsletter and never miss my upcoming articles
Hi, and welcome in this second post about the Flutter world. In this post I will explore how to build the UI and the business logic for the famous game Tic Tac Toe. I build from scratch the entire app and I will deepen some concepts of this framework...
In this post I would like to give my point of view on using Flutter after a few intensive months of development of an application for the smart management of a hotel. I created from scratch a completely customized interface, I used animations, transf...
In this post I would answer to an interesting question: Can anyone become a software developer? Fundamentally, to learn how to become a software developer is the same as to pursue any career path. The โhard workโ and the โconsistencyโ are the common...
Hi and welcome in this new tutorial where you will learn the best practice on how to create a splash screen in an Android application. More developers, usually, for this task, create an activity called SplashScreen and the relative layout where inser...
Hi and welcome in this new video tutorial where you will learn how to create a custom TOAST without using external libraries. A TOAST is used to provides simple feedback about an operation in a small popup. It only fills the amount of space required ...
In this video tutorial you will learn how to apply a pulse animation to a button without using external libraries. https://www.youtube.com/watch?v=MOCkQbxX5Tg Link to github source code https://github.com/davideagostini/android_pulse_animation_butt...