Month: July 2022

How to Make Adaptive Apps In Flutter

Image credit to: Louie Jay Lomibao Today’s topic is about how to make adaptive apps in Flutter. Fundamentally, adaptive and responsive design are two techniques for designing for a wide range of devices. In its most basic form, responsive design employs a single layout and adjusts the page’s text, navigation, and elements to match the …

How to Make Adaptive Apps In Flutter Read More »

How To Create A Button tag Using Bootstrap?

Last time, I talked about what Bootstrap is and how to use it, but if you haven’t read that blog, go to this link: https://www.nucleiotechnologies.com/how-to-use-bootstrap/ Today we will talk about one of the HTML tags, the “<button></button>“, and how we create a button using Bootstrap. What is a <button> tag? Using the <button> tag, you can define a clickable button. Text (including tags like <i>, <b>,  <strong>, <br>, <img>, etc.) can be included inside a “button” element. If you …

How To Create A Button tag Using Bootstrap? Read More »

How to Downgrade Flutter Versions

Today’s topic is about how to downgrade flutter versions. There are a lot of incompatibility problems, or perhaps we want to use other specific versions of Flutter. That is why I am going to address such problems and needs. To be specific, this blog post won’t just teach you how to downgrade flutter versions but …

How to Downgrade Flutter Versions Read More »

How to Create your First App in Android Studio using Java

Android Studio is the official integrated development environment for Google’s Android operating system, built on JetBrains’ IntelliJ IDEA software and designed specifically for Android development. Today, I will show you how you can create your first app in Android Studio. Step 1. Open Android Studio, then click on new project. Step 2. Click on phone …

How to Create your First App in Android Studio using Java Read More »