Zero to Hero in Android (Season 2) | Bongo Academy

Zero to Hero in Android (Season 2)

এই সিজনে শিখবেন Advanced প্রোগ্রামিং কনসেপ্ট। Server, API, Firebase সহ ডজনখানেক সেকশনে Programming এর জাদুতে মুগ্ধ হবেন — প্রতিটি ধাপে⚡

  • 3,300
  • 9,700
  • Course Includes
  • Advanced Programming
  • 8+ Complete Projects
  • Server, API, Firebase
  • Certificate of Completion
  • Lifetime Access
Tags:
season2 android appdev advance


Course Content

12 sections • 129 lectures • 39h 06m total length
Class 201: Data Type & Variables (Part 1)

Understanding Data Type and variables

22min
Class 202: Data Type & Variables (Part 2)

Implementing Data Type and variables

27min
Class 203: User input in Android

Taking inputs from users

16min
Class 204: Converting data types

Let’s make a simple calculative app

28min
Class 205: Exploring Logcat & problem solving

Why app crushes! Explore logcat & bug fixing

22min
Class 206: BMI Calculator (Part 1)

Let’s understand a practical example: BMI calculator

17min
Class 207: BMI Calculator (Part 2)

Developing a functional BMI calculator!

27min
Class 208: Decision Making in Android

Learn how to make decision for your app

14min
Class 209: Operators & Expressions

Learn different types of operators and make expressions using them

27min
Class 210: If-Else statements in android

Solving some real problems with If-Else statements in Android Studio

16min
Class 211: Nested If-Else statements in android

Let’s learn some complex if-else statements in android studio

15min
Class 212: If-Else-If statements in android

Let’s learn some complex if-else-if statements in android

25min
Class 213: Show error on input fields using condition

Control user input & manipulate users to put accurate data inside an input field

23min
Class 214: Home Work -develop 5 different apps using condition

Home work (214.1-214.5)

Implement condition in different 5 problems & make some cool apps

16min
Class 215: Home Work Solutions [214.1-214.2]

Home Work Solutions [214.1-214.2]

26min
Class 216: Home Work Solutions [213.4-214.5]

Home Work Solutions [214.3-214.5]

24min
Class 217: Mindset & Adda with Trainer

Some important message to keep you motivated & help you to shape up your visions

17min
Class 218: Zakat Calculator & TAX Calculator app

Complete two assignments: Develop professional Zakat & TAX calculator app!

11min
Class 219: Converting text into voice

Let’s have some fun with android text to voice conversion

19min
Class 220: Alert dialog in Android

How to display an alert dialog in android with some action buttons

14min
Class 221: Control app exit with some dialog interface

Ask users if they really want to exit from app and take some action according to their choice

16min
Class 222: How to check network info with connectivity manager

Check network info with the help of system service features

16min
Class 223: Play some audio files inside your app

Play some audio (mp3 / wav) inside your app both from online and offline sources

29min
Class 224: Audio Player app in Android

Let’s control our audio player programmatically with a playlist & custom media player

30min
Class 225: Custom PDF Viewer app

Load some pdf files inside your app & make some awesome user experience

26min
Class 226: User Defined Method (Part 1)

Understanding user defiend methods and their usage (Part 1)

25min
Class 227: User Defined Method (Part 2)

Understanding user defiend methods and their usage (Part 2)

25min
Class 228: Loop in Android (For, While)

What is loop & how it works. Understanding basic functionality and usage

27min
Class 229: For Loop in Android (Part 1)

A for loop repeats until a specified condition is satisfied. Explore the definition, real life example, and results of for loops and learn about the syntax

22min
Class 230: For Loop in Android (Part 2)

Understanding the break and continue statements with the help of different examples and home work

28min
Class 231: For Loop in Android (Part 3)

Take some inputs from user and make for loops according to user's decesion

22min
Class 232: Home work [232.1 - 232.5] [Loop]

Home work (232.1-232.5)
Implement the for loop and solve different 5 problems. Upload the homeworks to our facebook group

14min
Class 233: Nested For Loop in Android (Part 1)

Nested loop means a loop statement inside another loop statement. Understand the basic functionality of nested loop

15min
Class 234: Nested For Loop in Android (Part 2)

Check wheater a number is prime or not. Use some nested loops to make some cool stuffs

17min
Class 235: Arrays in Android

An array is used to store a collection of data. Understanding the arrays in android

26min
Class 236: Shared Preferences in Android

