Android Studio complete course Bangla (Beginner to Advanced)

এই ভিডিও সিরিজে আশা করি Android Studio বিষয়টাকে সহজে সহজে উপস্থাপন করতে পেরেছি। যদি আমার ভিডিওগুলো থেকে কোন কিছু শিখতে পারেন, তবে অবশ্যই আমার ভিডিওগুলো সবার সাথে শেয়ার করে আমাকে কৃতজ্ঞ করবেন । আমার এই কষ্টার্জিত কাজগুলো সবার কাছে পৌঁছে দেয়ার দায়িত্ব আপনার ।

team

Android Course Plan

Introduction to the android course plan

team

Android course plan (updated)

Introduction to the updated android course plan

team

introduction of android | android fundamental

1) what is Android ? 2) History of Android 3) Features of Android 4) different versions of android 5) software required for android development

team

How to download and install JDK

team

android studio download and install

How to download and install android studio

team

Running first app and avd setup in android studio

1) Running your First App 2) setting up android device monitor

team

some important tips

1) How to show line number in android studio 2) How to increase the font size in android studio 3) what are the differences between View and ViewGroup ? 4) LinearLayout 5) TextView

team

android file structure explained

1) Android file structure 2) Java file, Manifest file, Resource file

team

screen orientation android studio

Android Screen Orientation - Horizontal and vertical

team

End of the part-1

1) What is Android? 2) History of android 3) Features of android 4) Android versions 5) Required software 6) Running first app 7) Setup AVD 8 Android File structure 9) Views, ViewGroup 10) Screen orientation

team

Introduction to part 2 | Widget

Introduction to the part 2 where I will be discussing about different types of widget.

team

textview in android example (part-1)

team

textview in android example (part-2)

team

textview in android example (part-3)

team

textview in android example (part-4)

team

using color in android

team

android margin vs padding

team

android button tutorial

team

Button with Listener (part-1)

team

Button with Listener (part-2)

team

Button with Listener (part-3)

team

Button with Listener (part-4)

team

Button with Listener (part-5)

team

android toast tutorial

team

Login Output in android

team

EditText (part-1)

team

EditText (part-2)

team

EditText (part-3)

team

displaying image in android studio using imageview (part-1)

In this video, I have explained about ImageView. I have shown how to display images in android app.

team

displaying image in android studio using imageview (part-2)

In this video, I have explained about ImageView. I have shown how to display images in android app.

team

custom toast in android example (part-1)

team

custom toast in android example (part-2)

team

checkbox in android example (Part-1)

team

checkbox in android example (Part-2)

team

radio button in android studio example

team

ratingbar in android studio example

team

SeekBar in android studio example

team

switch in android studio example

team

How to convert website into android application | WebView (part-1)

team

How To Change Label And Icon Of Your App | WebView (part-2)

team

BackPressed with WebView | WebView (part-3)

team

datepicker in android studio example

team

datepickerdialog android tutorial

team

timepicker android tutorial

team

TimePickerDialog

team

android clock tutorial

team

alertdialog in android example

team

font in android example

team

layout_weight and weightSum

team

zoomcontrols in android

team

VideoView | How to play video in android

team

End of the part-2

team

Introduction to part 3 | Activity, Intent

team

Activity Life Cycle in android

team

intent in android studio tutorial

team

how to send data from one activity to another in android

team

CountryProfile Project (part-1)

team

Countryprofile Project (part-2)

team

Countryprofile Project (part-3)

team

onActivityForResult in android

team

End Of The Part 3 | Activity, Intent

team

Introduction to part 4

Adapter, ListView, SearchView, Menu, GridView, Spinner, ProgressBar, Full screen activity, SplashScreen, MediaPlayer

team

listview in android studio example (Theory)

team

listview in android studio example (Practical)

team

listview with onitemclicklistener android example

team

listview custom adapter android (part-1)

team

listview custom adapter android (part-2)

team

ListView Filtering and SearchView

team

option menu in android studio example with code

team

searchview in actionbar android studio example

team

how to create gradient background in android

team

gridview android studio example (Part-1)

team

gridview android studio example (Part-2)

team

spinner android studio example

team

Spinner with OnItemSelected Listener (part-1)

team

Spinner with OnItemSelected Listener (part-2)

team

progressbar android studio example

team

FullScreen Activity

team

How To Create SplashScreen

team

mediaplayer in android studio

team

Adding share menu item in Android action bar

team

Adding feedback menu item in action bar (part-1)

team

Adding feedback menu item in action bar (part-2)

team

autocompletetextview example in android studio

team

expandable listview android studio example

team

Preparing data for the Expandable Listview

team

Expandable Listadapter android example (part-1)

team

Expandable Listadapter android example (part-2)

team

Expandable Listview With Listener (part-1)

team

Expandable Listview With Listener (part-2)

team

Preparing data for the Expandable Listview (2nd way)

team

fragment android example (Part-1)

team

fragment android example (Part-2)

team

Android Tricks

team

End of the part-4

team

Introduction to part 5 | Layout

team

Relative Layout android example

team

