Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

Widget onWillPop: Intercept when clicking the back button in Flutter to go to the previous page

09-05-2023 - Andrés Cruz

Widget onWillPop: Intercept when clicking the back button in Flutter to go to the previous page

Flutter We explain how to work with the onWillPop widget to intercept the user's action when going back through the toolbar, back button or any other method and display any type of widget.


Dart / Flutter - How to parse a String into a number

07-05-2023 - Andrés Cruz

Dart / Flutter - How to parse a String into a number

Flutter We are going to know how we can pass String to integer or real numbers using Flutter, specifically Dart.


The helpers in CodeIgniter 3 to define our functions

19-04-2023 - Andrés Cruz

The helpers in CodeIgniter 3 to define our functions

CodeIgniter We are going to learn what helpers are, how we can load helpers, why we should use them, and how to create our own helpers in CodeIgniter.


Backup of the database in CodeIgniter 3 (includes CSV)

19-04-2023 - Andrés Cruz

Backup of the database in CodeIgniter 3 (includes CSV)

CodeIgniter Learn how to fully or partially export your database through a query in CodeIgniter