Technology

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 »

Using Navigation Drawer In Flutter

You might have already heard of the Drawer Menu here, but this time we’re going to utilize Material Design’s Navigation Drawer. It’s similar, but the Material Design has some extra and advanced features that you could utilize and switch from the standard drawer menu in flutter. The drawer menu is almost implemented in any app …

Using Navigation Drawer In Flutter Read More »

How to Use Data Tables In Flutter

In today’s blog we’re going to learn how to use data tables in Flutter. The particular conventions and vocabulary used to describe tables differ depending on the situation. Tables also range greatly in terms of variety, structure, flexibility, terminology, representation, and use. Although we have already covered how to use a table here, this one …

How to Use Data Tables In Flutter Read More »

How Add Bottom App Bars In Flutter

A Bottom App Bar, unlike the common Top App Bar, has a difference in how it is implemented. The top app bar displays content and actions that are relevant to the current screen. It is suitable for branding, screen titles, navigation, and activities. The bar can also be transformed into a contextual action bar, displaying …

How Add Bottom App Bars In Flutter Read More »