RemoteCodeCamp
 RemoteCodeCamp
  • 45
  • 18 746

Відео

Jetpack Compose in Android Kotlin | Introduction of Jetpack Compose | Beginner friendly latest 2024
Переглядів 7414 днів тому
Learn Jetpack Compose in Android. Jetpack Compose is modern toolkit for building native UI in Android. Learn how it is different from Framework Views and Layout. Learn what are composables, how to use these composable functions to create UIs in android. What is the difference between Imperative and Declarative Framework with example. Jetpack Compose is a declarative framework. You create a func...
Android RoadMap 2024| Step by Step topics and how to create Android App within 90 days.
Переглядів 2,9 тис.6 місяців тому
In this video, you will learn, how to learn step-by-step Android topics and how many days to take time for learn Android & create your own App. Everything is explained in Hindi. I hope this video is helpful for you Welcome to my UA-cam Channel! My Name is Aarti. I am a Native android developer in Australia, I have 6 years of experience in this field In this channel "Remote Code Camp" I will hel...
Devin AI Software Engineer - Did I just lose my job? explain in Hindi
Переглядів 2936 місяців тому
In this video, we will discuss the Devin AI software, and how it works? Can Devin replace the developer’s job? is Devin scary or not for you? First, it was ChatGPT, then Copilot, and now Devin. Every new AI tool claims to replace developers. What are your thoughts on this? Checkout some other videos too: Native vs Hybrid (Cross-platform) App Development in 2024? which one you choose? Flutter | ...
Lambdas Expressions with example in Kotlin | Higher Order Functions in Kotlin 2024
Переглядів 1716 місяців тому
In this video, you will learn Kotlin Lambda Functions and Expressions. Learn variations of lambda expressions and the use of 'it' in lambda functions. How we can use domain-specific language features in Kotlin by moving the lambda expression out of the function call. Learn how to use a higher-order function with lambda. Everything is explained in Hindi. Topics covered - 1. What is a Lambda or L...
Higher Order Function with example in Kotlin | Kotlin for beginners 2024 Hindi
Переглядів 796 місяців тому
Higher Order Functions with example in Kotlin | Kotlin for beginners 2024 In this video, you will learn Kotlin Higher Order Functions which are functions with functions in arguments or parameters or both. Everything is explained in Hindi. Topics covered - 1. Normal function 2. Function passes in a function as an argument. 3. Function pass via returns in a function 4. Function passes in a functi...
Collection in Kotlin| Mutable & Immutable List, Set, Map, Sequence, Array |Kotlin for beginners 2024
Переглядів 1436 місяців тому
In this video, learn about collections in Kotlin. Learn what is a Mutable List and an Immutable List. Know exactly the difference between list, set, map, and array. Learn how to define Maps in Kotlin i.e. Collection of key-value pairs. This video is Kotlin Programming For Beginners. Learn all this in Hindi (हिंदी में ). topics covered - 1. What is a collection? 2. Mutable collection and Immutab...
Exception Handling- Kotlin | Try - Catch - Finally With Examples | Kotlin for beginners2024
Переглядів 666 місяців тому
In this video, you will learn about how to handle exceptions in a Kotlin program, also Learn what is try-catch block and finally keyword in Kotlin. How to throw Exceptions in Kotlin. This video covers everything about exception handling.Kotlin Programming For Beginners. Everything is explained in Hindi (हिंदी में ). Topics covered: 1. What is Exception and Exception Handling? 2. Try Catch Block...
Kotlin Null Safety | Safe Call and Elvis Operator Kotlin Tutorial | kotlin for beginners2024
Переглядів 766 місяців тому
In this video, you will learn about what is null safety and how Kotlin provides so many operators for different situations. This video covers how Kotlin handles Null & Null Pointer Exceptions. Everything is explained in Hindi (हिंदी में ). Topics covered: 1. What is Null and Null Safety in Kotlin? 2. Use of If-Else for Null Handling in Kotlin 3. Safe Call Operator With Let in Kotlin 4. Elvis Op...
Enum Class in kotlin | kotlin for beginners in 2024 | Android Kotlin Development | Live Demo Example
Переглядів 836 місяців тому
In this video, you will learn about the Enum class in Kotlin with a working example in Kotlin. Everything is explained in Hindi. Brief topics covered - 1. What is Enum Class? 2. Enum class with properties and methods. 3. Enum class with example Learn all this in Hindi (हिंदी में ) Welcome to my UA-cam Channel! My Name is Aarti. I am a Native android developer, I have 6 years of experience in th...
Sealed Class in kotlin | how to use it | kotlin for beginners in 2024| Android-kotlin Development
Переглядів 1026 місяців тому
In this video, you will learn about sealed class in kotlin with a working example in Kotlin. Everything is explained in Hindi. Brief topics covered - 1. What is sealed Class? 2. sealed class with example ? Welcome to my UA-cam Channel! My Name is Aarti. I am a Native android developer, I have 6 years of experience in this field In this channel "Remote Code Camp" I will help beginners to learn t...
Interface in kotlin |Interview Q&A |Interface vs Abstract class | Kotlin for beginners in 2024
Переглядів 2486 місяців тому
In this video, you will learn about interfaces in kotlin with a working example in Kotlin, also, we will discuss about what are the difference between interface and abstract class. Learn Object Oriented Programming in Kotlin. Everything is explained in Hindi. Brief topics covered - 1. What is an Interface? 2. What is the need of Interface? 3. Difference between Abstract class and Interface 4. w...
Abstract Classes & Method: Abstraction & Encapsulation in Kotlin 2024 | Android Development
Переглядів 886 місяців тому
Abstract Classes & Method: Abstraction & Encapsulation in Kotlin 2024 | Android Development
Abstract Class & Method: Abstraction in Kotlin 2024 | Tutorials for Beginners
Переглядів 3156 місяців тому
Abstract Class & Method: Abstraction in Kotlin 2024 | Tutorials for Beginners
Encapsulation in Kotlin 2024 | OOPs in Kotlin | Android Development | Tutorials for Beginners
Переглядів 3446 місяців тому
Encapsulation in Kotlin 2024 | OOPs in Kotlin | Android Development | Tutorials for Beginners
OOPs in Kotlin : Inheritance and Polymorphism with Example | kotlin for Beginners: 2024
Переглядів 1467 місяців тому
OOPs in Kotlin : Inheritance and Polymorphism with Example | kotlin for Beginners: 2024
Kotlin Polymorphism with Example| Run-time & Compile-time polymorphism| kotlin for Beginners: 2024
Переглядів 2097 місяців тому
Kotlin Polymorphism with Example| Run-time & Compile-time polymorphism| kotlin for Beginners: 2024
Kotlin Inheritance- Inheritance with Example | Method Overriding & super keyword in kotlin 2024
Переглядів 2597 місяців тому
Kotlin Inheritance- Inheritance with Example | Method Overriding & super keyword in kotlin 2024
KOTLIN Visibility Modifiers: public, protected, internal, and private | Explained With Example 2024
Переглядів 977 місяців тому
KOTLIN Visibility Modifiers: public, protected, internal, and private | Explained With Example 2024
Kotlin Getters and Setters - Beginners for Kotlin 2024 | Android Development #kotlin #android
Переглядів 1897 місяців тому
Kotlin Getters and Setters - Beginners for Kotlin 2024 | Android Development #kotlin #android
How to build logic in Programming | How to Code effectively and become a Pro in any programming?
Переглядів 2997 місяців тому
How to build logic in Programming | How to Code effectively and become a Pro in any programming?
What is Object-Oriented Programming in Kotlin| Classes & Objects in Kotlin 2024 | Android #kotlin
Переглядів 1877 місяців тому
What is Object-Oriented Programming in Kotlin| Classes & Objects in Kotlin 2024 | Android #kotlin
How to use For Loop with Break, Continue, Label, Return, and Array | Kotlin for Beginner 2024 hindi
Переглядів 797 місяців тому
How to use For Loop with Break, Continue, Label, Return, and Array | Kotlin for Beginner 2024 hindi
Arrays in Kotlin With Examples | Kotlin for Beginner 2024 | Hindi | Array with For Loop in Android
Переглядів 997 місяців тому
Arrays in Kotlin With Examples | Kotlin for Beginner 2024 | Hindi | Array with For Loop in Android
How to use Break, Continue, Label, and Return in Kotlin | Kotlin for beginner 2024 Hindi | Live Demo
Переглядів 677 місяців тому
How to use Break, Continue, Label, and Return in Kotlin | Kotlin for beginner 2024 Hindi | Live Demo
How to Use For & Nested-For Loop in Kotlin for Beginner 2024 | Hindi | Pyramid Pattern #kotlin#2024
Переглядів 887 місяців тому
How to Use For & Nested-For Loop in Kotlin for Beginner 2024 | Hindi | Pyramid Pattern #kotlin#2024
When Statement & Expression in Kotlin | Ranges in Kotlin Beginners Tutorial 2024 | ANDROID Developer
Переглядів 747 місяців тому
When Statement & Expression in Kotlin | Ranges in Kotlin Beginners Tutorial 2024 | ANDROID Developer
Master in Ranges, IF/ELSE, WHILE and DO/WHILE in Android Kotlin for beginners -2024
Переглядів 637 місяців тому
Master in Ranges, IF/ELSE, WHILE and DO/WHILE in Android Kotlin for beginners -2024
Kotlin for Beginners - WHILE, DO-WHILE Loop | Looping in Kotlin 2024
Переглядів 687 місяців тому
Kotlin for Beginners - WHILE, DO-WHILE Loop | Looping in Kotlin 2024
The Easiest Way to Become an Android Developer Roadmap for Beginners to PRO in 2024 -Hindi
Переглядів 3,5 тис.7 місяців тому
The Easiest Way to Become an Android Developer Roadmap for Beginners to PRO in 2024 -Hindi

