- 261
- 86 991
Developer Tools Tamil
India
Приєднався 14 вер 2018
We present programming tutorials and more developer tool tutorials in Tamil and English with proper explanation and real screen demo with proper output.
Linear Layout in Android | Orientation Explained with Demo | Kotlin Tutorial
Learn everything about Linear Layout in Android in this comprehensive video! Understand what a Linear Layout is, how its orientation (horizontal and vertical) works, and how components are ordered in your app. This tutorial includes clear explanations with a PowerPoint presentation and live demo, tailored for Kotlin-based Android development.
Whether you're a beginner or an experienced developer, this video is perfect for understanding one of Android's most fundamental layouts. Don't forget to like, comment, and subscribe for more Kotlin-focused Android tutorials!
Topics Covered:
What is a Linear Layout in Android?
Horizontal and Vertical orientation explained.
Practical demonstration with examples.
Component ordering in Android apps using Kotlin.
Explore the full Kotlin Android playlist for more tutorials on creating amazing Android apps!
Links:
Check out the playlist: ua-cam.com/play/PLQO8Q5udhQCcStghyMc7IgZZ5BFzXLwVh.html
Subscribe for more
Whether you're a beginner or an experienced developer, this video is perfect for understanding one of Android's most fundamental layouts. Don't forget to like, comment, and subscribe for more Kotlin-focused Android tutorials!
Topics Covered:
What is a Linear Layout in Android?
Horizontal and Vertical orientation explained.
Practical demonstration with examples.
Component ordering in Android apps using Kotlin.
Explore the full Kotlin Android playlist for more tutorials on creating amazing Android apps!
Links:
Check out the playlist: ua-cam.com/play/PLQO8Q5udhQCcStghyMc7IgZZ5BFzXLwVh.html
Subscribe for more
Переглядів: 3
Відео
Android Layout Basics: Button Explained with dp, sp, Match Parent, and Wrap Content
Переглядів 62 години тому
Unlock the secrets of Android layouts with this detailed guide! In this video, we start by briefly explaining what a layout screen is and then take a deep dive into one of the most essential UI components: TextView. Learn how to use key attributes like width, height, dp, sp, match_parent, and wrap_content to create user-friendly designs that look great on all screen sizes. Whether you're a begi...
Android Activity Explained: Layouts, Kotlin Files, Manifest & Complete Lifecycle with App Demo
Переглядів 154 години тому
Master Android development with this in-depth tutorial! 🚀 Learn everything about Android Activity, from its definition to understanding layouts, Kotlin files, and the Android Manifest. See how the Android platform connects the Manifest file with the Activity and explore all lifecycle methods with a live app demo. Whether you're a beginner or an aspiring Android developer, this video provides a ...
Find the Department with Most Employees Hired in the Last 6 Months | SQL Query Tutorial
Переглядів 587 годин тому
Learn how to write an advanced SQL query to identify the department with the most employees hired in the last 6 months. This tutorial covers step-by-step instructions to filter data by date, group results by department, and sort to find the top department. 📌 What You'll Learn: Filtering data using date functions (DATEADD, DATE_SUB). Grouping and counting results with GROUP BY. Sorting and limit...
Master Kotlin Strings: Methods, Multi-Line Strings, and String Interpolation Explained
Переглядів 229 годин тому
Learn everything about Kotlin Strings in this comprehensive tutorial! This video covers: Immutable nature of Kotlin Strings Useful methods like length and subSequence Multi-line strings and their use cases Embedding variables inside strings using string interpolation Other essential Kotlin string features Whether you're a beginner or an experienced developer, this video provides practical insig...
Kotlin Arrays Explained: Creation, Iteration, and Interoperability
Переглядів 1912 годин тому
Unlock the power of arrays in Kotlin with this in-depth tutorial! Learn how arrays in Kotlin differ from other programming languages, understand the unique interoperability features of Kotlin arrays, and master the syntax to create and work with specific arrays. This video walks you through creating arrays, iterating over their elements, and using Kotlin's robust tools for array manipulation. P...
Create Your First Android App in Kotlin | Layouts, Activities & OnClick Made Easy!
Переглядів 5314 годин тому
Master the basics of Android development in this 20-minute beginner-friendly tutorial! This video provides a clean and detailed explanation of how to: Set up a new Android project in Kotlin. Understand the layout file and Activity.kt file. Explore the importance of the AndroidManifest.xml file. Specify the default activity in the manifest. Enable USB debugging mode for real-device testing. Add ...
Kotlin Control Statements: If-Else, While, Do-While, and For Loop Explained - Full Tutorial
Переглядів 4216 годин тому
In this detailed Kotlin tutorial, we'll explore the essential control statements in Kotlin programming: if-else, while, do-while, and for loops. Learn how to control the flow of your Kotlin programs with these powerful constructs. This video will guide you through their syntax, usage, and practical examples, making it perfect for beginners looking to strengthen their coding skills. You'll under...
Learn Kotlin Basics: Hello World, Data Types, Variables, and Interoperability with Java - Full Guide
Переглядів 3419 годин тому
In this comprehensive Kotlin tutorial, we'll cover everything you need to get started with Kotlin programming. Learn how to write your first "Hello World" program in Kotlin, understand the different data types in Kotlin, and see how to declare variables with var and val. We'll also dive into Kotlin's interoperability with Java, showing how Kotlin works seamlessly with Java code. This video is p...
Calculate Average Grade Per Student & Filter Above Class Average in SQL | Tutorial
Переглядів 1121 годину тому
Master the SQL query to calculate the average grade per student and display students whose grades are above the class average. In this step-by-step tutorial, you'll learn how to use SQL functions like AVG(), GROUP BY, and subqueries to analyze and filter data effectively. 📌 What You'll Learn in This Video: How to calculate the average grade for each student using SQL. Use subqueries to calculat...
Find the Second Highest Salary in SQL | Step-by-Step Query Tutorial
Переглядів 10День тому
Unlock the secret to finding the second-highest salary in your company using SQL! In this tutorial, you'll learn step-by-step how to write a query to identify the second highest salary, leveraging advanced SQL functions like DISTINCT, ORDER BY, and LIMIT or window functions such as RANK(). 📌 What You'll Learn in This Video: How to use SQL to find the second-highest salary. Using ranking functio...
Android Calculator App in Kotlin | Step-by-Step UI and Logic Tutorial
Переглядів 28День тому
Master Kotlin development by building a fully functional calculator app! This comprehensive tutorial walks you through creating a sleek user interface and implementing accurate calculation logic. Whether you're a beginner or looking to refine your Android development skills, this video provides everything you need to create a calculator app from scratch. Start coding in Kotlin today and bring y...
Top 3 Highest Paid Employees Department Wise | Advanced SQL Query Tutorial
Переглядів 21День тому
Master the SQL query to retrieve the top 3 highest-paid employees in each department with this comprehensive tutorial! Learn step-by-step how to use advanced SQL techniques like ROW_NUMBER() and PARTITION BY to rank employees based on salary. 📌 What You'll Learn: Using SQL window functions for ranking data. Writing queries with ROW_NUMBER() and PARTITION BY. Filtering results for the top 3 empl...
Cumulative Sales of Each Salesperson by Year | Advanced SQL Query Tutorial
Переглядів 11День тому
Learn how to write an advanced SQL query to calculate the cumulative sales of each salesperson year by year. This tutorial walks you through step-by-step, explaining the logic behind cumulative totals and how to implement them effectively using SQL. Perfect for enhancing your SQL skills and understanding real-world scenarios. ⏩ What You'll Learn: Writing cumulative sales queries. Using SQL func...
SQL GROUP BY vs PARTITION BY Explained with Real-World Examples
Переглядів 1314 днів тому
Confused about the difference between GROUP BY and PARTITION BY in SQL? This video provides a clear explanation with real-world examples to help you understand how and when to use these powerful SQL clauses. Learn the key differences, use cases, and practical scenarios to enhance your database query skills. 🔑 Topics Covered: 1️⃣ What is GROUP BY in SQL? 2️⃣ How does PARTITION BY work? 3️⃣ Real-...
SQL Query Tutorial: Calculate Highest Average Salary by Department & Region
Переглядів 3614 днів тому
SQL Query Tutorial: Calculate Highest Average Salary by Department & Region
MySQL Interview Series Part 1: Master Advanced Aggregation & Grouping for Data Analysts
Переглядів 7614 днів тому
MySQL Interview Series Part 1: Master Advanced Aggregation & Grouping for Data Analysts
Master JavaScript ES6: Map, Reduce, and Filter Functions Explained with Examples
Переглядів 39Місяць тому
Master JavaScript ES6: Map, Reduce, and Filter Functions Explained with Examples
How to Convert String to JSON and JSON to String in JavaScript | Easy Guide
Переглядів 292 місяці тому
How to Convert String to JSON and JSON to String in JavaScript | Easy Guide
Master JavaScript ES6 WeakMap & WeakSet | Efficient Memory Management Explained
Переглядів 512 місяці тому
Master JavaScript ES6 WeakMap & WeakSet | Efficient Memory Management Explained
How to Create Reusable Header and Footer Components in React | Real-World Example
Переглядів 412 місяці тому
How to Create Reusable Header and Footer Components in React | Real-World Example
How to Add Header and Footer in React JSX | React Tutorial Chapter 2 | Build Online Shopping Website
Переглядів 972 місяці тому
How to Add Header and Footer in React JSX | React Tutorial Chapter 2 | Build Online Shopping Website
Understanding JSX in React | How to Add HTML in JSX and Render with createElement
Переглядів 1062 місяці тому
Understanding JSX in React | How to Add HTML in JSX and Render with createElement
Master JavaScript Sets and Maps with Examples | Tamil Tutorial
Переглядів 712 місяці тому
Master JavaScript Sets and Maps with Examples | Tamil Tutorial
Complete JavaScript ES6 Tutorial (3 Hours) with Code Examples: From Basics to Advanced
Переглядів 3362 місяці тому
Complete JavaScript ES6 Tutorial (3 Hours) with Code Examples: From Basics to Advanced
Mastering JavaScript ES6 Inheritance: extends and super Keywords Explained with Code Examples
Переглядів 342 місяці тому
Mastering JavaScript ES6 Inheritance: extends and super Keywords Explained with Code Examples
JavaScript ES6 Classes, Objects, Constructors & Methods Explained | Class & Instance Methods
Переглядів 572 місяці тому
JavaScript ES6 Classes, Objects, Constructors & Methods Explained | Class & Instance Methods
Master JavaScript ES6 Modules: Export & Import Explained with Examples
Переглядів 222 місяці тому
Master JavaScript ES6 Modules: Export & Import Explained with Examples
JavaScript Async/Await vs Promises vs Callbacks | Simplified Comparison and Examples
Переглядів 372 місяці тому
JavaScript Async/Await vs Promises vs Callbacks | Simplified Comparison and Examples
JavaScript Promise.all Explained | Handle Multiple Promises at Once
Переглядів 1032 місяці тому
JavaScript Promise.all Explained | Handle Multiple Promises at Once
Need full tutorial!!❤
It will be uploaded in 15 days . We are preparing it .
Thank you. nice explanation last 30 minutes waste of time for me..
Thanks for the feedback. Let us know which part you though it does not seems to be worth
@@devtoolstutorialstamil last 30 minutes. It's repeating primary key and foreign keys. Please use appropriate data and key reference in creating table. Because you use only varchar type mostly and data like phone number is 123456. Please use presentation to explain the subject.
@2RAJ21 Thanks for the valuable comments.
00:50 Interview Questions Next Video ua-cam.com/video/LopB2dNLb1A/v-deo.html
01:30 MySQL Interview Questions ua-cam.com/video/LopB2dNLb1A/v-deo.html ua-cam.com/video/D5cO9ko__1E/v-deo.html
tq bro, good job
Keep supporting
Super bro I understand very nicely
Thanks for your comments … Keep supporting …
Amazing explanation sir.... literally this video helped me welll.....thankss for the great explanation
Glad to hear that
nice explanation bruh
Thank you sir
This one python connrctivity mysql
Hi. Thanks for the video. But you created the files in local directory?
It should be inside the airflow dags directory if you want it to run as Dags
Bob
Bro Tailwind css use panni project pannunga bro
Very soon …
Can You please tell.. Elamey orey page la apudi use panrathu..
Question is not clear . See the first jsx video in the play list we have used all the code in single page
super bro🥰
Thanks for watching
Bro react full course podunga..❤
Hi … that’s the next playlist . First video uploaded today . Mostly we will finish react in next 20 days . Understanding JSX in React | How to Add HTML in JSX and Render with createElement ua-cam.com/video/CPjTkEF5K3U/v-deo.html
Understanding JSX in React | How to Add HTML in JSX and Render with createElement ua-cam.com/video/CPjTkEF5K3U/v-deo.html
Romba thanks bro.. 🙏❤️
Share with your friends too …
❤❤❤❤
Keyboard sound avoid pannikonga, Nenga pesuradha vida adhigama kekudhu
Thanks for the valuable comment . Will avoid from my next videos .
sir please make more videos on inheritance ,arrays concept sir please
Thanks for watching . Definitely. Pls let me know on what exact concept in inheritance you want video to be uploaded
Good one can you post With Typescript and communicate Dotnet API bro
Sure definitely will try to do bro… Thanks for the suggestion .
How to integrated Dotnet also
Will try to do video on this
Oru full stack nnn playlist create panni podunga broo
Nnn playlist ?
Bro Python series start pannunga waiting bro with snowflake please please please
Sure . You can expect it very soon .
Check this it will be helpful How to Read Excel Sheets in Python with OpenPyXL | Easy Tutorial for Beginners ua-cam.com/video/MvkeUEZ_KKk/v-deo.html
Good explanation
Thanks for watching …
Sir sikirama video upload pannunga
Sure …. Frequent videos will be coming for python . Thanks for watching … Share with your friends
Sir ninge Snowflake tutorial start Panna nalla irukkum Tamil le kedetadh adhunala sonne
@@devtoolstutorialstamil ok sir
@mraj3612 sure … I will check that .
Hi bro mysql Or mongodb which is one best
It is based on the scenario as per my knowledge . Like maintaining students data mysql might be better choice But something like database storing a comment and its replies and a reply for a reply this scenario relational database like mysql won’t suit Mongo will suit since it’s hierarchical like parent comment child comment etc But mysql skill set will give you more confidence if you are able to write more complex queries .
Super explanation
Thanks for watching …
really useful
Glad to hear that
Bro data structure padikarathuku ena language theriyanum
Data structures elame concepts than . Specific a intha language nu illai Initially C programming language la learn panuvanga But now a days Python is easier when you want to learn data structures
@@devtoolstutorialstamil thank you so much Bro Incase nan java learn panren apdina tough ah irukum ah
@user-dv2wb1jg4g Java easy than. Understand the concepts well. For concepts we have playlist in our channel. ua-cam.com/play/PLQO8Q5udhQCcUEdyOChlw7IBiwA44LzZX.html&si=ly2_YHuTn_qyRqdT It will be useful for you . Thanks .
But if you want to learn datastructures It’s first concept . You have to learn concept well You can implement in any language … say. C, Java or python any language it may be .
@@devtoolstutorialstamil thank you Sir
❤
❤
All our channel videos : bit.ly/338tOlG
All our channel videos : bit.ly/338tOlG
All our channel videos : bit.ly/338tOlG
All our channel videos : bit.ly/338tOlG
All our channel videos : bit.ly/338tOlG Docker Playlist : bit.ly/46PCIDo
laravel soli thatiringa la bro
Will try to create playlist for laravel
@@devtoolstutorialstamil personal ha time iruntha kuda soli kudunga bro
Mail me at programmingntamil@gmail.com
@@devtoolstutorialstamil ok bro pls check your mail
@@devtoolstutorialstamil bro check panunga bro
thanks brother '
great work bro
Keep supporting
Nice
Keep supporting
AWESOME GREAT JOB ... CLEARLY UNDERSTOOD
Thanks...Keep supporting
Semma
Software name bro ena use pandringa
Server MySQL. Xampp control panel. Heidi SQL for query execution
It's not working bro
There are many solutions for this. And this is one solution. Pls try some other solutions in internet. Probably restart your xampp and run the xampp as administrator. It might work
api-ms-win-crt-runtime-l1-1-0. dll missing I got error like this so what to do
This is due to improper installation. Probably uninstall xampp and reinstall from administrator account.
Karur aa bro neengga
Yes bro
bro CTE pathi podunga bro
Sure.
All our channel videos : bit.ly/338tOlG MySql Playlist : bit.ly/309TIny
any use panna kudadha
Can you elaborate your question ?