Latest stories

  • firebase-realtime-database-android
    in

    Firebase Realtime Database Android CRUD Operations in Kotlin

    Hey guys, here is the complete Firebase Realtime Database Android with Kotlin guide. Firebase realtime database is NoSQL database which means we don’t have the traditional columns and rows. In firebase realtime database we can store data in the form of JSON tree structure like below. In this post we will create an app in […] More

  • downlaod-and-install-node-js
    in

    How to Download and Install Node.js, NPM on Windows 10

    In this post, I will show you how to download and install node.js and NPM on windows 10. What is Node.js? Node.js is a run-time environment that includes everything you need to execute a program written in JavaScript. It runs scripts on the server to render content before it is delivered to a web browser. […] More

  • in

    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

  • in

    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

  • in

    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
    in

    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

  • flutter snackbar
    in

    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

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