Store and retrieve small amounts of primitive data as key/value pairs on the device storage with shared preferences.

28min
Class 237: Layoutinflater in Android (Part 1)

Marge / inflate layout inside views in xml.

13min
Class 238: Layoutinflater in Android (Part 2)

Marge / inflate layout inside views in java.

21min
Class 239: Introducing ListView and Custom Adapters

Introduction to ListView and custom adapters in android.

20min
Class 240: Implementing Custom Adapter with Layoutinflater

Implementing custom adapter from scratch with the help of layout inflater service.

24min
Class 241: HashMap & ArrayList

Learn about HashMap and ArrayList, make a way to use them with android ListView.

21min
Class 242: Using HashMap & ArrayList Inside Custom Adapter

Use the hashmap and arraylist concept inside custom adapter and complete a listview lifecycle.

34min
Class 243: Complete News App (part 1)

Part 1: Complete news app using ListView, custom adapter, arraylist, hashmap and layoutinflater

27min
Class 244: Complete News App (part 2)

Part 2: Complete news app using ListView, custom adapter, arraylist, hashmap and layoutinflater

28min
Class 245: Complete News App (part 3)

Part 3: Complete news app using ListView, custom adapter, arraylist, hashmap and layoutinflater

17min
Class 246: GridView with Custom Adapter

Implement a dynamic gridview with custom adapter in android.

21min
Class 247: Home work [247.1 - 247.3] [ListView & GridView]

Home work [247.1 - 247.3]

Take some challenges & develop three useful apps using listview, gridview, custom adapter, condition etc.

12min
Class 248: Overview: Server, API & Database

Introduction to Server, API & Database

19min
Class 249: Hello world & variable declaration in PHP

How to create a free hosting and run your first php script

20min
Class 250: Parsing data from server with Volley

Creating a simple php file on server and parsing data from app with Volley library

21min
Class 251: Control ads from server response

Send a server command to your app and control ads should be shown or not

15min
Class 252: Working with JSON

Introduction to JSON file format and understanding JSON Object & Arrays

22min
Class 253: JSON Parsing in Android

Parsing JSON Objects in Android and extracting data from them

23min
Class 254: Understanding JSON Array

How to create a JSON array

10min
Class 255: JSONArray Request in Android

Parsing JSONArray from server and applying loops to retrieve data from them

20min
Class 256: Creating ArrayList from JSONArray in Android

Let’s combine Arraylist & HashMap with JSONArray & JSONObject

10min
Class 257: JSON Parsing & ListView: Make a complete app

Let’s complete the whole package, parse data from server and make our first functional app with ListView

15min
Class 258_1: Complex JSON Parsing (Part 1)

Complex JSON parsing in Android (Part 1)

20min
Class 258_2: Complex JSON Parsing (Part 2)

Complex JSON parsing in Android (Part 2)

25min
Class 259: mySQL Database

Understanding mySQL Database & creating your own table inside database system

18min
Class 260: Connecting Database with PHP

Connect your mySQL databse with your php script & apply some conditions to check the state

18min
Class 261: Insert data into Database with PHP

Insert some data into mySQL database with your own php script

15min
Class 262: Pass Data via the URL Parameters

Pass data to your php script via the URL parameters & catch them with php get method

21min
Class 263: Insert data into Database with Android

Develop your own android app to send data to mySQL database table

21min
Class 264: PHP Array & JSON

Understanding PHP array & JSON header

19min
Class 265: Get all Data from Database with PHP

Getting all the data from databse table with your php script

20min
Class 266: Database result as JSON output

Get all data from a database table and output them as JSON file format

18min
Class 267: Android JSON parsing from mySQL Database

mySQL data to Android ListView ~ JSON parsing

22min
Class 268: JSON array & Custom ListView

Inflate JSON result to your android custom ListView

13min
Class 269: Update & Delete mySQL Data from Android

Update and delete mysql data from your android app

26min
Class 270: Database query with Android

Search something from Database with your android app

 

21min
Class 271: Fragment in Android (Part 1)

Understanding fragments and how it works.

12min
Class 272: Fragment in Android (Part 2)

Implementing fragments inside framelayout.

20min
Class 273: Fragment in Android (Part 3)

Replace fragments and reuse them.

17min
Class 274: TabLayout in Android

TabLayout in android: how it works and real-life implementation with item click listener.

19min
Class 275: Assignment for TabLayout & Fragment

Build a complete app e-book PDF reader app using TabLayout, Fragments, Volley etc. Upload the homework to our group

