Design Apps
Great Design for Good Reason
Learn modern and minimal ways to design any app. You can learn to design both android apps using android studio & Flutter Apps using Android Studio. Follow us at YouTube and press the bell icon to get notified about each new lesson uploaded related to Designs.

Latest Flutter Designs
Follow me on YouTube to get notified about all the latest tutorials and more!
Overview of Flutter E-commerce App
In this course you will learn how to create a modern and professional Flutter Ecommerce application. This course is designed with precision and a keen understanding of modern design aesthetics, this course promises a step-by-step walkthrough—from initial setup to a...
Flutter Login- Flutter Profile Page UI Design – Flutter App Design [2023]
This flutter UI tutorial will teach us to design two Flutter Profile UI Design Pages. In this video, we'll take a look at how to design a Flutter profile page UI. We'll cover the basics of how to design a Flutter profile page UI, including how to create a Flutter...
Flutter firebase phone authentication with example tutorial 2022
In this flutter firebase tutorial, we will learn flutter firebase phone number authentication and will sent OTP verification SMS to verify. In this video, we'll be learning how to create a Flutter Firebase phone number OTP authentication. This will allow us to secure...
Flutter Firebase Authentication Tutorial 2022 using GETX
In this flutter tutorial, we will learn flutter firebase authentication. Using Email and Password, we will use GETX State Management to perform firebase authentication in a flutter. There will be many topics that we will cover in this playlist and they are as follows....
How to setup firebase in flutter – Firebase Setup 2022
In this flutter firebase tutorial, we will learn, how to set up a firebase in a flutter. We will use a simple and quick way to set up a firebase. Learn to setup firebase in flutter with a quick and easiest way! In this flutter firebase tutorial, we will learn Flutter...
Flutter UI Design Tutorial – Flutter Homepage Dashboard UI – 2022
In this flutter UI Design tutorial, we will learn to design a modern Homepage Dashboard UI in a flutter. This Flutter dashboard UI will be divided into multiple segments and cover multiple core flutter design concepts. This dashboard UI tutorial is for all who are new...
Flutter OTP Screen UI Example – OTP TextField Code
In this flutter UI tutorial, we will learn how to design a beautiful modern and minimal Flutter OTP Screen UI. To design this OTP screen we will use Flutter OTP TextField. There are two mainly used Flutter OTP Packages and dependencies on pub.dev....
How to Reset Password Screen in Flutter – UI Code
In this flutter tutorial, we will learn how to design a forgot password screen in our FLUTTER LOGIN APP. In this tutorial, we will learn to reset the password screen in flutter using two methods. Mail and Phone No authentication. We will also learn how to create Model...
Flutter Signup UI Page Example Code – Flutter UI 2022
In this flutter tutorial, we will learn to design a modern Signup screen UI or Signup Page in Flutter. We are creating Flutter UI Design which is a part of our Flutter Login App. In this flutter ui tutorial, we will not just design but also we will learn to create a...
Flutter Login Screen Design – Modern Login Screen UI
In this flutter tutorial, we learn to design a modern flutter Login Page UI. Flutter Login Screen is the screen that has been used by almost every 2nd application. So, it has a very important role to Retain user or let them go. So, a beautiful login signup design is...
Flutter Animation 2022 – Animate any widget in flutter
In this flutter tutorial, we learn to use animations in flutter. In Flutter Animation tutorial, we will learn to create a custom widget that can be used anywhere in flutter to animate any widget. In our previous tutorials, we already learned how to make the Splash...
Modern Flutter Welcome Screen UI – Flutter UI 2022
In this flutter tutorial, we will learn to design the Welcome Screen in flutter which is a part of our Flutter login app course. We will create a flutter-responsive UI or make our design responsive using the flutter column widget. We will also learn, how to get...
Flutter Onboarding Screen – Flutter Liquid Swipe
In this flutter tutorial, we will create Flutter Onboarding Screen using Flutter Liquid Swipe animation. The onboarding screen is a list of pages we use to explain the basics of an app. It only appears for the first time. So, to create an onboarding screen in Flutter,...
How to create beautiful splash screen in flutter with animation 2022
In this flutter custom splash screen tutorial, we will learn how to create a Custom Splash Screen in Flutter with animation 2022 so, I have divided this tutorial into 3 main portions. Design a splash screen in flutter Add Animation using Stateful Widget & use...
How to add or remove Flutter Native Splash 2022
In this flutter native splash example tutorial, we will learn how to create or add Flutter Native Splash 2022. To add a Flutter native splash we have to use a pub.dev package called flutter_native_splash and it can be removed with a remove keyword. Prerequisite...
How to use Theme in Flutter – Dark and Custom Theme
In this tutorial, we will learn how to use themes in a flutter, use Color Swatches or create your own custom swatches. We will then learn to create a custom theme. We will also cover the Light and Dark Theme. How to switch themes and make it sync with the device using...
How to Setup Folder Structure in Flutter
In this flutter tutorial, we will learn how to set up a folder structure in a flutter, where to put assets of our flutter project & how to create a flutter package that can be reused in any other flutter app. Prerequisite Install Android Studio Install Flutter...
How to create a Checkbox in flutter Example 2022
In this tutorial, we are going to learn two ways to create and design a checkbox in a flutter. We will also learn how to create a custom checkbox in a flutter with an example. We will first design the checkbox widget in a flutter as a checkbox() and then we will...
How to create Text Form Field or Text Field in flutter
In this tutorial, we are going to learn the two ways to create, and design text fields in a flutter and also two ways to get data from a flutter textfield or a flutter textformfield. The design will be created using flutter textfield() and flutter textformfield()...
How to Create and Design Buttons in Flutter
In this tutorial, we are going to create buttons in Flutter 2022. We will create three different types of buttons in a flutter, Elevated buttons, Outline buttons, and Text Buttons. We will also learn how to design a custom button using all the properties of flutter...
How to create & design Container in Flutter – 2022
In this flutter tutorial, we are going to learn how to create a Container in a flutter. We will learn how to design a container in flutter 2022. In this flutter tutorial, we will cover all the properties of the Container include Background Color, Padding, Margin,...
How to add Material and Font-Awesome Icons
In this flutter tutorial, we are going to learn how to add material and font-awesome icons in flutter. How to make icons clickable using IconButton in our flutter project 2022. We will learn the 3 basics of flutter in this tutorial. How to use Material Icons in the...
How to add Images in Flutter – Asset and Network
In this Flutter tutorial, we are going to learn how to add images in flutter 2022. There are 2 main ways to add an image in a flutter, 1st is to add Asset Image in the flutter and 2nd is to add Network Image in the flutter. So, in this tutorial, we will learn both...
Exploring stateless widgets in Flutter – Coding with T
In this Flutter Crash course 2022, we are about to start our Flutter Crash Course for beginners and we will be exploring statless widgets in Flutter. In this Section 2, we will learn all the Basic and Core Stateless Widgets of Flutter which are a must to create any...
Stack and Positioned Widget in Flutter 2022
In this flutter tutorial, we are going to create layout widget in flutter. Stack and positioned widget will be used in this tutorial, whereas stack is used to layout widgets on top of one another and positioned widget is used to position the widgets (childerns of...
How to create a Floating Action Button in Flutter
In this flutter tutorial, we are going to create a floating action button in flutter. We will create FAB using widget provided by flutter material design FloatingActionButton(). Floating Action button is useful when it comes to perform some key actions like add...
How to add Logic in Flutter Code – Flutter 2022
In this flutter tutorial, we are going to add logic to our flutter code. We will simply do that by adding a simple function and will get Random Values printed directly in our Text Widget. This is the last video of our Section # 1 of the flutter basic crash course for...
How to Organize Flutter Code – Flutter Crash Code 2022
In this tutorial, we are going to convert our code we created in our previous tutorials into a more organized format. We will learn how to divide our code into classes (stateless / Stateful). We will first clean our main() function and learn how to use fat Arrows in a...
Create First Flutter App Part II (Widgets) – Flutter 2022
In this flutter tutorial, we are going to create our first flutter app in android studio part II. In our previous tutorial Part I we learned, how to create a new flutter project on the previously installed Android studio and go through the basics of Flutter main() and...
How to Create First Flutter App – Flutter 2022
In this flutter tutorial, we are going to create our first flutter app in android studio. We will first learn how to create a new flutter project on the previously installed Android studio. Watch Youtube tutorial What is flutter? As stated in the flutter.dev,...
Flutter Crash Course – Free Flutter tutorials for beginners
We are going to launch a brand new course of Flutter app development - Flutter Crash course for absolute beginners. In this course we will start from 0 and will cover all the basics that need to create professional app. This course is divided into 3 main parts Basics...
How to fix Issues in Flutter Doctor – Flutter Crash Course 2022
What is Flutter Doctor and how to run it? Flutter doctor is a command line tool. We can use flutter doctor to check weather our flutter and dart configurations are upto mark or there is some issue in them. To run a flutter doctor we can simply open our command prompt...
How to install Flutter on Android Studio 2022 for beginners
Flutter Series Overview - BriefErrors in Flutter InstallationThis is the second tutorial of Flutter Crash Course. In this tutorial we will learn how to install flutter in Android Studio. In our first tutorial we cover the overview of our series and you can check it...
Create a Custom Loading Progress Bar In Android Studio
In this tutorial, we will create a custom progress bar in android studio. We will use a regular progress bar but will add a custom background. If you want to watch any of the videos that are created before then click here.Watch Youtube tutorial Create a...
Store Data in Firebase database in an Android Studio # 15
In this tutorial, we are going to store the user's data we get in signup activities inside the firebase realtime database. In the previous activity, we performed phone number verification using firebase and now we will store data once the phone number has been...
Firebase phone authentication in android studio 2020 – Part 14
In this tutorial, we will create firebase OTP authentication in android studio. We will pass data from previous activities which are signup OR forget password. In our previous tutorial we set up firebase in the android studio so, if you are new here then please watch...
Complete Form Validation in the android studio – Part 12
In this tutorial, we will create or perform form validation in android studio at multiple fields. We will validate username, email, password, phone number, date of birth(age) and also gender validation. We will use Material design fields we already created in login...
Complete Forget Password Screens – UI/UX Design in Android – Part 11
In this tutorial, we will create material design multiple screens for forget password in android studio. We will use slide animations and apply them when new screen appears. Screens we will create are Forget Password Screen to get the phone number instead of email,...
Phone Number Verification – OTP pin View in Android studio – Part 10
In this tutorial, we will create material design OTP screen or PIN view in android studio. In the OTP screen user will have to enter the one time password and we will validate that password using firebase. If you are following the series (City Guide App) then you may...
Material Design Signup Screen in Android Studio – Part 9
In this tutorial we will create a modern Signup screen in android studio using Material design libraries we added in login tutorial. In this tutorial we will create multiple fields in android like Material design editText, TextInputLayout, Date Picker, Radio Buttons,...
Bottom Navigation Bar in Android Studio – City Guide – Part 20
After creating professional login-signup screens with forget password, sessions (Shared preferences) and firebase series. From now onwards, after successful login sigup we will allow the user to enter in their dashboard of City Guide App we are creating which is...
Material Design Login Screen in Android – City Guide Part 8
In today's tutorial, we are going to create a Login Design in Android Studio - City Guide app. We will also learn how to add shared animations in android and how to use Material library 1.1.0 to design fields.Before Getting Started So, before going to start coding, we...
Login Signup Welcome Screen in Android – City Guide Part 7
From now onwards, we will start another module of City Guide App we are creating which is Retailer Module. In today's tutorial, we will create a first retailer startup screen in which we will allow the user to either login or signup by adding some animations. Before...
All Categories Design in Android Studio – City Guide App – Part 6
In this tutorial, we will learn how to create categories in android studio. We are going to create a categories page of our city guide application. In previous tutorials, we have already created a Splash screen, Dashboard design, and Navigation Drawer using cardview...
Navigation Drawer menu in Android Studio – City Guide App – Part 5
In this tutorial series, we will be creating an Android Navigation Drawer Material design in android studio. We will also learn Create a Navigation Drawer with the Hamburger menu icon. Use of Side Drawer Animation for navigation drawer. How to use a custom background...
Fragments in Android Studio – Android Studio tutorials for beginners
U3Vic2NyaWJlIHVzIG9uIFlvdXR1YmU=import androidx.appcompat.app.AppCompatActivity; import androidx.fragment.app.FragmentTransaction; import android.os.Bundle; import android.widget.CompoundButton; import android.widget.Switch; public class MainActivity extends...
Walkthrough – Onboarding screen in an android studio – City Guide – 3
In this tutorial, we will learn how to create a walkthrough screen/onboarding screen in android studio. This screen is also called as one time screen of an android app. One time screen because it only displays only for one-time, after that it won't show until the...
Modern Dashboard UI Design in Android Studio – City Guide App – Part 4
In this tutorial, we will learn how to create a modern dashboard design in android studio. The dashboard is the main screen of our application that describes what is the functionality of an app. Hence we will create three different designs of recyclerview and cardview...
Splash Screen in Android Studio – City Guide App – Part 2
In this tutorial, we are going to create a splash screen android tutorial with animations in android studio. In short, this is the first tutorial of our complete application in which we will be creating a City Guide App android app with source code. Hence follow us...
Basic Setup of Android Studio – City Guide App – Part 1
We are creating a complete City Guide android application. For making that application we have learned how to download and install android studio in the previous tutorial. After that, we will learn how to do an android studio set up and what is the alternate of batch...
Android Designs
Follow me on YouTube to get notified about all the latest tutorials and more!
Overview of Flutter E-commerce App
In this course you will learn how to create a modern and professional Flutter Ecommerce application. This course is designed with precision and a keen understanding of modern design aesthetics, this course promises a step-by-step walkthrough—from initial setup to a...
Flutter Login- Flutter Profile Page UI Design – Flutter App Design [2023]
This flutter UI tutorial will teach us to design two Flutter Profile UI Design Pages. In this video, we'll take a look at how to design a Flutter profile page UI. We'll cover the basics of how to design a Flutter profile page UI, including how to create a Flutter...
Flutter firebase phone authentication with example tutorial 2022
In this flutter firebase tutorial, we will learn flutter firebase phone number authentication and will sent OTP verification SMS to verify. In this video, we'll be learning how to create a Flutter Firebase phone number OTP authentication. This will allow us to secure...
Flutter Firebase Authentication Tutorial 2022 using GETX
In this flutter tutorial, we will learn flutter firebase authentication. Using Email and Password, we will use GETX State Management to perform firebase authentication in a flutter. There will be many topics that we will cover in this playlist and they are as follows....
How to setup firebase in flutter – Firebase Setup 2022
In this flutter firebase tutorial, we will learn, how to set up a firebase in a flutter. We will use a simple and quick way to set up a firebase. Learn to setup firebase in flutter with a quick and easiest way! In this flutter firebase tutorial, we will learn Flutter...
Flutter UI Design Tutorial – Flutter Homepage Dashboard UI – 2022
In this flutter UI Design tutorial, we will learn to design a modern Homepage Dashboard UI in a flutter. This Flutter dashboard UI will be divided into multiple segments and cover multiple core flutter design concepts. This dashboard UI tutorial is for all who are new...
Flutter OTP Screen UI Example – OTP TextField Code
In this flutter UI tutorial, we will learn how to design a beautiful modern and minimal Flutter OTP Screen UI. To design this OTP screen we will use Flutter OTP TextField. There are two mainly used Flutter OTP Packages and dependencies on pub.dev....
How to Reset Password Screen in Flutter – UI Code
In this flutter tutorial, we will learn how to design a forgot password screen in our FLUTTER LOGIN APP. In this tutorial, we will learn to reset the password screen in flutter using two methods. Mail and Phone No authentication. We will also learn how to create Model...
Flutter Signup UI Page Example Code – Flutter UI 2022
In this flutter tutorial, we will learn to design a modern Signup screen UI or Signup Page in Flutter. We are creating Flutter UI Design which is a part of our Flutter Login App. In this flutter ui tutorial, we will not just design but also we will learn to create a...
Flutter Login Screen Design – Modern Login Screen UI
In this flutter tutorial, we learn to design a modern flutter Login Page UI. Flutter Login Screen is the screen that has been used by almost every 2nd application. So, it has a very important role to Retain user or let them go. So, a beautiful login signup design is...
Flutter Animation 2022 – Animate any widget in flutter
In this flutter tutorial, we learn to use animations in flutter. In Flutter Animation tutorial, we will learn to create a custom widget that can be used anywhere in flutter to animate any widget. In our previous tutorials, we already learned how to make the Splash...
Modern Flutter Welcome Screen UI – Flutter UI 2022
In this flutter tutorial, we will learn to design the Welcome Screen in flutter which is a part of our Flutter login app course. We will create a flutter-responsive UI or make our design responsive using the flutter column widget. We will also learn, how to get...
Flutter Onboarding Screen – Flutter Liquid Swipe
In this flutter tutorial, we will create Flutter Onboarding Screen using Flutter Liquid Swipe animation. The onboarding screen is a list of pages we use to explain the basics of an app. It only appears for the first time. So, to create an onboarding screen in Flutter,...
How to create beautiful splash screen in flutter with animation 2022
In this flutter custom splash screen tutorial, we will learn how to create a Custom Splash Screen in Flutter with animation 2022 so, I have divided this tutorial into 3 main portions. Design a splash screen in flutter Add Animation using Stateful Widget & use...
How to add or remove Flutter Native Splash 2022
In this flutter native splash example tutorial, we will learn how to create or add Flutter Native Splash 2022. To add a Flutter native splash we have to use a pub.dev package called flutter_native_splash and it can be removed with a remove keyword. Prerequisite...
How to use Theme in Flutter – Dark and Custom Theme
In this tutorial, we will learn how to use themes in a flutter, use Color Swatches or create your own custom swatches. We will then learn to create a custom theme. We will also cover the Light and Dark Theme. How to switch themes and make it sync with the device using...
How to Setup Folder Structure in Flutter
In this flutter tutorial, we will learn how to set up a folder structure in a flutter, where to put assets of our flutter project & how to create a flutter package that can be reused in any other flutter app. Prerequisite Install Android Studio Install Flutter...
How to create a Checkbox in flutter Example 2022
In this tutorial, we are going to learn two ways to create and design a checkbox in a flutter. We will also learn how to create a custom checkbox in a flutter with an example. We will first design the checkbox widget in a flutter as a checkbox() and then we will...
How to create Text Form Field or Text Field in flutter
In this tutorial, we are going to learn the two ways to create, and design text fields in a flutter and also two ways to get data from a flutter textfield or a flutter textformfield. The design will be created using flutter textfield() and flutter textformfield()...
How to Create and Design Buttons in Flutter
In this tutorial, we are going to create buttons in Flutter 2022. We will create three different types of buttons in a flutter, Elevated buttons, Outline buttons, and Text Buttons. We will also learn how to design a custom button using all the properties of flutter...
How to create & design Container in Flutter – 2022
In this flutter tutorial, we are going to learn how to create a Container in a flutter. We will learn how to design a container in flutter 2022. In this flutter tutorial, we will cover all the properties of the Container include Background Color, Padding, Margin,...
How to add Material and Font-Awesome Icons
In this flutter tutorial, we are going to learn how to add material and font-awesome icons in flutter. How to make icons clickable using IconButton in our flutter project 2022. We will learn the 3 basics of flutter in this tutorial. How to use Material Icons in the...
How to add Images in Flutter – Asset and Network
In this Flutter tutorial, we are going to learn how to add images in flutter 2022. There are 2 main ways to add an image in a flutter, 1st is to add Asset Image in the flutter and 2nd is to add Network Image in the flutter. So, in this tutorial, we will learn both...
Exploring stateless widgets in Flutter – Coding with T
In this Flutter Crash course 2022, we are about to start our Flutter Crash Course for beginners and we will be exploring statless widgets in Flutter. In this Section 2, we will learn all the Basic and Core Stateless Widgets of Flutter which are a must to create any...
Stack and Positioned Widget in Flutter 2022
In this flutter tutorial, we are going to create layout widget in flutter. Stack and positioned widget will be used in this tutorial, whereas stack is used to layout widgets on top of one another and positioned widget is used to position the widgets (childerns of...
How to create a Floating Action Button in Flutter
In this flutter tutorial, we are going to create a floating action button in flutter. We will create FAB using widget provided by flutter material design FloatingActionButton(). Floating Action button is useful when it comes to perform some key actions like add...
How to add Logic in Flutter Code – Flutter 2022
In this flutter tutorial, we are going to add logic to our flutter code. We will simply do that by adding a simple function and will get Random Values printed directly in our Text Widget. This is the last video of our Section # 1 of the flutter basic crash course for...
How to Organize Flutter Code – Flutter Crash Code 2022
In this tutorial, we are going to convert our code we created in our previous tutorials into a more organized format. We will learn how to divide our code into classes (stateless / Stateful). We will first clean our main() function and learn how to use fat Arrows in a...
Create First Flutter App Part II (Widgets) – Flutter 2022
In this flutter tutorial, we are going to create our first flutter app in android studio part II. In our previous tutorial Part I we learned, how to create a new flutter project on the previously installed Android studio and go through the basics of Flutter main() and...
How to Create First Flutter App – Flutter 2022
In this flutter tutorial, we are going to create our first flutter app in android studio. We will first learn how to create a new flutter project on the previously installed Android studio. Watch Youtube tutorial What is flutter? As stated in the flutter.dev,...
Flutter Crash Course – Free Flutter tutorials for beginners
We are going to launch a brand new course of Flutter app development - Flutter Crash course for absolute beginners. In this course we will start from 0 and will cover all the basics that need to create professional app. This course is divided into 3 main parts Basics...
How to fix Issues in Flutter Doctor – Flutter Crash Course 2022
What is Flutter Doctor and how to run it? Flutter doctor is a command line tool. We can use flutter doctor to check weather our flutter and dart configurations are upto mark or there is some issue in them. To run a flutter doctor we can simply open our command prompt...
How to install Flutter on Android Studio 2022 for beginners
Flutter Series Overview - BriefErrors in Flutter InstallationThis is the second tutorial of Flutter Crash Course. In this tutorial we will learn how to install flutter in Android Studio. In our first tutorial we cover the overview of our series and you can check it...
Create a Custom Loading Progress Bar In Android Studio
In this tutorial, we will create a custom progress bar in android studio. We will use a regular progress bar but will add a custom background. If you want to watch any of the videos that are created before then click here.Watch Youtube tutorial Create a...
Store Data in Firebase database in an Android Studio # 15
In this tutorial, we are going to store the user's data we get in signup activities inside the firebase realtime database. In the previous activity, we performed phone number verification using firebase and now we will store data once the phone number has been...
Firebase phone authentication in android studio 2020 – Part 14
In this tutorial, we will create firebase OTP authentication in android studio. We will pass data from previous activities which are signup OR forget password. In our previous tutorial we set up firebase in the android studio so, if you are new here then please watch...
Complete Form Validation in the android studio – Part 12
In this tutorial, we will create or perform form validation in android studio at multiple fields. We will validate username, email, password, phone number, date of birth(age) and also gender validation. We will use Material design fields we already created in login...
Complete Forget Password Screens – UI/UX Design in Android – Part 11
In this tutorial, we will create material design multiple screens for forget password in android studio. We will use slide animations and apply them when new screen appears. Screens we will create are Forget Password Screen to get the phone number instead of email,...
Phone Number Verification – OTP pin View in Android studio – Part 10
In this tutorial, we will create material design OTP screen or PIN view in android studio. In the OTP screen user will have to enter the one time password and we will validate that password using firebase. If you are following the series (City Guide App) then you may...
Material Design Signup Screen in Android Studio – Part 9
In this tutorial we will create a modern Signup screen in android studio using Material design libraries we added in login tutorial. In this tutorial we will create multiple fields in android like Material design editText, TextInputLayout, Date Picker, Radio Buttons,...
Bottom Navigation Bar in Android Studio – City Guide – Part 20
After creating professional login-signup screens with forget password, sessions (Shared preferences) and firebase series. From now onwards, after successful login sigup we will allow the user to enter in their dashboard of City Guide App we are creating which is...
Material Design Login Screen in Android – City Guide Part 8
In today's tutorial, we are going to create a Login Design in Android Studio - City Guide app. We will also learn how to add shared animations in android and how to use Material library 1.1.0 to design fields.Before Getting Started So, before going to start coding, we...
Login Signup Welcome Screen in Android – City Guide Part 7
From now onwards, we will start another module of City Guide App we are creating which is Retailer Module. In today's tutorial, we will create a first retailer startup screen in which we will allow the user to either login or signup by adding some animations. Before...
All Categories Design in Android Studio – City Guide App – Part 6
In this tutorial, we will learn how to create categories in android studio. We are going to create a categories page of our city guide application. In previous tutorials, we have already created a Splash screen, Dashboard design, and Navigation Drawer using cardview...
Navigation Drawer menu in Android Studio – City Guide App – Part 5
In this tutorial series, we will be creating an Android Navigation Drawer Material design in android studio. We will also learn Create a Navigation Drawer with the Hamburger menu icon. Use of Side Drawer Animation for navigation drawer. How to use a custom background...
Fragments in Android Studio – Android Studio tutorials for beginners
U3Vic2NyaWJlIHVzIG9uIFlvdXR1YmU=import androidx.appcompat.app.AppCompatActivity; import androidx.fragment.app.FragmentTransaction; import android.os.Bundle; import android.widget.CompoundButton; import android.widget.Switch; public class MainActivity extends...
Walkthrough – Onboarding screen in an android studio – City Guide – 3
In this tutorial, we will learn how to create a walkthrough screen/onboarding screen in android studio. This screen is also called as one time screen of an android app. One time screen because it only displays only for one-time, after that it won't show until the...
Modern Dashboard UI Design in Android Studio – City Guide App – Part 4
In this tutorial, we will learn how to create a modern dashboard design in android studio. The dashboard is the main screen of our application that describes what is the functionality of an app. Hence we will create three different designs of recyclerview and cardview...
Splash Screen in Android Studio – City Guide App – Part 2
In this tutorial, we are going to create a splash screen android tutorial with animations in android studio. In short, this is the first tutorial of our complete application in which we will be creating a City Guide App android app with source code. Hence follow us...
Basic Setup of Android Studio – City Guide App – Part 1
We are creating a complete City Guide android application. For making that application we have learned how to download and install android studio in the previous tutorial. After that, we will learn how to do an android studio set up and what is the alternate of batch...