Thanks for the straightforward tutorial. And I *really* appreciate how you didn't put any annyong background music in the video like so many people do.
All MVA course should change their way of presentation to be honest, this is an example of how it should be done. Just do it, no slides (5 - 10 slide for concepts), just tute.
awesome you guys really help me I am new in this platform very helpful and clear you both must be a good teacher and programmer thank you so much waiting for next video
Any reason why you're storing score and bomb in static variables? Also, why not use a static instance of Random instead of creating a new one every time you use it?
Juan Carlos Guzmán Islas static vars will retain their values in every call to the class because they are not instantiated every time. For mobile development this is fine because the app instance will not be shared between users. The random number has to be instantiated each time so that it generates a new number. Although he could have written a factory method, but I guess that's not the point of this video.
Thank you for this video, i am a beginner, I want ask question about Xamarin.Forms; when make app with MVVM in Xamarin.Forms: What can i do in both (App.xaml with App.xaml.cs) & (MainPage.xaml with MainPage.xaml.cs) some people ignore this files.
Build Failed: Xamarin.Android does not support running the previous version. Please ensure your solution builds before running or debugging it. Error received
Nothing to announce just yet but we are working on things in the background. Keep an eye out on our Facebook page facebook.com/studentaccelerator/ for further updates.
I have Visual Studio 2017 (Community) installed on Windows 32 bit Professional Desktop. I follow your instructions, and open up a new project. I get only, one, device choice, available, which is Android_Accelerated_x86_Nougat. When I try to Edit AVD, for the same, I get an error message. Result of creating AVD, Error: Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder. What should I do to rectify this problem. If I proceed, I get no image of the Phone. My debugging also doen't work.
2008clinton if a project file path is too long you will get an error ,move the project to the c drive and reopen it with Visual Studio. Also go to nuget package manager then installed and update everything.
Real bad job at explaining which components should be included. I had neither Azure nor Mobile Dev with .NET and my components doesn't look near what you have.
Hai sir and medam ..! Please suggest me how to solve this error in visual studio "cannot fit request classes in dex file (# methods:1272223>65536; #filelds:98351>65536).Try supplying a main-dex list..
that beebe( lady) explained well but when a gent came in he ran so first,,, the lady should do the complete video full,, she is slow but sure and explaining,, i would love if she repeats for me the whole tutorial
This vid was nice but to be showing the install process and not explaining what a code behind is and more depth to what you’re doing I’m sure people watching this aren’t actually learning anything. However if you’re experienced in C# I’m sure you’re fine. But maybe pander to the audience the first 3 mins of your vid was for.
untung ada xamarin, bisa ngembangin C# gw, ketimbang belajar java ga jelas, orang yang tingkat dewa aja kesusahan kembangin pake bahasa java, gimana yang baru mulai? bukan soal males buka forum, tapi mau seberapa banyak yang mesti lo tau. belum lagi editornya sendiri (baca:android studio) lemot bukan main, minimal ram 16gb saja dan pake HAXM itu masih lemot, bujug, beda klo pake VS, atau sekalian swiftnya IOS lebih ringan, pake macbook jadul juga jalan.
He's doing what the video title says, creating an app, not teaching people who can't code. You can always pause the video and try to understand, or better, just select a lower speed to play the video ;)
A "cross-platform mobile app"? You are talking about a "progressive web app" website, aren't you? That is not an app. It's a website that people use to disguise the fact they can't be bothered to do their job: develop a real app.
Nice to see at least one video on the web, where what you preach works for us also...… Good going thanks
Thanks for the straightforward tutorial. And I *really* appreciate how you didn't put any annyong background music in the video like so many people do.
"You wanna go here and select this and do this and this."
Why? Why are those things important? Explain what you're doing!
MrGeekGamer exactly!!!
It’s frustrating watching this as an experienced developer too. Very frustrating.
There just trying to help, does it matter?
@@jaygaming2153 Yes. It very much matters. Just showing where to click is meaningless, regardless of intent.
All MVA course should change their way of presentation to be honest, this is an example of how it should be done. Just do it, no slides (5 - 10 slide for concepts), just tute.
Finally after I read some comments , I'm deciding to see your video.
This is a very good example for teaching..well done
awesome you guys really help me I am new in this platform very helpful and clear you both must be a good teacher and programmer thank you so much waiting for next video
Good Efforts and Best Experience with that App Development Platform
Really great video for getting the ropes of Xamarins.Forms!
You guys are mispronouncing Edge... It's called Chrome! :)
lol You are a visionary, in the near future, it is literally going to be a rebranded chrome.
as of now, it is
It's Microsoft channel so they can use another company browser
Every time I touch Xamarin Visual Studio it breaks - it just breaks
How i can watch my app rynning ? because i just can see other app inside of emulator but no my App
Great amritpal Kaur and team
Any reason why you're storing score and bomb in static variables? Also, why not use a static instance of Random instead of creating a new one every time you use it?
Juan Carlos Guzmán Islas static vars will retain their values in every call to the class because they are not instantiated every time. For mobile development this is fine because the app instance will not be shared between users. The random number has to be instantiated each time so that it generates a new number. Although he could have written a factory method, but I guess that's not the point of this video.
Exactly what I was looking for! Is there a way to go to content view? Or some way to make designing the UI easier?
Thanks for teaching, it works fine, even nowadays with Visual Studio 2019. :-)
Very helpful.
This is great, you killed it! Thanks! I'd love to know how to deploy it to iOS next :)
I enjoyed this. Great work guys.
Hey Guys thanks for your guidance it helps me alot to understand how does an xamarin app works.. And nice game
Beneficial, thanks for the straight forward tutorial.
Hi
Microsoft Student Accelerator,
How we communicate our anderono board or other physical device throught crossplatform xamarin app in VS2017 ??
Why there's a pop up which I hv to choose the target and minimum platform version when I create new project?
Easy to understad, thank you guys
m trying to make windows phone but can not somehow help the visual studion's version of 2017?
Thank you for this video, i am a beginner, I want ask question about Xamarin.Forms; when make app with MVVM in Xamarin.Forms: What can i do in both (App.xaml with App.xaml.cs) & (MainPage.xaml with MainPage.xaml.cs) some people ignore this files.
i am not getting the mobile developement with Xamarin while in the Modify to in install visual studios 2022
how do u get it on the phone in the end?
Build Failed: Xamarin.Android does not support running the previous version. Please ensure your solution builds before running or debugging it.
Error received
Dear bro and sis, can you create app with reading along word?
do you guys have a course running in melbourne?
Nothing to announce just yet but we are working on things in the background. Keep an eye out on our Facebook page facebook.com/studentaccelerator/ for further updates.
I have Visual Studio 2017 (Community) installed on Windows 32 bit Professional Desktop. I follow your instructions, and open up a new project. I get only, one, device choice, available, which is Android_Accelerated_x86_Nougat. When I try to Edit AVD, for the same, I get an error message. Result of creating AVD, Error: Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder. What should I do to rectify this problem. If I proceed, I get no image of the Phone. My debugging also doen't work.
I have the same error :( if you found the solution please share it with me.. it's urgent ^_^
Same
2008clinton if a project file path is too long you will get an error ,move the project to the c drive and reopen it with Visual Studio.
Also go to nuget package manager then installed and update everything.
when i try to choose the emulator i get >7.0 of android version, what can i do, to include older version like 4.4.4..??
Sadly, I can't choose the PCL anymore only a .NET one in my version of VS17/Xamarin
Yeah, sometime last year PCL was switched out for .NET Standard. More or less the same, does what we need it to do anyway.
is it availabe on mac?
A more usefull "Simple Xamarin App" could be your demo running in several operative systems, android, ios, wf
the same code didn't work on VS for mac 2017. got lots of error
Great tutorial, thanks!
Thanks to Amrit Kaur.
You guys would be a cute couple!
Real bad job at explaining which components should be included. I had neither Azure nor Mobile Dev with .NET and my components doesn't look near what you have.
hi frends why do i get only black screen when i start the emulator ? thanks
Nice video! Thanks
Why i'didnt have PCL ? someone can explain to me ?
no ui viewer?
when the button reach text==bomb???
every time i run the program the output is always a blank black phone emulator can you help me?
did you get it fixide , i get the same problem thanks
"One is doing the eye-balling and other the bill folding"
Pair programming lol
nice dialogue timing; hopefully the whiteknight won't get triggered
Thank you!
Thanks Amrit and Paul!! Its a ncie video for beginners... Again Thanks !.... If Need i will call you to defuse Bomb.
nice tutorial, thank you :D
Nice tutorial :)
Thank you 🙂 we're hoping to release more tutorials soon on a regular basis.
were is the sdk and gtk and the ndk is that it just install visual studio and booom you started developing androad can't belive
hi guys
how to use my app in my mobile
tx :D
short , simple and easy..
12:45 *Bomb Exlopded*
Everything's perished...
RETRY :(
5:08
please lead me to way to learn the basic . if you can.
Hai sir and medam ..! Please suggest me how to solve this error in visual studio "cannot fit request classes in dex file (# methods:1272223>65536; #filelds:98351>65536).Try supplying a main-dex list..
how you transfer to android phone
lim lim2hooi@yahoo.com plug in you phone to your computer and it will automatically show as emulator.
I did that but it is still giving me an error it said:" an android virtual device that failed to load. click 'details' to see the error
that beebe( lady) explained well but when a gent came in he ran so first,,, the lady should do the complete video full,, she is slow but sure and explaining,, i would love if she repeats for me the whole tutorial
Great game Defuse bomb...I want to buy it
Thanks!
good job cuties
"command + F5" - oh, ähm - "ctrl + F5" ;-)
nice
The only programming solution is Delphi/RAD studio. Once you go Delphi you never go back...
Good Job Guys
This vid was nice but to be showing the install process and not explaining what a code behind is and more depth to what you’re doing I’m sure people watching this aren’t actually learning anything. However if you’re experienced in C# I’m sure you’re fine. But maybe pander to the audience the first 3 mins of your vid was for.
"Go to Microsoft Edge"
you are a bomb
It's a microsoft video and they're using Mac's and the guy has chrome on the bottom thingie. ok
untung ada xamarin, bisa ngembangin C# gw, ketimbang belajar java ga jelas, orang yang tingkat dewa aja kesusahan kembangin pake bahasa java, gimana yang baru mulai? bukan soal males buka forum, tapi mau seberapa banyak yang mesti lo tau. belum lagi editornya sendiri (baca:android studio) lemot bukan main, minimal ram 16gb saja dan pake HAXM itu masih lemot, bujug, beda klo pake VS, atau sekalian swiftnya IOS lebih ringan, pake macbook jadul juga jalan.
Thanks so much
bro are you teaching or showing your skills dont go fast,
ARTHUB Lolol!! Right!????
He's doing what the video title says, creating an app, not teaching people who can't code. You can always pause the video and try to understand, or better, just select a lower speed to play the video ;)
Thank you so much.
here is the code : github.com/NassimaMsaddak/DefuseBomb
why not show total score when GAME OVER?
who know the girls name ?
Indian Rock wherever they go !!!!
GoodLuck Amrit
Racist
Racist!
Racist
Racist
racist
kudi v sohni te .. knowledge v sohni .. utto microsoft ch kamm kardi ..
Привет
i laughed beep.
A "cross-platform mobile app"? You are talking about a "progressive web app" website, aren't you?
That is not an app. It's a website that people use to disguise the fact they can't be bothered to do their job: develop a real app.
So this shit has no graphical designer to do some stuff?