Group Link: https://www.facebook.com/groups/learnwithjubayer

10min
Class 276: Bottom Navigation in Android

Implementing bottom navigation and bottom navigation item click listener in android.

26min
Class 277: Navigation Drawer in Android (Part 1)

. Intoduction to navigation drawer in android.

17min
Class 278: Navigation Drawer in Android (Part 2)

Xml design for navigation drawer: DrawerLayout >> CoordinatorLayout >> AppBarLayout >> MaterialToolBar >> NavigationView

17min
Class 279: Navigation Drawer in Android (Part 3)

Xml design for navigation drawer: DrawerLayout >> CoordinatorLayout >> AppBarLayout >> MaterialToolBar >> NavigationView

>> populating menu items inside nav view & tool bar

16min
Class 280: Navigation Drawer in Android (Part 4)

Bridging NavigationView with DrawerLayout & ToolBar and implementing nav item click listener.

21min
Class 281: Navigation Drawer with Fragments (Part 1)

Implementing fragments inside drawerlayout in andoroid.

17min
Class 282: Navigation Drawer with Fragments (Part 2)

Implementing fragments inside drawerlayout in andoroid (part 2)

14min
Class 283: RecyclerView with Custom Adapter

Implementing RecyclerView with Custom Adapter in Andorid.

24min
Class 284: RecyclerView with ArrayList & HashMap

Implementing RecyclerView with ArrayList & HashMap.

20min
Class 285: Homework [Instagram Like App]

Complete the homework and upload it to our facebook group!

6min
Class 286: RecyclerView with custom ViewHolder (Part 1)

Dynamic design with RecyclerView and custom ViewHolder (Part 1)

18min
Class 287: RecyclerView with custom ViewHolder (Part 2)

Dynamic design with RecyclerView and custom ViewHolder (Part 2)

19min
Class 288: RecyclerView with custom ViewHolder (Part 3)

Dynamic design with RecyclerView and custom ViewHolder (Part 3)

17min
Class 289: Native Ad in Android

Implementing native ad in android and learning native ad policies.

23min
Class 290: Implementing Native Ads inside RecyclerView

How to place admob native ads in RecyclerView in Android.

17min
Class 291: Native Ads Dynamic Placement

Place native ads dynamically inside RecyclerView in Android.

14min
Class 292: Introduction to Rewarded Video Ad

Rewarded video ad: Introduction, policies and preparation

19min
Class 293: Implementing Rewarded Video Ad (Part 1)

Rewarded Video Ad: Implementation (Part 1)

27min
Class 294: Implementing Rewarded Video Ad (Part 2)

Rewarded Video Ad: Implementation (Part 2)

15min
Class 295: Meta Audience Network Introduction

Meta Audience Network and SDK initilization

16min
Class 296: Implementing Banner Ad (Audience Network)

Banner ad implementation and policy guideline

20min
Class 297: Banner Ad Listener

Implementing banner ad listener

14min
Class 298: Prevent Invalid Click for Banner Ad

How to prevent invalid click for banner ad (audience network)

13min
Class 299: Interstitial Ad with Policy Guideline

Meta Audience Network Interestitial Ad with policy guideline

14min
Class 2100: Prevent Invalid Click for Interestitial Ad

How to prevent invalid click for interestitial ad (audience network)

14min
Class 2101: Assignment -Track Ad Click Event

Complete the homework and upload it to our facebook group with #student id.

Group Link:https://www.facebook.com/groups/564163387535104

 

8min
Class 2102: Native Ad (Part 1)

Implementing native ad (part 1)

14min
Class 2103: Native Ad (Part 2)

Implementing native ad (part 2)

13min
Class 2104: Native Ad Template

Implementing native ad using native template (audience network)

14min
Class 2105: Implement Native Ad in ListView

Implementing native banner ad in ListView with custom adapter

14min
Class 2106: Rewarded Video Ad (audience network)

Implementing rewarded video ad (audience network) with policy guideline

14min
Class 2107: Account Creation and Verification

Create a business account and how to verify

13min
Class 2108: Start Earning with Audience Network

Start earning...

12min
Class 2109: Introduction to Firebase

Introduction to Firebase in android

11min
Class 2110: Data Safety for Firebase

Understanding data safety for using firebase sdk

14min
Class 2111: Firebase Analytics

Firebase analytics sdk with  firebase-bom library

18min
Class 2112: Firebase In-App-Messaging (Part 1)

(Part 1) Displaying pop-up message inside your app using firebase in-app-messaging cloud API

