Top videos

Level design Basics | Unity3d FPS Tutorial 7
Level design Basics | Unity3d FPS Tutorial 7 121gamers 0 Views • 4 months ago

Finally the Level Design , Better 2nd part on its way ive lost motivation for you-tube recently!
NEW UNITY 5 FPS SERIES :
https://www.youtube.com/watch?v=maoQit9mJeE
Tell me what you want me to do next in the comments below!

In this episode i show you how to add shooting to your game .. the basic way but i will cover more advanced if requested!

Previous Episode :
Next Episode : Tomorrow
Next Info Episode : soon

Please Comment Rate and Subscribe for More!

Let me know what you want to learn in the comments Below!

•Music By Kevin McLeod : http://www.incompetech.com
• Livestream: http://www.twitch.tv/steamfiregamer
• Email: steamfiregamer@gmail.com

Enjoy!

Unity 3D - FPS Weapon Tutorial - Part 2
Unity 3D - FPS Weapon Tutorial - Part 2 121gamers 0 Views • 4 months ago

Join the discord!
https://discord.gg/bsxpwbtSU2


This is the second part of the FPS Weapon Tutorial series, in this video we will improve our weapon script so we can choose our magazine size, fire rate, automatic weapon, automatic reload, reload delay...

The link to download this project is this:
https://mega.nz/folder/td5Dlb7....Q#zpzhLEBsE-z8sAhjVz

If you have any question feel free to ask in the comments.

If you liked the video and would like more, please consider subscribing!

How to Make an Android App for Beginners
How to Make an Android App for Beginners 121gamers 0 Views • 4 months ago

Android development can be a great way to turn your idea into reality or start a promising career as an app developer... and getting started is probably easier than you think.

These days Android Development is done with a tool called Android Studio. Android Studio is kind of like Microsoft Word for writing Android apps; it helps organize our projects and gives us a user-friendly way to create what we’re looking for.

In this video, we’ll walk through installing Android Studio and then make an app. Don’t worry if you don’t have any experience with Android or even programming in general; as long as you follow along we’ll all end up at the same place.

Click SHOW MORE to view a list of our other popular Android videos!
You can watch *all* of these videos as part of your free trial!
http://bit.ly/3FdJzut
--
These are just a few of the many Android development videos available to Treehouse subscribers.

Download Android Studio
https://developer.android.com/studio?gclid=Cj0KCQiA9YugBhCZARIsAACXxeJZEztMS5N65y8EVt6Kc7OG1OHE9Y2VJ9RAMQr_8OYTJdN6eBg_Z0QaApXNEALw_wcB&gclsrc=aw.ds

Android Development for Beginners (11-hour course)
http://trhouse.co/AndroidApp-AndroidDev

Build a Simple Android App with Java
https://trhouse.co/3Mt5v7L

Build a Simple Android App with Kotlin
https://trhouse.co/432sKN2

Build a Weather App for Android
https://trhouse.co/43mHmq1

Styles and Themes in Android
https://trhouse.co/3BPrCjT

Testing in Android
https://trhouse.co/3ODVx6e

Localization in Android
https://trhouse.co/424mp2f

Android Widgets
https://trhouse.co/3qbN3c4

Custom Views in Android
https://trhouse.co/3OCJbuR

Getting Started with Firebase
https://trhouse.co/3OFD88W
---
Learn from over 1,000 videos created by our expert teachers on web design, coding, business, and much more. Treehouse teaches the in-demand technology skills you need to land your dream job.

Follow Us!
Twitter: https://twitter.com/treehouse
Instagram: https://instagram.com/teamtreehouse
LinkedIn: https://www.linkedin.com/schoo....l/treehouse-island-i
Facebook: https://www.facebook.com/teamtreehouse/

#android #kotlin #coding #appdevelopment

Android App Development Tutorial for Beginners - Your First App
Android App Development Tutorial for Beginners - Your First App 121gamers 0 Views • 4 months ago

