- Видео 28
- Просмотров 411 318
TutorialMadeSimple
Великобритания
Добавлен 13 дек 2022
All about software & programming tutorial. Windows, Linux, SQL, MySQL Database, SQL Lite, Mongo DB, Delphi, Pascal, Python, C, C++.
How to Create a Navigation Drawer Menu With Jetpack Compose - Android Studio Tutorial
How to Create a Navigation Drawer Menu With Jetpack Compose
ruclips.net/video/Te_WvnGoQoA/видео.html
This video is about how to implement a navigation drawer menu. It is a menu that slide able you can use to show and reveal information like menu items.
------------------------------------------------------------------------------------------------
00:02 Introduction
01:46 Start a new project
03:05 Overload resolution ambiguity problem
07:37 Create screen sealed class
11:14 Drawer content & LazyColumn
-------------------------------------------------------------------------------------------------
Source Code:
github.com/BngDev212/Android-Studio-Navigation_drawer-menu-jetpack-compose
---------------...
ruclips.net/video/Te_WvnGoQoA/видео.html
This video is about how to implement a navigation drawer menu. It is a menu that slide able you can use to show and reveal information like menu items.
------------------------------------------------------------------------------------------------
00:02 Introduction
01:46 Start a new project
03:05 Overload resolution ambiguity problem
07:37 Create screen sealed class
11:14 Drawer content & LazyColumn
-------------------------------------------------------------------------------------------------
Source Code:
github.com/BngDev212/Android-Studio-Navigation_drawer-menu-jetpack-compose
---------------...
Просмотров: 320
Видео
Android Studio Kotlin-Location App Part-2 - Google Maps and Geo Coding API -Retrofit-Jetpack Compose
Просмотров 4718 месяцев назад
Android Studio Kotlin - Location App (Part-2) - Google Maps and Geo Coding API - Retrofit - Jetpack Compose. ruclips.net/video/CTZPjiKQODI/видео.html Build location-aware apps One of the unique features of mobile applications is location awareness. Mobile users take their devices with them everywhere, and adding location awareness to your app offers users a more contextual experience. The locat...
Android Studio Kotlin - Location App demo with Jetpack Compose (Part -1)
Просмотров 5979 месяцев назад
Android Studio Kotlin - Location App demo with Jetpack Compose ruclips.net/video/gc1oMI-0Qh0/видео.html Build location-aware apps One of the unique features of mobile applications is location awareness. Mobile users take their devices with them everywhere, and adding location awareness to your app offers users a more contextual experience. The location APIs available in Google Play services fac...
Android Studio for beginners - kotlin Jetpack Compose Navigation - Simple Login UI.
Просмотров 34310 месяцев назад
Android Studio - kotlin Jetpack Compose Navigation - Simple Login UI for beginners. ruclips.net/video/slvPrHmRQUE/видео.html Hello in this video we will learn how to navigate from one screen to another screen, How to pass android compose material icons to textField, adding jetpack compose textfield password icon. Prerequisites Basic Kotlin knowledge (this codelab is in Kotlin) The latest stable...
Android Studio -A Simple ViewModel example in Kotlin Jetpack Compose - for beginners.
Просмотров 66511 месяцев назад
A Simple View Model example in Kotlin with Jetpack Compose for beginners. Link: ruclips.net/video/0FKoeJmlRaU/видео.html In this video we will set up our view model class. So therefore we will specify or say that a class will be a certain type. That's basically what inheritance is all about. I plan to also look at inheritance in a separate video (hopefully). But for now let's stick with this co...
Android Studio Jetpack Compose Fundamentals Part1 (Text, Modifiers, Image and Layout) for beginners.
Просмотров 420Год назад
Android Studio Jetpack Compose Fundamentals Part-1 (Text, Modifiers, Image and Layout) for beginners. ruclips.net/video/OagpV8fAC_s/видео.html Hello every one, Welcome back. in this video we are going to learn about Jetpack compose. The newest way of creating user interfaces for android applications. We don’t need to use xml for creating layouts anymore. With Jetpack compose, we can very easily...
Android Studio upgrade to hedgehog version 2023.1.1 - Kotlin & Jetpack Compose
Просмотров 1,3 тыс.Год назад
Android Studio upgrade to hedgehog version 2023.1.1 - Kotlin & Jetpack Compose ruclips.net/video/LZLgAHnWBic/видео.html In this video I will show you how to upgrade to the latest version of Android Studio, also how to connect your cellphone to Android Studio, and will also change the appearance of the default application. Content: 00:01 Introduction 01:35 Download Android Studio Hedgehog from A...
How To CAST / MIRROR Android Mobile Phone Screen to PC Laptop for Free Connect Phone to PC Laptop
Просмотров 127 тыс.Год назад
How To CAST/MIRROR Android Mobile Phone Screen to PC Laptop for Free Connect Phone to PC Laptop!! ruclips.net/video/GG-xX8fEsDg/видео.html Hello, in this video I will show you how to cast or mirror phone android screen to PC on windows 10 or windows 11 for free connect. The connection is wireless (using wifi). Topics covered in this video : 00:02 How to display android screen on PC or Laptop in...
Android Studio - Android Jetpack Compose - Creating Your First Android App - For Beginners
Просмотров 1,7 тыс.Год назад
Creating First Application In Android Studio in 2023 - For Beginners Android Jetpack Compose Create your first android application in android studio. Beginners guide for creating android application for the first time. ruclips.net/video/pinlXes50B8/видео.html To expand your knowledge of Kotlin in Android app development, refer to the Android and Kotlin documentation. developer.android.com/kotli...
Android - A fully functional login system demo app. Using google firebase as backend.
Просмотров 3,5 тыс.Год назад
Android - A fully functional login system demo app. Using google firebase as backend. In this video, we'll show you how to create Login and Registration using Firebase in Android Studio. This step-by-step guide will walk you through the process of creating a Firebase Login Registration, Create the User Interface, Create new activities, Edit the activity layout, Setup Firebase Authentication, Ad...
Object detection and Tracking in 5 minutes using Python with Yolov8 and OpenCV.
Просмотров 1,2 тыс.Год назад
Object detection and Tracking in 5 minutes using Python with Yolov8 and OpenCV. Hello, in this video I will share the results of testing object detection using YOLOv8 model in python and open CV. We will see how we can perform object detection as we seen in this video using latest YOLOv8 model. We can see here it doesn't require a lot of code, I think in less than 3 minutes we can create a simp...
How to implement google one tap - One Tap sign-up/sign-in for Android
Просмотров 5 тыс.Год назад
How to implement google one tap - One Tap sign-up/sign-in for Android You can provide seamless authentication flows to your users with Google's one tap sign-in and sign-up APIs. With One Tap sign-up, users are prompted to create an account with a dialog that's inline with your app's content, so they're never taken out of context by a sign-up screen. With just one tap, they get a secure, token-b...
Android Studio - Simple Google & Facebook Login UI Design - Material 3 design theme
Просмотров 3,1 тыс.Год назад
Android Studio - Simple Google & Facebook Login UI Design - Material 3 design theme. In this video, we will design and implement login page in android studio using java and xml. We have created simple login screen with materialistic XML UI design for android beginners. As this is a beginner friendly video, we have not used database such as firebase or sqlite Next Video: How to implement google ...
How to make Login User Interface in Android Studio using constraint Layout in android Studio
Просмотров 17 тыс.Год назад
How to make Login User Interface in Android Studio using constraint Layout in android Studio In this video, we will design login user interface in android studio using java and xml. As this is a beginner friendly video, we will use constraint layout drag and drop the component from the palette . We have not used database such as firebase or sqlite instead we have only created a simple login use...
How to install Delphi 11.3 (Alexandira) CE Incl. Eclipse Temurin JDK 11 and Android SDK tools.
Просмотров 6 тыс.Год назад
How to install Delphi 11.3 (Alexandira) Community Edition (CE) Incl. Eclipse Temurin JDK 11 & Android SDK tools. In this video I will show you how to install Delphi Community Edition (CE) version 11.3, and make sure the SDK, NDK and Java are installed correctly. Then create our first application, which is a simple animation application using the latest edition of Delphi CE. I really hope this v...
Creating First Application In Android Studio in 2023 - For Beginners
Просмотров 168 тыс.Год назад
Creating First Application In Android Studio in 2023 - For Beginners
How to install Android Studio and SDK on Windows 10/11 - Flamingo Installation - 2023 Update.
Просмотров 4,6 тыс.Год назад
How to install Android Studio and SDK on Windows 10/11 - Flamingo Installation - 2023 Update.
Android application - Delphi FMX - Firemonkey - Sqlite database encryption
Просмотров 6 тыс.Год назад
Android application - Delphi FMX - Firemonkey - Sqlite database encryption
Android Application - Delphi FMX Firemonkey -Task and Multi Thread - Download a file from internet
Просмотров 3,2 тыс.Год назад
Android Application - Delphi FMX Firemonkey -Task and Multi Thread - Download a file from internet
Android App - Delphi-REST API How to use REST Debugger "Create your ChatGPT Chat Application" 2023
Просмотров 1,8 тыс.Год назад
Android App - Delphi-REST API How to use REST Debugger "Create your ChatGPT Chat Application" 2023
Delphi Android FMX -UI Google & email Sign In in Android 2023 (Part-1)
Просмотров 1,9 тыс.Год назад
Delphi Android FMX -UI Google & email Sign In in Android 2023 (Part-1)
How to Install latest XAMPP on Win 10 or 11 - and use it for CRUD Android Application
Просмотров 688Год назад
How to Install latest XAMPP on Win 10 or 11 - and use it for CRUD Android Application
Android App Tutorial - How to Upload CRUD API script and Mysql Database Online for FREE (Php MySql)
Просмотров 1,4 тыс.Год назад
Android App Tutorial - How to Upload CRUD API script and Mysql Database Online for FREE (Php MySql)
Android application tutorial - API CRUD Mysql at web hosting server & localhost using DELPHI FMX
Просмотров 5 тыс.Год назад
Android application tutorial - API CRUD Mysql at web hosting server & localhost using DELPHI FMX
Android app tutorial - user login interface and SQL Lite + delphi 10.4 for beginners (Part 2)
Просмотров 6 тыс.Год назад
Android app tutorial - user login interface and SQL Lite delphi 10.4 for beginners (Part 2)
Android app development tutorial - User Interface using delphi 10.4 & sqlite for beginners (Part-1)
Просмотров 17 тыс.2 года назад
Android app development tutorial - User Interface using delphi 10.4 & sqlite for beginners (Part-1)
DB Browser how to create and open encrypted sqlite database file - (how to secure sqlite database)
Просмотров 15 тыс.2 года назад
DB Browser how to create and open encrypted sqlite database file - (how to secure sqlite database)
Create and Read SQLite Databases using DB Browser: How to Use DB Browser 2022
Просмотров 12 тыс.2 года назад
Create and Read SQLite Databases using DB Browser: How to Use DB Browser 2022
For someone just starting to learn Database this is a good start
not free
there's a payment
Please what's the code for SELECT FROM CUSTOMERS WHERE ...?? Please help out
Very very Nice Thanks a lot Man
This is fake.
where do find the password???
Hi there... I am new to Android Programming, I took your files and tried to run on Windows and Adroid, both try out's returned me this error: [FireDAC][Phys][SQLite][sqlite3]-303. Capability is not supported. Whats does it mean?
How to train it with our own dataset and to detect human activity line is he reading/ writing/ sleeping etc...
great, work normal on win 11 n android 13, thanks like n subscribe , semangat menyala abangkuh
Did this easily but it's very laggy on the PC, like 5 fps
Great tutorial, this was amazing, very useful. Only one question, the time threshold for made location update request are 1000ms? Or only one time the request was invoked?
bad
finley solved easily. thanks for creating tut....
Thanks for the Video; Great. I have a small problem. On Example 1 second part, when I never get the message Add dependency ............. when I click on the viewModel(). I get create Function New Model instead. Can you help. Thanks
The ambient music is super annoying.
The computer narration gets old, very quickly.
I should stop installing windows in my native language, no idea what "connect" is called in Swedish.
I can't mirrow my phone screen when watching gamestream in some app. The screen is always black dark. Is there anyway to solve it.
that just means that the app doesn't allow screen cast. Probably to protect from copy right. This is usually a feature on paid subscriptions app like netflix. So no there's no other way
Noisy music
I use this video's music to meditate every day. His voice soothes me and I am zen with the world. Namaste
its an ai's voice.
@@BloxRollStudios i know.
thanks bro
Background music is annoying
background noise gets a thumbs down for me
I had trouble working with compose. the following two lines saved my proejct: val viewModel = ViewModelProvider(this)[CounterAppViewModel::class.java] import androidx.lifecycle.ViewModelProvider
thanks for much for these tutorials!
FINALLY a simple and clear tutorial! great job!
just what i needed! great tutorial! I subbed you.
my phone cannot find my pc, what do i do on this case?
Appreciate the tutorial but the music made it difficult.
My app just stop
thx very simple easy tut
i dont have a execute sql tab???
thank you <3 love the music too
Thank you very much. As someone with no experience this was very helpful. I had to understand that this was semi real time and not edited 😊
did you install any plugins for java?
Hi! I had programmed with Delphi long time ago. Now I´m used ti work with C++ Builder but they´re very similar so I think this tuto is fine for me. What I don´t know is whether I should do some special setup on my Android device for using SQLite DB or just code without worry about it.
thanks big bro💯
Is it possible to connect to a local area network Sql Server database using the Delphi Android App ? How ? Thansk!
yes surely! you can install sql server in you pc and set database address to instance name
@@forlan2005 direct access from android device do remote database like mssql, oracle, postgres is not recommended for securityy reasons. You should connect via rest api to database
the music is fucking terrible
I don't have the do not encode option, what should I do? I get a 401 error.
Probably a great tutorial, but I found the "music" way to annoying.
Very annoying. Why add music ?
Namaste ooohhmmmmm aooooohmmmmm 🧘🏼♂
thank you for lecture, it really good for beginners, hope everyone know to you
remove the stupid music
Great video. However, I wish there was no background music. Instead of playing music, more explanation of what's being done would be helpful. Quite often there are long interludes where lots of things are done with no narrative. Also, I'd like to listen to my own music while I'm doing the tutorial, and that is difficult to do with music constantly playing. Again, a VERY minor complaint. Otherwise, this is very helpful!
Thank you for your giving delphi knowledge for every one
Traduzir em Português
Em português
Thank you
I am using Delphi 11 it work fine with on windows when I try to compile for android at compilation time it gives error "Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED] Unable to create process: Unable to install base.apk " can anyone guide please. i am using moto g(30) real Android phone connected via USB Thank you in advance