10min
Class 2113: Firebase In-App-Messaging (Part 2)

(Part 2) Displaying pop-up message inside your app using firebase in-app-messaging cloud API

17min
Class 2114: Plan for Utilizing Firebase Cloud Messaging API

Develop a comprehensive masterplan detailing the steps and procedures for effectively implementing and utilizing the Firebase Cloud Messaging API in your app

15min
Class 2115: Enable API and Runtime Permissions

Initiate the process of enabling the API and managing runtime permissions for push notification by carefully configuring the necessary settings and access rights within the app

18min
Class 2116: Firebase Push Notification Setup (Part 1)

Begin by setting up Firebase Push Notifications in this first part of the series, configuring essential components for seamless notification functionality in your application

14min
Class 2117: Firebase Push Notification Setup (Part 2)

Comprehend and configure Firebase Messaging Service in the Android manifest and methods of the service class for push notification

10min
Class 2118: Firebase Push Notification Setup (Part 3)

Receive Firebase signal, configure notification, and perform testing

17min
Class 2119: Firebase Cloud Messaging (FCM) Device Token

The FCM (Firebase Cloud Messaging) device token is a unique identifier assigned to a device during registration with the FCM service. This token facilitates targeted push notification delivery, ensuring messages reach the intended device accurately

19min
Class 2120: Communicating with Target Devices and Grasping PHP cURL

Communicating with Target Devices using firebase device registration token and understanding PHP cURL

14min
Class 2121: Device Communication with PHP cURL (Part 1)

(Part 1) We'll explore using PHP cURL for effective device communication. Learn to make HTTP requests, handle methods like GET and POST, and customize requests. Gain practical skills to enhance communication between your server and target devices

16min
Class 2122: Device Communication with PHP cURL (Part 2)

(Part 2) We'll explore using PHP cURL for effective device communication. Learn to make HTTP requests, handle methods like GET and POST, and customize requests. Gain practical skills to enhance communication between your server and target devices

7min
Class 2123: Remote SMS Control for Device

Leverage FCM to send SMS from a server, enabling control over your actual Android device remotely using PHP cURL

19min
SMS Bot: Downloadable Files & Source Code

Gain control of a device using this application. Send SMS messages (Ex. OTP) remotely and access all received messages from a remote server. Download the files and follow lectures

0.1mb
Class 2124: SMS Bot -Complete Project (Part 1)

(Part 1) Gain control of a device using this application. Send SMS messages (Ex. OTP) remotely and access all received messages from a remote server. Download the files and follow lectures

8min
Class 2125: SMS Bot -Complete Project (Part 2)

(Part 2) Gain control of a device using this application. Send SMS messages (Ex. OTP) remotely and access all received messages from a remote server. Download the files and follow lectures

15min
Class 2126: SMS Bot -Complete Project (Part 3)

(Part 3) Gain control of a device using this application. Send SMS messages (Ex. OTP) remotely and access all received messages from a remote server. Download the files and follow lectures

15min
Class 2127: SMS Bot -Complete Project (Part 4)

(Part 4) Gain control of a device using this application. Send SMS messages (Ex. OTP) remotely and access all received messages from a remote server. Download the files and follow lectures

9min

Requirements

  • সিজন-১ শেষ করতে হবে

Description

Zero to Hero in Android (Season 2) তে আপনাদের সবাইকে স্বাগত জানাচ্ছি ❤❤

এই সিজনে আমরা Advanced প্রোগ্রামিং শিখবো খেলতে খেলতে এবং অ্যাপ তৈরির মাধ্যমে। ডজন খানেক সেকশন যুক্ত করা হয়েছে যেগুলার মধ্যে আছে ১৩০ টির বেশি লেকচার। Programming এর জাদুতে মুগ্ধ হবেন — প্রতিটি ধাপে⚡এই কোর্সটি শুধুমাত্র তাদের জন্য ডিজাইন করা হয়েছে যারা সিজন-১ এর সবগুলা লেকচার প্র্যাকটিস করেছে।

কোড করার সময় আপনার যেকোন সমস্যা আমাদের ফেসবুক গ্রুপ Learn Android With Jubayer এখানে পোস্ট করুন। পোস্ট করার সময় আপনার student id এবং #Season2 উল্লেখ করে আপনার সমস্যার কথা আমাদেরকে জানান। আমার ফেসবুক পেজ বা ইউটিউব চ্যানেলে যুক্ত হতে পারেন নেক্সট কাজের সব আপডেট পেতে।