Let's build our first Android app - a tip calculator! This video assumes NO prior experience with Android, and by the end you'll have something an app you could publish. We'll cover how to create the user interface with XML, and how to code the logic using the Kotlin programming language. These are the fundamental building blocks of any modern Android app.

We'll use the ConstraintLayout for the layout and two event listeners for the app logic. After you enter a base amount and a tip percentage, the app will calculate the tip and total for you. We also implement a tip percentage animation and a footer to make our app more unique.

➤ Learn Kotlin in 12 Minutes:
https://youtu.be/iYrgWO2oibY
➤ Learn how to publish your app: https://www.youtube.com/watch?v=rMzQ2vM1S6c
➤ Download this app on Google Play: https://play.google.com/store/....apps/details?id=com.

🔗 Follow Rahul on YouTube: https://www.youtube.com/rpandey1234
🔗 Follow Rahul on Twitter: https://twitter.com/rpandey1234
🔗 Follow Rahul on LinkedIn: https://www.linkedin.com/in/rpandey1234/

🎉 Thanks to our Champion and Sponsor supporters:
👾 Wong Voon jinq
👾 hexploitation
👾 Katia Moran
👾 BlckPhantom
👾 Nick Raker
👾 Otis Morgan
👾 DeezMaster
👾 AppWrite

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Build and Publish an Android App - Full Course with Kotlin
Build and Publish an Android App - Full Course with Kotlin 121gamers 0 Views • 4 months ago

Learn how to create and publish an Android app from scratch. In this beginner's course, you will learn to use Kotlin to build and publish a customizable memory game that can save content to Firebase cloud storage.

Play one of the predefined games, or play a custom game created by you or a friend! Create your own memory game by choosing photos from your phone. This project was initially inspired by Paul Hegarty’s iPhone calls (CS193P) taught at Stanford.

➤ Published app:
https://play.google.com/store/....apps/details?id=com.
➤ Code in Github: https://github.com/rpandey1234/MyMemory

🔗 Follow Rahul on Twitter: https://twitter.com/rpandey1234
🔗 Follow Rahul on YouTube: https://www.youtube.com/rpandey1234

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Intro + app overview
⌨️ (0:05:40) Create the main layout
⌨️ (0:19:43) Setup the RecyclerView to show memory cards
⌨️ (0:37:15) Add the BoardSize enum + create icons
⌨️ (0:51:45) Create the memory card and game classes
⌨️ (1:01:39) Implement the game logic
⌨️ (1:20:20) Display game info
⌨️ (1:27:45) Add menu options for game control
⌨️ (1:41:59) Use an intent to navigate to the CreateActivity
⌨️ (1:58:04) Build the image grid in the creation flow
⌨️ (2:11:55) Choose image intent
⌨️ (2:30:03) Image upload preparation
⌨️ (2:39:07) Upload to Firebase Storage
⌨️ (2:59:43) Save the memory game to Firebase
⌨️ (3:16:00) Play memory with custom images
⌨️ (3:34:30) Add menu option to download a game
⌨️ (3:45:53) Style updates
⌨️ (3:56:33) Creating a release build
⌨️ (4:04:09) Publishing your app to Google Play
⌨️ (4:19:53) Concept Review

⭐️ Special thanks to our Champion supporters! ⭐️
🏆 Loc Do
🏆 Joseph C
🏆 DeezMaster

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

Kotlin & Android 12 Tutorial | Learn How to Build an Android App 📱 9+ h FREE Development Masterc
Kotlin & Android 12 Tutorial | Learn How to Build an Android App 📱 9+ h FREE Development Masterc 121gamers 0 Views • 4 months ago

🚀 Android & Kotlin Masterclass - Become a serious Android app developer with our best-selling masterclass: https://bit.ly/3PaKdhS

Learning how to code for Android can be hard, but it doesn't have to be that way!

We've been teaching Android development for years and we know that it's not easy to find the right course that will teach you what you need to know in order to build real-world apps.

We updated our best-seller Android Masterclass. After years of teaching students in our virtual classrooms, we know exactly what works and what doesn't work when learning to program for Android apps.

