Creating a Simple Xamarin App

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 113

  • @panickerns
    @panickerns 4 года назад +1

    Nice to see at least one video on the web, where what you preach works for us also...… Good going thanks

  • @slworking2
    @slworking2 6 лет назад +4

    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.

  • @MrGeekGamer
    @MrGeekGamer 6 лет назад +74

    "You wanna go here and select this and do this and this."
    Why? Why are those things important? Explain what you're doing!

    • @kipchickensout
      @kipchickensout 6 лет назад +2

      MrGeekGamer exactly!!!

    • @osknyo
      @osknyo 5 лет назад +3

      It’s frustrating watching this as an experienced developer too. Very frustrating.

    • @jaygaming2153
      @jaygaming2153 3 года назад

      There just trying to help, does it matter?

    • @MrGeekGamer
      @MrGeekGamer 3 года назад +1

      @@jaygaming2153 Yes. It very much matters. Just showing where to click is meaningless, regardless of intent.

  • @aminsaadati3809
    @aminsaadati3809 6 лет назад

    Finally after I read some comments , I'm deciding to see your video.

  • @Mahatalks18
    @Mahatalks18 7 лет назад +2

    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

  • @lavishrich
    @lavishrich 6 лет назад

    This is a very good example for teaching..well done

  • @bobbers2
    @bobbers2 6 лет назад

    Really great video for getting the ropes of Xamarins.Forms!

  • @mtech7801
    @mtech7801 6 лет назад

    Good Efforts and Best Experience with that App Development Platform

  • @vchandm23
    @vchandm23 5 лет назад +1

    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.

  • @alexb3097
    @alexb3097 6 лет назад +53

    You guys are mispronouncing Edge... It's called Chrome! :)

    • @jeff30458
      @jeff30458 5 лет назад +3

      lol You are a visionary, in the near future, it is literally going to be a rebranded chrome.

    • @bryckkk
      @bryckkk 5 лет назад +1

      as of now, it is

    • @hangout7081
      @hangout7081 3 года назад

      It's Microsoft channel so they can use another company browser

  • @dravifo6762
    @dravifo6762 5 лет назад +7

    Every time I touch Xamarin Visual Studio it breaks - it just breaks

  • @holgermorlok8122
    @holgermorlok8122 5 лет назад

    Thanks for teaching, it works fine, even nowadays with Visual Studio 2019. :-)
    Very helpful.

  • @ChiefBurningLeaf
    @ChiefBurningLeaf 5 лет назад

    Beneficial, thanks for the straight forward tutorial.

  • @Coder-te8th
    @Coder-te8th 4 месяца назад

    i am not getting the mobile developement with Xamarin while in the Modify to in install visual studios 2022

  • @AndresFelipeBurbano
    @AndresFelipeBurbano 7 лет назад +5

    How i can watch my app rynning ? because i just can see other app inside of emulator but no my App

  • @mahaksinghvi8711
    @mahaksinghvi8711 7 лет назад

    Hey Guys thanks for your guidance it helps me alot to understand how does an xamarin app works.. And nice game

  • @ThePhunkyPharaoh
    @ThePhunkyPharaoh 7 лет назад

    Exactly what I was looking for! Is there a way to go to content view? Or some way to make designing the UI easier?

  • @juancarlosgi94
    @juancarlosgi94 6 лет назад +1

    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?

    • @kevbrew
      @kevbrew 6 лет назад

      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.

  • @griffintoal4410
    @griffintoal4410 6 лет назад

    This is great, you killed it! Thanks! I'd love to know how to deploy it to iOS next :)

  • @krishnakanhaiya9730
    @krishnakanhaiya9730 6 лет назад

    Hi
    Microsoft Student Accelerator,
    How we communicate our anderono board or other physical device throught crossplatform xamarin app in VS2017 ??

  • @orkunyilmaz9619
    @orkunyilmaz9619 6 лет назад

    m trying to make windows phone but can not somehow help the visual studion's version of 2017?

  • @zulaikhasuhaimi7501
    @zulaikhasuhaimi7501 7 лет назад

    Why there's a pop up which I hv to choose the target and minimum platform version when I create new project?

  • @kwamejhosef240
    @kwamejhosef240 6 лет назад

    I enjoyed this. Great work guys.

  • @SuperAshok100
    @SuperAshok100 6 лет назад

    Great amritpal Kaur and team

  • @SwapnilNawale18
    @SwapnilNawale18 4 года назад

    is it availabe on mac?

  • @k5records448
    @k5records448 4 года назад

    Dear bro and sis, can you create app with reading along word?

  • @FalcoAcePilot
    @FalcoAcePilot 7 лет назад

    how do u get it on the phone in the end?

  • @watchit387
    @watchit387 5 лет назад

    Easy to understad, thank you guys

  • @thatoesia4353
    @thatoesia4353 7 лет назад

    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..??

  • @martinohart1501
    @martinohart1501 5 лет назад

    Why i'didnt have PCL ? someone can explain to me ?

  • @sarfarazlaghari
    @sarfarazlaghari 6 лет назад

    Build Failed: Xamarin.Android does not support running the previous version. Please ensure your solution builds before running or debugging it.
    Error received

  • @Luggruff
    @Luggruff 6 лет назад +8

    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.

  • @davidolesen8279
    @davidolesen8279 6 лет назад

    hi frends why do i get only black screen when i start the emulator ? thanks

  • @voucherplus9063
    @voucherplus9063 5 лет назад

    when the button reach text==bomb???

  • @ramisaleiman9063
    @ramisaleiman9063 5 лет назад

    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.

  • @kristijanboskovic
    @kristijanboskovic 6 лет назад

    Great tutorial, thanks!

  • @awattsandre007
    @awattsandre007 5 лет назад

    Nice video! Thanks

  • @MitchellFox
    @MitchellFox 6 лет назад +2

    You guys would be a cute couple!

  • @2008clinton
    @2008clinton 6 лет назад

    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.

    • @WardaUaE
      @WardaUaE 6 лет назад

      I have the same error :( if you found the solution please share it with me.. it's urgent ^_^

    • @onesixtyofficial
      @onesixtyofficial 6 лет назад

      Same

    • @philipm1896
      @philipm1896 6 лет назад

      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.

  • @euronasia
    @euronasia 7 лет назад

    the same code didn't work on VS for mac 2017. got lots of error

  • @TheGursewakSingh
    @TheGursewakSingh 5 лет назад

    Thanks to Amrit Kaur.

  • @jamesherrero7334
    @jamesherrero7334 7 лет назад

    do you guys have a course running in melbourne?

    • @microsoftstudentacceleratornz
      @microsoftstudentacceleratornz  6 лет назад

      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.

  • @appmagician3240
    @appmagician3240 6 лет назад

    Sadly, I can't choose the PCL anymore only a .NET one in my version of VS17/Xamarin

    • @microsoftstudentacceleratornz
      @microsoftstudentacceleratornz  6 лет назад

      Yeah, sometime last year PCL was switched out for .NET Standard. More or less the same, does what we need it to do anyway.

  • @ambokalisttv1262
    @ambokalisttv1262 7 лет назад

    every time i run the program the output is always a blank black phone emulator can you help me?

    • @davidolesen8279
      @davidolesen8279 6 лет назад

      did you get it fixide , i get the same problem thanks

  • @Magnetron692
    @Magnetron692 4 года назад

    Thank you!

  • @RameshKumar-uz5hj
    @RameshKumar-uz5hj 7 лет назад

    Thanks Amrit and Paul!! Its a ncie video for beginners... Again Thanks !.... If Need i will call you to defuse Bomb.

  • @lattanzio000
    @lattanzio000 6 лет назад +1

    no ui viewer?

  • @larabatech1200
    @larabatech1200 6 лет назад +1

    nice tutorial, thank you :D

  • @salvadormartinez1895
    @salvadormartinez1895 4 года назад

    A more usefull "Simple Xamarin App" could be your demo running in several operative systems, android, ios, wf

  • @saravanankiruba5521
    @saravanankiruba5521 5 лет назад

    hi guys
    how to use my app in my mobile

  • @player95
    @player95 6 лет назад +1

    tx :D
    short , simple and easy..

  • @sebagonzalez3616
    @sebagonzalez3616 6 лет назад

    nice dialogue timing; hopefully the whiteknight won't get triggered

  • @rebaouihichame9898
    @rebaouihichame9898 7 лет назад

    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

  • @ciktila7375
    @ciktila7375 6 лет назад +1

    Nice tutorial :)

  • @_michel
    @_michel 7 лет назад

    Thanks!

  • @mrrhm_tech
    @mrrhm_tech 4 года назад

    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..

  • @geniushumans5114
    @geniushumans5114 7 лет назад

    please lead me to way to learn the basic . if you can.

  • @boris526
    @boris526 6 лет назад +1

    "One is doing the eye-balling and other the bill folding"

  • @limlimhooiyahoocom
    @limlimhooiyahoocom 7 лет назад

    how you transfer to android phone

    • @ezscootrr
      @ezscootrr 7 лет назад

      lim lim2hooi@yahoo.com plug in you phone to your computer and it will automatically show as emulator.

    • @WardaUaE
      @WardaUaE 6 лет назад

      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

  • @JNunoCoast
    @JNunoCoast 4 года назад

    It's a microsoft video and they're using Mac's and the guy has chrome on the bottom thingie. ok

  • @tinujakhar
    @tinujakhar 4 года назад

    Great game Defuse bomb...I want to buy it

  • @earnmoney14
    @earnmoney14 7 лет назад

    nice

  • @DBuilder1977
    @DBuilder1977 7 лет назад

    The only programming solution is Delphi/RAD studio. Once you go Delphi you never go back...

  • @ciomio3703
    @ciomio3703 3 года назад

    good job cuties

  • @ELISA-in7hq
    @ELISA-in7hq 5 лет назад

    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

  • @jimmysteelskin4648
    @jimmysteelskin4648 7 лет назад

    Thanks so much

  • @dragg0_0
    @dragg0_0 6 лет назад +9

    bro are you teaching or showing your skills dont go fast,

    • @Zatiti
      @Zatiti 6 лет назад

      ARTHUB Lolol!! Right!????

    • @yokytolakaca7485
      @yokytolakaca7485 6 лет назад +11

      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 ;)

  • @gigifru
    @gigifru 5 лет назад +1

    "command + F5" - oh, ähm - "ctrl + F5" ;-)

  • @arnaio1
    @arnaio1 5 лет назад

    you are a bomb

  • @osknyo
    @osknyo 5 лет назад

    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.

  • @sekmanimohamedamine1237
    @sekmanimohamedamine1237 4 года назад

    who know the girls name ?

  • @aminzuar5767
    @aminzuar5767 7 лет назад

    Good Job Guys

  • @HarshGames
    @HarshGames 5 лет назад

    5:08

  • @jonasferraz
    @jonasferraz 4 года назад

    12:45 *Bomb Exlopded*
    Everything's perished...
    RETRY :(

  • @wouterstandaert4167
    @wouterstandaert4167 6 лет назад

    "Go to Microsoft Edge"

  • @nikazizi20
    @nikazizi20 7 лет назад

    why not show total score when GAME OVER?

  • @BimBims
    @BimBims 6 лет назад

    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.

  • @gorbacheww5651
    @gorbacheww5651 6 лет назад

    Привет

  • @rakesh5085
    @rakesh5085 7 лет назад

    kudi v sohni te .. knowledge v sohni .. utto microsoft ch kamm kardi ..

  • @nassimamsaddak5420
    @nassimamsaddak5420 5 лет назад

    Thank you so much.
    here is the code : github.com/NassimaMsaddak/DefuseBomb

  • @vidi3437
    @vidi3437 7 лет назад +5

    Indian Rock wherever they go !!!!
    GoodLuck Amrit

  • @飯島直也-x9s
    @飯島直也-x9s 7 лет назад

    i laughed beep.

  • @frankfahrenheit9537
    @frankfahrenheit9537 5 лет назад

    So this shit has no graphical designer to do some stuff?

  • @StijnHommes
    @StijnHommes 2 года назад

    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.