Skip to content

Latest commit

Β 

History

History
99 lines (68 loc) Β· 3.22 KB

File metadata and controls

99 lines (68 loc) Β· 3.22 KB

Android Tutorials πŸ“±

This repository contains the complete learning content from the WS Cube Tech YouTube playlist:
πŸ‘‰ Android Development Tutorial in Hindi (Complete Course)

I followed this series to build a strong foundation in Android development using Java, and this repo showcases all the practical code and mini-projects created while learning.


πŸ“š Playlist Overview

  • πŸŽ“ Instructor: WS Cube Tech
  • 🌐 Language: Hindi
  • πŸ› οΈ Tech Stack: Java, XML, Android Studio
  • πŸ“Ί Status: βœ… Completed
  • πŸ”— Watch the Playlist on YouTube

🧠 Topics Covered

  • Android Studio Setup & Project Structure
  • Activities, Intents & Activity Lifecycle
  • Layouts and Views (Linear, Relative, Constraint)
  • UI Widgets (Button, EditText, RadioButton, etc.)
  • RecyclerView & Custom Adapters
  • Shared Preferences
  • SQLite Database
  • Services & Broadcast Receivers
  • Fragments & Fragment Lifecycle
  • Firebase Authentication & Realtime Database

πŸ“ Repository Structure

Android-Tutorials/
β”œβ”€β”€ Project_01_HelloWorld/
β”œβ”€β”€ Project_02_Layouts/
β”œβ”€β”€ Project_03_IntentExample/
β”œβ”€β”€ Project_04_RecyclerView/
β”œβ”€β”€ Project_05_SQLiteDemo/
β”œβ”€β”€ Project_06_SharedPreferences/
β”œβ”€β”€ Project_07_FirebaseIntro/
β”œβ”€β”€ README.md

---

### πŸš€ How to Use This Repository

-Follow these steps to run any of the Android projects included in this repository:

```bash
## Clone the repository
git clone https://github.com/iRahmanG/Android-Tutorials.git
  1. Open the repository in Android Studio.
  2. Navigate to any project folder, such as Project_04_RecyclerView/.
  3. Let Gradle sync and dependencies load.
  4. Build and run the app using an emulator or physical device.
  5. Explore the code, layouts, and logic to enhance your learning.

πŸ™Œ Acknowledgements

This learning journey was made possible by the WS Cube Tech YouTube channel, which offers a complete Android development course in Hindi.

Their tutorials were beginner-friendly, practical, and easy to follow. Thank you for helping thousands of students get started in Android development!


πŸ‘¨β€πŸ’» About Me

Hi, I'm iRahmanG πŸ‘‹
I'm passionate about mobile development and continuous learning. This repo is a part of my journey to becoming a better Android developer.

  • πŸ”— GitHub: github.com/iRahmanG
  • 🧠 Open to discussions, collaborations, and improvements!

⭐ Support

If you find this repository helpful or inspiring:

  • 🌟 Star this repo to show support.
  • 🍴 Fork it to create your own learning path.
  • πŸ” Share it with fellow learners.
  • πŸ’¬ Raise issues or contribute with improvements.

Thank you for visiting! Happy Learning and Happy Coding! πŸš€