Chapters:

0:00:00 Introduction
0:02:22 Installing Android Studio
0:09:46 Our First Project - The UI and how to change it
0:22:10 Setting up the AVD (Android Virtual Device)
0:30:55 Starting our first app
0:41:16 Our First App - People Counter App
1:04:37 Testing on our phone
1:07:35 Outro for this chapter
1:08:28 Intro - Fundamentals Chapter
1:09:56 Basic Concepts of OOP Languages
1:16:00 Val vs Var
1:25:34 Datatypes of Numbers
1:34:25 Datatypes bool, char, and string
1:41:13 String Interpolation
1:44:38 Arithmetic operators
1:53:19 Comparison operators and string interpolation
2:01:55 assignment operators
2:08:29 If Statements
2:22:07 If Statements part 2
2:26:01 When Expressions
2:38:33 While Loops
2:46:08 Do While Loops
2:49:33 Another way to use while loops
2:53:15 For Loops
2:58:31 Break and Continue
3:03:02 Functions - Parameters and arguments
3:16:22 Nullables in Kotlin
3:26:21 Nullables - elvis operator
3:33:49 Outro Basics 1
3:35:19 Intro Basics of OOP
3:36:42 Classes and Objects
3:41:35 Classes and Initializers
3:48:42 Scope and Shadowing
3:53:57 Member Variables, Functions and Constructors
4:07:05 Lateinit - Setters and Getters
4:17:25 Data Classes
4:26:19 Inheritance
4:41:35 Interfaces
4:54:49 Abstract Classes
5:00:52 Typecasting
5:08:39 Outro OOP
5:10:04 Intro more on Kotlin Basics
5:11:38 What are collections
5:13:54 Arrays
5:30:13 Lists
5:39:33 Sets and Maps
5:52:04 Arraylists
5:57:54 Lambda expressions
6:02:29 Visibility modifiers
6:13:23 Nested and Inner Classes
6:18:11 Safe Casting
6:23:16 Exception Handling with try and catch
6:38:50 Outro More Basics
6:40:23 Intro Age in Minutes App
6:41:56 Setting up the UI for the App
7:02:46 Adding more Textviews and SP, DP and Px
7:17:07 Finalizing the UI
7:23:51 Adding a DatePickerDialog and OnDateSetListener
7:37:06 Using the selected Date to Display it
7:49:06 Finalizing The App
08:01:26 Outro Age in Minutes App
08:02:43 Intro Calculator App
08:07:45 Building the UI
08:35:06 Using onClick and implementing the CLR
08:44:14 Adding the onDecimalPoint
08:45:59 Adding the onOperator Functionality
09:01:56 Adding Subtraction - using substring and other string methods
09:17:10 Adding the missing operations
09:24:30 Outro

tutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.
This includes C#, Unity, Python, Android, Kotlin, Machine Learning, etc.
Stay tuned and subscribe to tutorialsEU: https://goo.gl/rBFh3x
Android: https://www.youtube.com/channe....l/UCjHtatblxvHvtj2rk
C#: https://www.youtube.com/channe....l/UCqCnjtxdlG9qEgFJI
Unity: https://www.youtube.com/channe....l/UCajMHiOEuARZm6t2b
Facebook: https://www.facebook.com/Tutor....ialsEU-1093802040932
LinkedIn: https://www.linkedin.com/company/tutorialseu
Discord: https://discord.gg/zwbrpCNB2M

Make Your First Simple Android App with Kotlin (Android Kotlin Tutorial for Beginners)
Make Your First Simple Android App with Kotlin (Android Kotlin Tutorial for Beginners) 121gamers 0 Views • 4 months ago

Start saving time now by planning weekly with Week Sweep: http://bit.ly/2Jf3QA0

In this tutorial you will learn how to make android apps in Kotlin.

Kotlin is a new official language for Android development. It's certainly a step towards safer, readable and quicker to write code.

Kotlin supports properties, you don't have to call "findViewById()", and it also tries to get rid of the dreaded null reference exception.