Bongo Academy এর কোর্স সমূহ copyrighted!! তাই কোর্স এর যেকোন লেকচার ডাউনলোড করা, অন্যত্র শেয়ার করা বে-আইনি। এক্ষেত্রে আমরা আইনানুগ ব্যবস্থা নিতে পারি

Recently Added Courses

blog
Last Updated 7th May 2025
  • Lifetime
    Access
  • 3,500
  • 14,900
blog
Last Updated 7th May 2025
  • Lifetime
    Access
  • 3,300
  • 9,700
blog
Last Updated 7th May 2025
  • Lifetime
    Access
  • 2,500
  • 4,500

About the Instructor

মাত্র ১৬ বছর বয়সে উদ্যোক্তা হয়ে ওঠা এই তরুণ প্রযুক্তিবিদ বেশ অল্প বয়েসেই সফলভাবে বাংলাদেশের আইটি সেক্টরে নিজেকে প্রতিষ্ঠিত করেন। তাঁর উদ্ভাবিত ‘ভ্যাট চেকার’ অ্যাপ দেড় বছরে বাংলাদেশ সরকারকে সাড়ে তিন’শ কোটি টাকার রাজস্ব ক্ষতি থেকে বাঁচিয়ে দিয়েছিল।  এছাড়া আরো অনেক উদ্ভাবনী কাজের মাধ্যমে দেশব্যাপী সাড়া ফেলে দিয়েছেন এই তরুণ নির্মাতা।

জুবায়ের হোসেন তার কাজের স্বীকৃতি হিসেবে অর্জন করেছেন জাতীয় মোবাইল অ্যাপস অ্যাওয়ার্ড, দক্ষিণ এশিয়ার সেরা উদ্যোক্তা সম্মাননা, ব্র্যাক আয়োজিত মন্থন ডিজিটাল ইনোভেশন অ্যাওয়ার্ড, আইসিটি এপিকটা অ্যাওয়ার্ড, ভিয়েনাতে আয়োজিত ওয়ার্ল্ড সামিট অ্যাওয়ার্ড(WSA), দিল্লীতে আয়োজিত এমবিলিয়ন্থ অ্যাওয়ার্ড সাউথ এশিয়া সহ জাতীয় ও আন্তর্জাতিক অনেক পুরস্কার ও সম্মাননা।

জুবায়ের ঢাকা রেসিডেন্সিয়াল মডেল কলেজ থেকে এইসএসসি পাস করার পর পড়াশুনা করেছেন মিলিটারি ইনস্টিটিউট অব সায়েন্স এ্যান্ড টেকনোলজি (MIST) তে। জুবায়ের বিশ্বাস করেন, তরুণদের কাজের মাধ্যমে বাংলাদেশ বিশ্বের বুকে মাথা উঁচু করে দাঁড়াবে। তাই তিনি একাই নন বরং সব তরুণদের নিয়ে একসাথে এগিয়ে যাওয়ার স্বপ্ন দেখেন।

তরুণদের সাথে নিয়ে দেশবদলের স্বপ্ন দেখি। আপনি, আমি, আমরা সবাই মিলে একসাথে এগিয়ে যেতে পারলেই আগাবে দেশ। দিনশেষে, কার জন্য পথ চেয়ে বসে থাকবো? দেশটা তো আমাদেরই! 🇧🇩

Author
Jubayer Hossain
Trainer, Bongo Academy (১৩+ বছরের অভিজ্ঞতা)
@Jubayer  Hossain @Jubayer  Hossain @Jubayer  Hossain @Jubayer  Hossain

শিক্ষার্থীদের মতামত

Feedback that inspires 😍

User Image

Md Masum rana

December 8
★★★★★

life change korar ekta platfrom.

User Image

Md Tarak Jamil

February 1
★★★★★

আলহামদুলিল্লাহ আমি JAMIL মাদ্রাসার স্টুডেন্ট হইও অ্যান্ড্রয়েড অ্যাপস ডেভেলপমেন্ট শিখতে পারতেছি এটা সম্ভব হয়েছে একমাত্র জুবায়ের ভাইয়ের কারণে ধন্যবা...

User Image

Md MoMiNuL IsLaM

October 12
★★★★★

আমার লাইফে পাওয়া বেস্ট ট্রেইনার। যার হাত ধরে নতুন করে স্বপ্ন দেখা শিখেছি। ইনশাআল্লাহ এর শেষ দেখে ছাড়বো 💪 💪

User Image

Md Shariful Islam

