Greetings,
I'm currently working on developing an app with forms, and as such I want to pass a greeting to the user based on what time they access the app (good morning %user%, Good Afternoon %user%, Good Evening %user% (and perhaps even a Welcome Back %user% but not sure how id do that one). I know Xamarin.Forms as a timer implementation, but is their a way I can tell time with Xamarin.Forms, or will I have to keep that bit of code on the platform specific side of things and just call it as i need it in the Shared code?
As for the login issue, I learned a lot about Xamarin.Forms from @JamesMontemagno and his Hanselman app, but is there a way I could integrate the login do something like that as well without having to make a separate activity in the case of android?
Thanks,