Whether you are a complete beginner who is just starting out in Android app development or you are a Java Android developer looking for something new, you cannot go wrong with Kotlin in Android.

Get the code from this tutorial: https://wp.me/p8jOJP-5y

Go to my website for more information, code examples and articles:
http://resocoder.com

Follow me on social media:
https://www.facebook.com/resocoder
https://twitter.com/resocoder

Android Studio Tutorial: Create an app to connect the Arduino using Bluetooth and RxAndroid
Android Studio Tutorial: Create an app to connect the Arduino using Bluetooth and RxAndroid 121gamers 0 Views • 4 months ago

Hello! thanks for watching my video. Please find my code in this public GitHub repository:
https://github.com/The-Frugal-....Engineer/ArduinoBTEx

You can find more information about the project in this public Doc:
https://docs.google.com/docume....nt/d/12lBVF0uLpm_l9y

Arduino Bluetooth tutorial (HC-05) video: https://youtu.be/17kt5eq7guM

You can follow me on Twitter if you have any questions: https://twitter.com/uk_frugal
I created this Discord server so we can discuss any technical topic: https://discord.gg/hxT79RD6mh

00:00 Intro
01:15 Integration diagram
02:40 Code review
11:40 Demo & Outro

#androidstudio #tutorial #programming

Xamarin Tutorial for Beginners - Build iOS & Android Apps with C#, Visual Studio, and Xamarin.Fo
Xamarin Tutorial for Beginners - Build iOS & Android Apps with C#, Visual Studio, and Xamarin.Fo 121gamers 0 Views • 4 months ago

.NET MAUI is here! Checkout my new .NET MAUI Tutorial for Beginners video: https://youtu.be/rumfIg9qJ_Y

Let's start our journey together to build beautiful native cross-platform apps with .NET, Xamarin, and Visual Studio! In this video I am going to guide you through the entire process and describe everything that is in File - New for Xamarin.

Full Xamarin Beginner's Playlist - https://www.youtube.com/playli....st?list=PLwOF5UVsZWU

👕 Buy some swag! - https://jamesmontemagno.myspreadshop.com/

Time Codes
00:00 - Intro & What is .NET, C#, Xamarin
04:20 - Creating First Project in Visual Studio
08:45 - What's in the solution (.NET Standard, iOS, Android)
12:40 - Exploring iOS and Android project setup 7 shared code
14:15 - MVVM (Model-View-ViewModel)
15:30 - Exploring XAML (App, AppShell, and Pages)
21:00 - Deploying to Android, Debugging, & XAML Hot Reload
28:20 - Deploying to iOS with Hot Restart
35:45 - Wrap-up

Links:
* Microsoft Learn for Xamarin - https://docs.microsoft.com/learn/browse/?term=xamarin&terms=xamarin&WT.mc_id=friends-0000-jamont
* Xamarin homepage: https://dotnet.microsoft.com/a....pps/xamarin?WT.mc_id
* Xamarin documentation: https://docs.microsoft.com/xam....arin/?WT.mc_id=frien
* Xamarin learning resources: https://dotnet.microsoft.com/l....earn/xamarinWT.mc_id
* Xamarin blog: https://devblogs.microsoft.com..../xamarin/?WT.mc_id=f
* Xamarin 101 video series: https://channel9.msdn.com/Seri....es/Xamarin-101/?WT.m
* Xamarin on YouTube: https://www.youtube.com/xamarindevelopers
* Source Code: https://github.com/jamesmontem....agno/mycoffeeapp?WT.

Disclaimer: This channel, videos, and streams are created in my spare time and are a product of me... James Montemagno! They are NOT officially affiliated or endorsed by Microsoft (my employer) in any way. Opinions and views are my own.

What is on my hat? It is the CLE clothing logo because I am from Cleveland! Checkout their awesome CLE merch: https://cleclothingco.myshopify.com/

What is that art on my wall? It is an original piece from the French street artist Gregos of La Butte Montmartre: https://www.instagram.com/p/BceZ1oNHiQx/