December 24
★★★★★

সেশন 1 শেষ করে সেশন 2 ইন রোল করে ফেললাম। অসাধারণ ভাবে জুবার ভাই কোর্সগুলো করাচ্ছেন। জুগার ভাইয়ের কোর্স সম্বন্ধে না জানলে হয়তো আজকে অ্যাপ ডেভেলপমেন্ট...

User Image

F R. Rukon Sarkar

November 30
★★★★★

কি নেই এই কোর্সে? একজন অ্যাপ ডেভেলপার হয়ে নিজের ক্যারিয়ার ভাল একটা পর্যায়ে নিয়ে জেতে পারবেন। নিজের দেশের উন্নতিতে ভূমিকা রাখতে পারবেন। অনেক সম্মান অর্...

User Image

Md Lasker

November 30
★★★★★

আমার লাইফে পাওয়া বেস্ট ট্রেইনার। যার হাত ধরে নতুন করে স্বপ্ন দেখা শিখেছি। ইনশাআল্লাহ এর শেষ দেখে ছাড়বো 💪 💪

User Image

Md Kefaitullah

December 9
★★★★★

জুবায়ের ভাইয়া Love you bro❤️❤️❤️❤️❤️❤️ Best Apps Development Course. আপনার মতো এত সহজ এবং সুন্দর ভাবে app development এর প্রত্যেকটি বিষয় ফ...

User Image

Km Monir

December 30
★★★★★

এমন একটা কোর্সে অংশ নিতে পেরে নিজেকে খুবই ভাগ্যবান মনে হচ্ছে।এক কথায় অসাধারণ একটা কোর্স।Love you Jubayer bro🥰🥰

User Image

Md. Shahidulla

December 9
★★★★★

আমি এর আগে ২ টা কোর্স নিয়েছি কিন্তু ব্যার্থ হয়েছি। কাজ করতে বা শিখতে পারিনি। কিন্তু জোবায়ের ভাইয়ের প্রথম কোর্সটি থেকেই আমি প্লে স্টোরে যেতে পেরেছি আলহ...

User Image

Md Sahaj Uddin Sajib Bepari

December 21
★★★★★

অনলাইন থেকে ইনকাম করাটা আমার একটা স্বপ্ন ছিল সেই স্বপ্নকে পূরণ করতে পেরেছি আমি এই কোর্সের মাধ্যমে এই কোর্স যদি আমি না পেতাম তাহলে মনে হয় না আমার জীবন...

MH

Mosarraf Hossain

January 14
★★★★★

অসাধারন একটা কোর্স, জুবায়ের ভাইয়ের বুঝানোর দক্ষতা অসাধারন।

User Image

Istiak Ahmmad Shanto

March 10
★★★★★

আসলে বলার কিছু নেই, জুবায়ের ভাইয়ের তুলনা হয় না ❤️❤️❤️

User Image

MD ALAMGIR HOSEN

January 17
★★★★★

যাদের স্বপ্ন এপ্স বানানো শিখা, তারা নিঃসন্দেহে জুবায়ের ভাইয়ের কোর্সগুলো লুফে নিতে পারেন। একবারে ব্যাসিক থেকে খুব ই যত্ন সহকারে প্রতিটি পয়েন্ট বুঝান। ই...

User Image

Hasibul Islam

November 30
★★★★★

কিভাবে দেশ তথা নিজের জন্য স্বপ্ন দেখতে হয় তা আমি জুবায়ের ভাইকে না দেখলে জানতে পারতাম না।অনলাইন বা অফলাইনে ভাইয়ের মতো কোনো ট্রেইনার আমি আজও দেখি নাই।অ্...

MH

MD RAKIBUL HOSSEN

March 16
★★★★★

এমন একটা কোর্সে অংশ নিতে পেরে নিজেকে খুবই ভাগ্যবান মনে হচ্ছে।এক কথায় অসাধারণ একটা কোর্স। যার হাত ধরে নতুন করে স্বপ্ন দেখা শিখেছি। ইনশাআল্লাহ এর শেষ দ...

User Image

Md Selim

May 15
★★★★★

যার জন্য স্বপ দেখা শিখেছি সে হল আমাদের প্রিয় জুবায়ের ভাই।

User Image

Md. Ashiqul Haque Patwary

November 29
★★★★★

Undoubtedly the master course for Android App development. The mentor is skilled, the seniors are helpful and the community is strong and supportive....

User Image

Md Dulal

January 9
★★★★★

IT'S My LIFE.