КОМЕНТАРІ

  • @lonzeegaming9567
    @lonzeegaming9567 Годину тому

    your content is very good keep it up ! especially your code ! you should also try to make a seperate playlist on solving difficult problems in kotlin ❤

  • @DineshRathore-f8f
    @DineshRathore-f8f 23 години тому

    Didi me kabse wait kar raha tha jatpack compose series ka

  • @manishraj2881
    @manishraj2881 2 дні тому

    will you gonna teach all the topics ma'am?

  • @manishraj2881
    @manishraj2881 7 днів тому

    very helpful 🤗

  • @manishraj2881
    @manishraj2881 8 днів тому

    soo helpful🤓

  • @manishraj2881
    @manishraj2881 8 днів тому

    nice explanation 😊. it really help me

  • @DineshRathore-f8f
    @DineshRathore-f8f 10 днів тому

    Thanks Di❤

  • @DineshRathore-f8f
    @DineshRathore-f8f 12 днів тому

    My Favorite Teacher🇮🇳❤

  • @DineshRathore-f8f
    @DineshRathore-f8f 13 днів тому

    Love From Rajasthan ❤

  • @MohitKumar-sr2zq
    @MohitKumar-sr2zq 15 днів тому

    Jetpack jaise hi start karta hu android studio me nind aane lagti 🙃

  • @gujarativlogs4612
    @gujarativlogs4612 15 днів тому

    Bas muje isika intjar tha

  • @Shreyansh_Mishra01
    @Shreyansh_Mishra01 16 днів тому

    Thank you didi So much😊😊

  • @annemorkel6094
    @annemorkel6094 16 днів тому

    great dear

  • @Shreyansh_Mishra01
    @Shreyansh_Mishra01 16 днів тому

    Didi mujhse ab kotlin banne lagi hai magar abhi tk koi app banate nahi bana hai to kya aap android basic to advanced wali playlist bana sakti hai..Plzz didi

  • @gujarativlogs4612
    @gujarativlogs4612 18 днів тому

    best learning video for kotlin in youtube

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      Glad it was helpful!.. Keep supporting me. subscribe and share with your friends.

  • @Expert-Shorthand
    @Expert-Shorthand 19 днів тому

    i graduated in commerce in 2014 and after a long time i n 2023 i started a web porgramming now i am full stack webdeveloper now what i should do can i shift easily to andriod app development. please give me a answer

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      Start Kotlin Mobile App project directly in Android studio, make an App and start with small database app because, you told me, you have web-based knowledge so you can easily setup project and gradually apply new things in app and simultaneously, learn Kotlin basics, xml, Jetpack & SQLdatabase etc.. May be, It’s effective way to learn fast in any technology it's my opinion. I hope it helps. Keep supporting me. subscribe and share with your friends.

  • @Gupta45Hg
    @Gupta45Hg Місяць тому

    Mam ek android par full tutorial banaiye basic to advance for beginners in kotlin please mam🎉

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      Sure, will upload soon. I will try to create a playlist on full Jetpack Compose. Keep supporting me. Subscribe and share with your friends. Stay tuned.

  • @Gupta45Hg
    @Gupta45Hg Місяць тому

    Kab se shuru hoga

  • @mrmohammadshah
    @mrmohammadshah Місяць тому

    How to ebook app using kotlin multiplatform? Give video

  • @farhanfaraan1
    @farhanfaraan1 Місяць тому

    Good explanation

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      Thanks and welcome. Keep supporting me. Stay tuned.

  • @mmohammadtalha296
    @mmohammadtalha296 Місяць тому

    Mam pls upload part 3 it almost 135days u did not upload a video make a video about project

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      I apologize for late uploading the videos due to busy schedule, but will definitely upload soon. I will try to create a playlist on full Jetpack Compose. Keep supporting me. Subscribe and share with your friends. Stay tuned.

  • @mmohammadtalha296
    @mmohammadtalha296 Місяць тому

    One of the best roadmap for Android development

  • @makeyourself6514
    @makeyourself6514 Місяць тому

    I love you mem ap bohot khobsorat ho

  • @annemorkel6094
    @annemorkel6094 2 місяці тому

    great

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      Thank you. Keep supporting me. Subscribe and share with your friends. Stay tuned.

  • @kanhusoren8671
    @kanhusoren8671 2 місяці тому

    Thank you Aarti maam, for making this video

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      Most welcome 😊. Keep supporting me. Subscribe and share with your friends. Stay tuned.

  • @nikhilprasad4828
    @nikhilprasad4828 2 місяці тому

    Ma'am i totally confused which one i start native or hybrid please suggest any one 🥺🥺

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      You can start Native first if you are new in Mobile App development. Thanks for watching. Keep supporting me. Subscribe and share with your friends.

  • @Shreyansh_Mishra01
    @Shreyansh_Mishra01 2 місяці тому

    Ab tk maine na jane kitni videos dekh chuka hu magar aapse accha I don't think so ki koi acche se bataya hai...Thnx a lot didi.

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      Glad it was helpful!.. Keep supporting me. subscribe and share with your friends.

  • @introvert_vloger
    @introvert_vloger 2 місяці тому

    Mam I want to create a application for optical shop all I need is to store eyes number person can store I number add delete update search and view can you help me how should I start what things are needed if possible make video about it

  • @prathameshshukla5274
    @prathameshshukla5274 3 місяці тому

    can we first start with java then gradually shift to kotlin then we will also have the knowldege about both the languages and how they work so we will have the proper understanding and it would be very benifical if u must have provided the pdf of this 🙏🙏🫡❤❤

  • @Neha-j3u
    @Neha-j3u 3 місяці тому

    hello ma'am, which job portals are best for fresher android developers. linkedin has very less job openings for android developers.

  • @TalhaKing-bw1cs
    @TalhaKing-bw1cs 3 місяці тому

    JavaScript ka project kdr sa loon chota chota project

  • @SumitKumar-z9x
    @SumitKumar-z9x 3 місяці тому

    Apko salary kitna milta hai

  • @goldmineentertainment5485
    @goldmineentertainment5485 3 місяці тому

    Video bhut achi hai but mam ye v bataye sikhe kha se or kaise kaise

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      You can start with standard documentation for Android development which is provided by Google. It is open source so you can learn using Internet without any help. I will try to create a playlist on full Jetpack Compose. Keep supporting me. Subscribe and share with your friends. Stay tuned.

  • @UDoItMore333
    @UDoItMore333 3 місяці тому

    "Android Kotlin for Beginners" wali Playlist me

  • @UDoItMore333
    @UDoItMore333 3 місяці тому

    Madam Hi, ya wali Video Playlist me Add nhi ha ya Playlist me Add ker dy. Thanks

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      Sure 😊. Thank you for watching. Glad it was helpful!.. Keep supporting me. subscribe and share with your friends.

  • @tinkusony90
    @tinkusony90 3 місяці тому

    man android course banao🎉

  • @UDoItMore333
    @UDoItMore333 3 місяці тому

    very nice work. Respected Mam

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      Thanks a lot. I will try to create a playlist on full Jetpack Compose. Keep supporting me.

  • @mathematicshub7687
    @mathematicshub7687 3 місяці тому

    Can you make an anroid development course

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      Sure, I'll try my best. Keep supporting me. Subscribe and share with your friends. Stay tuned.

  • @HarshMishra-ok3yp
    @HarshMishra-ok3yp 3 місяці тому

    Mam mein neeche apna question likhrha hu please reply... Mera bas ek doubt h jese ye apps m hum toast bnate h , views bnate h or bhi bohit sari cheeze... Iska koi particular platform nhi hota kya koi seekhne ka...hope u understand my question Like when i learn core java i go to some platform there i learned full cor java same way... Agr nhi h aapka answer to mtlb hum projects bnate bnate cheezo ko seekhenge we have no other options..??? Please reply

    • @Kj89865
      @Kj89865 3 місяці тому

      yes brother , android has a lot of services and a lot of things functions for every app, it will never end, what you want to use in any project just search for it

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      Yes, I can understand your problem. However, we have standard documentation, which is provided by Google for Android developers. All the developers learn new code or new things from the documentation even though I often used it. See, C, C++, core Java and core Kotlin are very basic for programming so it is very easily available but native or hybrid mobile development and even web development are a little advanced and it is an ocean of learning so keep calm and learn every day new things keep going with new technology it's only mantra for success in tech era. I hope it helps. Thank you for watching. Keep supporting me. Subscribe and share with your friends.

  • @yashbansal9766
    @yashbansal9766 3 місяці тому

    Didi pls make series on Android development

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      sure, I'll try my best. Thank you for watching. Keep supporting me. Subscribe and share with your friends.

  • @jeetumusicstudio
    @jeetumusicstudio 3 місяці тому

    Good 👍

  • @helloabd123
    @helloabd123 3 місяці тому

    Kaha sey jobs apply kare linked me toa koi reply nahi milta job apply karne ke baaf

  • @manaskumarghosh
    @manaskumarghosh 3 місяці тому

    Didi, ye batao kotlin ya Flutter?? Job market mein freshers ko jo choti moti startups hire krte hai wo to flutter mein kam krte hai.

  • @helloabd123
    @helloabd123 3 місяці тому

    Good content we need beginners to advance playlist in kotlin + xml

  • @manoharmestha-q3q
    @manoharmestha-q3q 3 місяці тому

    What is your email id

  • @MerazAhmad-nx3ty
    @MerazAhmad-nx3ty 3 місяці тому

    Can u suggest any resources for learning Kmp Any YT/website please share

  • @bishalkumarshaw2789
    @bishalkumarshaw2789 3 місяці тому

    Ma'am mera laptop 4gb ka hai and processor intel ka Pentium gold hai to kya main android development ya react native development kar sakta hun?? Please guide 🙏🙏

    • @aneofacts7342
      @aneofacts7342 3 місяці тому

      nhi hoga kam se kam 8 gb ram or processor i5 ryzan 5 isme andriod studio smootly chlagea

  • @mr.omop1
    @mr.omop1 3 місяці тому

    Mam please Android ka full course lao please 🙏🥲

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      sure, I'll try my best. Thank you for watching. Keep supporting me. Subscribe and share with your friends.

  • @Harshalwankhede23
    @Harshalwankhede23 4 місяці тому

    Please start a coarse if possible we really need ur guidance

    • @freeCoder-hb2ru
      @freeCoder-hb2ru 16 днів тому

      sure, I'll try my best. Thank you for watching. Keep supporting me. Subscribe and share with your friends.

  • @arcellxxx
    @arcellxxx 4 місяці тому

    flutter