Follow:
👨‍💻 GitHub: https://github.com/jamesmontemagno
🦜 Twitter: https://twitter.com/jamesmontemagno
🔴 Twitch: https://twitch.tv/jamesmontemagno
📄 Website: https://www.montemagno.com
📰 Newsletter: https://newsletter.montemagno.com/

My Setup:
* Blue Spark Microphone - https://amzn.to/3qgtYkq
* Blue Pop Filter - https://amzn.to/3jEWM3r
* Rode Microphone Arm - https://amzn.to/2Z68AlE
* Sony MDR7306 Headphones - https://amzn.to/372jxta
* Stream Deck - https://amzn.to/373Uk1n
* Elgato Cam Link - https://amzn.to/3a9eGbh
* GoPro Hero - https://amzn.to/374lm90
* MX Master 2S Mouse - https://amzn.to/3d7J2gj
* Tecware Phantom Keyboard - https://amzn.to/3aUP4y9

#Xamarin #Beginner #XamarinForms #XAML

Onshape iOS & Android Tutorial
Onshape iOS & Android Tutorial 121gamers 0 Views • 4 months ago

Thanks for watching. Visit https://Onshape.com/free to create a free account

Interested in using the Onshape mobile app to design? In this video, we walk through building a simple part using Onshape on a mobile device.

☑️ HOME ● https://www.onshape.com
☑️ PROFESSIONAL FREE TRIAL ● http://ptc.co/EGJc50G6nE2
☑️ BLOG ● https://www.onshape.com/en/resource-c...

FOLLOW US
https://www.twitter.com/Onshape
https://www.linkedin.com/company/onshape
https://www.facebook.com/onshapeInc

#CAD #Onshape #Cloud #3DDesign

Flutter Course - Full Tutorial for Beginners (Build iOS and Android Apps)
Flutter Course - Full Tutorial for Beginners (Build iOS and Android Apps) 121gamers 0 Views • 4 months ago

Learn Flutter, Google’s groundbreaking multi-platform mobile development framework to create apps for Android and iOS. In this course, Nick Manning from fluttercrashcourse.com teaches you how to get up and running with Flutter quickly and effectively. Nick has been a Flutter engineer since 2017 and has boiled down this real-world know-how into a clear-cut, realistic and step-by-step crash course. Flutter apps are written in the Dart programming language

📽 Subscribe to Nick's YouTube channel:
https://youtube.com/c/nickmanningdotdev

💻 Code - https://github.com/seenickcode/tourismandco
💻 Accompanying blog posts for each lesson - https://fluttercrashcourse.com/blog

⭐️ Contents ⭐️
(0:00) Intro:
⌨️ What this course covers

(2:15) Layout in Flutter:
⌨️ Layout concepts
⌨️ Column, mainAxisAlignment, crossAxisAlignment
⌨️ Container and Parameterized StatelessWidgets

(14:48) Images:
⌨️ Image, BoxConstraint
⌨️ Configuring image assets
⌨️ Implementing ImageBanner

(30:05) Text:
⌨️ Importing a custom font
⌨️ Finalizing our TextSection with Column and EdgeInsets
⌨️ ThemeData, TextTheme and organizing style

(48:30) Models:
⌨️ Using Models to represent data and functionality
⌨️ Making our screen dynamic
⌨️ Generics, map(), Anonymous Functions and Cascades

(69:33) Navigation and Lists:
⌨️ Parameterized named routes
⌨️ MaterialPageRoute, RouteFactory
⌨️ ListView and GestureDetector

⭐️ Links: ⭐️
🔗 Nick Manning’s Flutter Crash Course: https://fluttercrashcourse.com
🔗 Installing Flutter on macOS: https://www.youtube.com/watch?v=THsihXK1-14
🔗 Installing Flutter on Windows: https://www.youtube.com/watch?v=EDlywQeg5Vs

⭐️ Social: ⭐️
🐤 Twitter: https://twitter.com/seenickcode
📬 Email: nick@fluttercrashcourse.com

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://www.freecodecamp.org/news

Showing 632 out of 633