More stories

  • flutter3-material3-design

    How to Use Material 3 in the Flutter Project With Example

    In this post, I will show you how to use Material 3 or Material You in your flutter project, by default flutter is using a material design that is the previous version but now we have Material 3 latest material design from Google. As we all know flutter 3.0 is out now and it supports the […] More

  • Flutter Toast Message Example Tutorial

    Toast is a flash message in a flutter, which displays some information to the user for a limited time and it appears at the bottom of the screen and disappears. Generally, we use a flutter toast message to notify the user about some status of action performed. For example, the use sign-in to the app successfully […] More

  • How to Add Back Button to Toolbar Android

    In this post you will learn how to add the back button to toolbar android, We use the toolbar back button to go back in our application.   create a new project in android studio   First of all we need to add second activity in our project like below   Open activity_second.xml and paste […] More

  • How to Send Data From One Activity to Another in Android

    In this post you will learn how to send data from one activity to another in android, we will use intent to pass data from one activity to another in android. Intents are very useful in term of communicating between activities or between application and OS.   So let’s start our tutorial by creating new project […] More

  • flutter widgets

    5 Amazing Flutter Widgets You Should Learn

    Flutter is all about widgets. If you wish to be excellent in Flutter, you need complete knowledge about flutter widgets obviously. The entire application can interpret as a widget tree in Flutter. In this post you will learn 5 amazing flutter widgets and however these widgets you can use with your Android applications. For your […] More

  • alertdialog-in-android

    Alertdialog in Android Implementation in Android – Android Alertdialog

    In this post you will learn how to implement alertdialog in android, Android alertdialog used to help users answer questions, confirm actions, read warning or error messages and make selections. Android alertdialog is a floating window which popups in our activity screen.   Create new project in Android studio and name it ‘Dialog Demo’   1. […] More

  • flutter snackbar

    Customize Flutter Snackbar Example

    Flutter snackbar is a material widget in flutter. Snackbar in flutter is use to notify users with a short message. We can use flutter snackbar after a particular action eg: after deleting a file or when there is no internet connection available and flutter snackbar displayed at bottom of screen and display a message for a short […] More

  • pinterest icon android icon

    How to Design Bottom Navigation View Like Pinterest in Android Studio

    In this post you will learn how to design Bottom Navigation View Like Pinterest in Android. We use bottom navigation view to navigate through our android application, So to design Bottom Navigation like Pinterest. We will use custom design for our Bottom Navigation View. First of all create a new project in android studio 1. […] More

  • How To Create Emulator In Android Studio 2021

    In android development, we need an android device to run the application. So, developers of Android Studio provide an option to install the android virtual devices to run it. In this article, we will learn how to create emulator in android studio. Follow the below steps to create emulator in Android Studio. Step 1: Firstly, […] More

  • How to connect mobile to android studio without USB cable

    When we are making Android apps, We have to connect our android device to our laptop with a USB cable. The USB cable is annoying and limits our movements. But don’t worry I know a little trick how to connect mobile to android studio without USB cable. In this article I will show you how […] More

Load More
Congratulations. You've reached the end of the internet.