- 16
- 13 186
TechJourney with Lokesh
India
Приєднався 29 тра 2020
Welcome to "TechJourney with Lokesh"! I'm Lokesh Desai Co-founder of KissanAI, CognifyStudio and Titodi and your guide in the dynamic worlds of coding, AI, ML, React, React Native, JavaScript, and beyond. Dive into comprehensive tutorials, explore cutting-edge AI & ML, and engage with live coding sessions. Whether you're starting out or an experienced developer, this channel offers something unique for you. Explore technology's forefront, enhance your skills, connect with fellow enthusiasts, and turn your ideas into reality. Subscribe now, and embark on an inspiring and educational tech journey. Your adventure into coding, AI, and more awaits here with "TechJourney with Lokesh." Join the community today!
What is a Landing Page? Unlock the Power to Boost Your Sales! #shorts
🚀 What is a Landing Page?
Learn the basics of landing pages-specialized web pages designed to convert visitors into leads or customers. Discover the key purpose of landing pages, how they differ from homepages, and why they’re essential for boosting your conversions. Whether you're collecting leads, selling products, or promoting an event, a well-crafted landing page is your secret weapon.
👉 Don't forget to subscribe for more quick tips! 📈
Follow me on social media for more insights:
Instagram: techjourneywithlokesh
Twitter: @DesaiLokesh
LinkedIn: www.linkedin.com/in/lokeshdesai/
Learn the basics of landing pages-specialized web pages designed to convert visitors into leads or customers. Discover the key purpose of landing pages, how they differ from homepages, and why they’re essential for boosting your conversions. Whether you're collecting leads, selling products, or promoting an event, a well-crafted landing page is your secret weapon.
👉 Don't forget to subscribe for more quick tips! 📈
Follow me on social media for more insights:
Instagram: techjourneywithlokesh
Twitter: @DesaiLokesh
LinkedIn: www.linkedin.com/in/lokeshdesai/
Переглядів: 8
Відео
Interactive Next.js Dashboard with Custom Themes & Day/Night Modes | Open Source Project
Переглядів 4273 місяці тому
Welcome to my demo of a dynamic and interactive dashboard built using Next.js and Shadcn. In this video, I showcase the features of this open-source project, including customizable color themes and day/night modes, designed to enhance user experience and flexibility. As a developer, I specialize in creating innovative and scalable software solutions that meet diverse business needs. This projec...
RecyclerView with StaggeredGridLayoutManager
Переглядів 1,3 тис.4 роки тому
Welcome to Android4Dev. In this video, I will show you How to use StaggeredGridLayoutManager with RecyclerView. StaggeredGridLayoutManager: StaggeredGridLayoutManager is a part of RecyclerView.LayoutManager. For displaying a list of items like Pinintrest we can use StaggeredGridLayoutManager with RecyclerView. If you don't know What is LinearLayoutManager in RecyclerView then Check this Video: ...
RecyclerView Using GridLayoutManager in Android (Kotlin)
Переглядів 1,4 тис.4 роки тому
Welcome to Android4Dev. In this video, I will show you How to use GridLayoutManager with RecyclerView. GridLayoutManager: GridLayoutManager is a part of the RecyclerView.LayoutManager. For displaying a list of data in Grid like Photo Gallery we can use GridLayoutManager. If you don't know What is LinearLayoutManager in RecyclerView then Check this Video: ua-cam.com/video/MLbjcYsIC68/v-deo.html ...
Data Class in Kotlin
Переглядів 1834 роки тому
Welcome to Android4Dev. In this video, We are going to learn about Data Class in Kotlin. Key Points Covered in this Video: 1. What is Data Class in Kotlin? 2. How to Create an instance of a Data Class? 3. Read-Only Fields in Data Class. 4. copy() Function With Data Class. 5. Data Classes and Destructuring Declarations. 6. Rules for Creating Data Classes. My blog which I used in this video for a...
Companion Object in Kotlin
Переглядів 1154 роки тому
Welcome to Android4Dev. In this video, we are going to learn about companion object in Kotlin. and How you can declare static functions and variables in Kotlin? Read my blog to learn Companion Object in Kotlin: www.android4dev.com/how-to-declare-static-member-in-kotlin-companion-object/ 📹 Subscribe to Android4Dev Channel for getting Notification regarding the latest videos. Follow me on Twitter...
Inheritance, Overriding using Open Keyword in Kotlin
Переглядів 8154 роки тому
In this video, we are going to talk about the “open” keyword in Kotlin. and How we can use the “open” keyword while making Android apps using Kotlin. You will also get to know Why you should use the “open” keyword with the class name, function name, and variable name. Visit My Blog For Reading Regarding Open Keyword in Kotlin www.android4dev.com/what-is-open-class-in-android-kotlin/ If you don'...
Android Kotlin Tutorial: How to create Class and Object in Kotlin?
Переглядів 4934 роки тому
Welcome to Android4Dev. In this tutorial, I will show you How you can create Class and Object in Kotlin? Subscribe to My Channel: ua-cam.com/channels/RfYkOI9qZKEUbSft8VUbwQ.html Watch How to Declare Variable in Kotlin? ua-cam.com/video/DQLrEGqSSI8/v-deo.html Kotlin Class: A class is a blueprint for the object and the object is its state. Kotlin Object: Whereas a class describes structures that ...
Android Kotlin Tutorial: Difference between var, val and const
Переглядів 1,7 тис.4 роки тому
Welcome to Android4Dev. In this tutorial, I am going to show you a variable declaration in Android using Kotlin. Topics Covered: 1. 'var', 'val' and const keyword in Kotlin 2. What is the difference between mutable and immutable variables? 3. What is the Difference between 'val' and 'const' keyword? 📹 Subscribe to Android4Dev Channel for getting Notification regarding the latest videos. Visit M...
Android Kotlin Tutorial: Hello World Application Using Kotlin
Переглядів 6 тис.4 роки тому
Welcome to Android4Dev. In this tutorial, I will show you how you can start the Kotlin Project using Android Studio. 📹 Subscribe to Android4Dev Channel for getting Notification regarding the latest videos. Visit My Blog: android4dev.com Github Source Code: github.com/lokeshdesai403 Follow me on Twitter: lokesh_desai Follow Android4Dev on Instagram: android4dev Follow ...
Android Kotlin Tutorial: Why Kotlin for Android Development?
Переглядів 1654 роки тому
Welcome to Android4Dev. In this Android Kotlin Tutorial, I am going to talk about why you should start using Kotlin for Android Development? Key Points: # Easy to migrate from Java to Kotlin. # Easy to learn Kotlin. # Code Safety # Huge Kotlin Community Duolingo completes migration to Kotlin and reduces its line count by an average of 30% developer.android.com/stories/apps/duolingo-kotlin Googl...
Android RecyclerView Using LinearLayoutManager
Переглядів 3134 роки тому
Android RecyclerView Using LinearLayoutManager
How can i contact you?
I have no activity_main.xml.. was hoping to see what the new way to do it is ... using jetpack compose..
"HelloWord" is not inspiring confidence. But the fact you're starting with an Empty Activity is keeping me watching so far...
hey
This was very helpful, went through and created the "movie" app albeit with some trial and error but in the end it worked as described. MY QUESTION: once the app loads I want the screen to auto-scroll from top to bottom, without user manipulating - how can this functionality be implemented into the code already presented?
Thank you for using ItemDecoration. Its has helped me very well!
Thanks
Hi, @Android4Dev You are doing a Great Job. I have started your tutorial by this day and I am very much happy because I found your tutorial is very Good. I request you to please make more videos on kotlin concept because in the play list we have a few concept only. Thanks
Yes plan is same. Soon i will upload more videos