table Layout android example

team

frame Layout android example

team

End of the part 5

team

Introduction to part 6

team

Adding Back / Up Button To Toolbar (part-1)

team

Adding Back / Up Button To Toolbar (part-2)

team

How to use logo on Actionbar

team

Applying style

team

Types of Intent

team

html content in android webview

team

html content in android textview

team

scroll tabs android (part-1)

team

scroll tabs android (part-2)

team

How to design and create a Login Application (part-1)

team

How to design and create a Login Application (part-2)

team

Android CardView (part-1)

team

Android CardView (part-2)

team

How to make a specific activity into full screen activity

team

End of the part 6

team

Introduction to part 7 | Android Database

team

SharedPreference Example 1 (part-1) | Storing user details

team

SharedPreference Example 1 (part-2) | Storing user details

team

SharedPreference Example 2 | Storing last score

team

SharedPreference Example 3 (part-1) | Storing user setting

team

SharedPreference Example 3 (part-2) | Storing user setting

team

Storing data using file (part-1)

team

Storing data using file (part-2)

team

Introduction to SQLite data storage

1) what is SQLite Database ? 2) How to create it in android ?

team

Creating table And database (part-1)

How to create a table and database

team

Creating table And database (part-2)

1) How to upgrade the database 2) how to drop a table

team

how to pull sqlite database file from android device (old version)

How to check the sqlite database file in android studio

team

How to pull sqlite database file from android device (new version)

How to check the sqlite database file in android studio

team

Inserting data in sqlite

In this video I have explained how to insert data in the table.

team

read data from sqlite android (part-1)

In this video I have explained how to display data from the sqlite database.

team

read data from sqlite android (part-2)

In this video I have explained how to display data from the sqlite database.

team

update data from the sqlite database android

In this video I have explained how to update data from the sqlite database.

team

delete data from the sqlite database android

team

sign in and sign up code in android (part-1)

In this video I have explained how to create sign up and sign in page using sqlite database.

team

sign in and sign up code in android (part-2)

In this video I have explained how to create sign up and sign in page using sqlite database.

team

sign in and sign up code in android (part-3)

In this video I have explained how to create sign up and sign in page using sqlite database.

team

sign in and sign up code in android (part-4)

In this video I have explained how to create sign up and sign in page using sqlite database.

team

display sqlite data in listview android (part-1)

In this video I have explained how to display data in listview from sqlite database.

team

display sqlite data in listview android (part-2)

In this video I have explained how to display data in listview from sqlite database.

team

display sqlite data in listview android (part-3)

In this video I have explained how to display data in listview from sqlite database.

team

Android Bangla Tutorial 2.19 : Guessing Game

1. Generating random number 2. designing xml layout

team

Android Bangla Tutorial 2.20 : Debugging

1) what is bug and debug ? 2) how to debug in android studio ?

team

Screen Navigation (TabLayout, ViewPager, Fragments)

1) How to use TabLayout 2) how to use ViewPager 3) How to use Fragments inside viewpager

team

autoLink in TextView

1) How to use autoLink in TextView 2) How to use textApperance attribute in TextView

team

Implicit Intent in android

1) Types of Intent 2) Example of Implicit Intent

team

RecyclerView in Android app (part-1)

1) what is RecyclerView? 2) How to use RecyclerView in android app?

team

RecyclerView in Android app (part-2)

How to add listener with RecyclerView

team

cardview inside recyclerview

How to use cardview inside a recyclerview

team

Making your app responsive (part-1)

team

Making your app responsive (part-2)

team

Making your app responsive (part-3)

team

Introdcution to Firebase Bangla Tutorial

1) What is Firebase? 2) What is the use of Google Firebase? 3) What are the benefits of Firebase? 4) What are the major features of Firebase?

team

How to sign up a user

How to sign up using Firebase Authentication

team

How to sign in

1) How to check a user is already registered 2) How to sign in using firebase authentication

team

How to sign out

How to sign out using firebase authentication

team

Firebase RealTime DataBase part 1 - How to store data

How to store data using realtime database

team

Firebase RealTime DataBase part 2 : How to Retrieve data

How to retrieve data from realtime database

team

Firebase Storage part 1 : store, retrieve and delete image

1) How to connect with firebase storage 2) How to open file chooser and choose an image 3) How to use Picasso

team

Firebase Storage part 2 : store, retrieve and delete image

team

Firebase Storage part 3 : store, retrieve and delete image

How to create an adapter for RecyclerView

team

Firebase Storage part 4 : store, retrieve and delete image

How to retrieve data from firebase and place into recyclerview

team

Firebase Storage part 5 : store, retrieve and delete image

1) How to add listener with recyclerview 2) How to create context menu

team

Firebase Storage part 6 : store, retrieve and delete image

How to delete an item from firebase storage and database

team

How to make launcher icon for any android device Bangla Tutorial

In this video I will teach you how to generate launcher icon for any android device without even using any external software.

team

How to generate signed apk | Android Bangla Tutorial 2019

In this video, I have shown you how to generate signed apk that will be must be needed for publishing your android app.