3 тысяч подписчиков
284 видео
Day 195 - Count Lucky Permutations | DP | GFG POTD 13 Jan
Add Multilingual support (Multiple Languages) to your Android App
DSA REPOSITORY - Guide | How to Use | How to Contribute | Largest DSA REPO🔥
Internal Working and Implementation of Jetpack Compose Functions. How Compose works under the hood?
Why and How to use Nested LOOPS in JAVA | JAVA + DSA COMPLETE COURSE
What is Doze mode in Android? How to bypass it?
Scope functions in Kotlin: let, run, with, apply, also.
How Android ViewModel works Internally and survive the configuration change
DP vs SP vs PX vs DPI vs PPI in Android
What is Activity Lifecycle in Android? Callbacks, States and Events!
minSdk vs targetSdk vs compileSdk in Android Gradle
Best Android App Development Roadmap for Beginners: A Step-by-Step Guide
Create Adaptive designs with Pane Layouts in Jetpack Compose: ListDetailPane, SupportingPaneScaffold
How to use Shared Element Transition In Jetpack Compose Android
Difference between const val and val in kotlin
Abstraction in JAVA | OOPS-7 | JAVA + DSA COURSE
Day 109 - Hamiltonian Path | Graph | GFG POTD 19 Oct
How to Secure your API KEYS in your Android Project with NDK & CMake
Strings in JAVA! | All concepts cleared✅ | JAVA + DSA COURSE
Difference between lateinit and lazy in Kotlin
Day 28 - Repeated Character || String || GFG POTD 30 July
Improving app's startup performance with Baseline Profiles in Android
Let's Build KMP TODO-APP with ROOM
ArrayList & Generics in JAVA | Collection Framework | JAVA + DSA COURSE
How to create and publish Android Open-Source Library? Github | Jitpack | Compose
Day 153 - Check if it is possible to convert one string into another | Strings | GFG POTD 2 Dec
Day 200🔥 - Find the first node of loop in linked list | LinkedList | GFG POTD 18 Jan
Constructors & Destructors in JAVA | OOPS-3 | JAVA + DSA COURSE
Type Casting & Taking User Input in JAVA | JAVA + DSA COMPLETE COURSE
Let's Contribute to Open-Source : Day 2
Exception Handling in JAVA - Complete Guide | JAVA + DSA COURSE
Day 197 - Count the Substring | DP | GFG POTD 15 Jan
Objects & Classes in JAVA | OOPS-1 | JAVA + DSA COURSE
Day 196 - Maximum Number of Toys | !TREE | GFG POTD 14 Jan
How JAVA is ALWAYS Pass by Value - Easiest Explanation | JAVA + DSA COURSE
Interface in JAVA - A Complete Guide | Abstract class vs Interfaces | JAVA + DSA COURSE
Polymorphism in JAVA | Overriding vs Overloading | OOPS-6 | JAVA + DSA COURSE
GFG Weekly Coding Contest - 86 | 22 January 2023
Difference between Flow, StateFlow, SharedFlow and LiveData in Kotlin/Android
Inheritance in JAVA | Diamond Problem | OOPS-5 | JAVA + DSA COURSE
Effortless Navigation with Type Safety in Jetpack Compose Navigation Library
Static, Super & This keywords in JAVA | JAVA + DSA COURSE
GFG Weekly Coding Contest - 85 | 15 January 2023
This 18-Year-Old stuns Shark Tank India - The Story of OLL ft. Shreyaan Daga
How Jetpack Compose works? Lifecycle of Composables & What is Recomposition?
Functions in JAVA | OOPS-2 | JAVA + DSA COURSE
Day 198 - Next Greater Element | Stack | GFG POTD 16 Jan
Hashing in JAVA | Map | Set | hascode & equals | HashMap Internal working | JAVA + DSA COURSE
Encapsulation in JAVA - Easiest Guide | Abstraction vs Encapsulation | JAVA + DSA COURSE
LinkedList in JAVA | Creating Custom LinkedList | All Doubts Cleared | JAVA + DSA COURSE
Threads in JAVA - How to Create? Thread class vs Runnable Interface | Multhreading in JAVA