❔ Setting Up First Xamarin FOrms
trying to follow a xamarin forms tutorial on creating a mobile app...but I am getting these errors errors =>
10 Replies
You're using a bunch of variables and methods you never defined anywhere.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.This is the guide I'm following...where is it shown to do that? https://www.c-sharpcorner.com/article/xamarin-forms-create-a-login-page-mvvm/
Xamarin.Forms - Create A Login Page (MVVM)
In this code we created the followings properties: Email, Password and the command SubmitCommand() that we will use in the Login command button in the Login page.
We use the ICommand interface that allows defining and implementing a command what we call commanding.
Looks like you may have:
- Skipped the beginning of step 4 with all the XML stuff
- Failed to derive from the appropriate base class
class LoginPage : ContentPage
and possible you skipped more than that too
hard to sayokay - i'll start back at the beginning and see....
@PraetorBlue - I have that code for step 4...Let me show you... LoginPage.xaml
LoginPage.xaml.cs -> https://pastebin.com/Lk7PKASc
Pastebin
loginpage.xaml.cs - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
This is the project I have.....maybe you can see error in my code?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.@PraetorBlue - any insight?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.