/Nomadic

Just having fun replicating Microsoft News with Xamarin. Woot woot! 😎

Primary LanguageC#

Nomadic

About

Microsoft News is built with Xamarin. I wondered… can I build the same πŸ€”? So I set out on this journey, I called it Nomadic.

Screenshots

Nomadic

Nomadic Dark

MS News Dark

Nomadic Light

MS News Light

Getting Started

To be able to run the app you will need to do a little setup. No worries, there's a whole blog about it πŸ™ƒ. But if you want a quick start, check the instructions below:

Create a NewsAPI Key

Head over to newsapi.org and register. Once you have an account, go to your account dashboard and retrieve your API key.

NewsAPI Key

Add your NewsAPI Key in the Constants.cs file at the root of the shared project.

Constants.cs file

At this point you can build and deploy the Application and you'll have almost all the functionality working πŸ™ƒ... login will not work though.

If you're interested in login as well, follow the blog post below to create your Google Client Ids:

Google Authentication Blog Post

The making of...

I have been writing some blog posts on how to create this app, which can be found below:

The awesome Libraries used 😎:

Disclaimer ☠!!

As much as consideration was taken for iOS platform-specific code, this application has not been tested on iOS. In theory it should work, but whatever bugs that you may encounter or on the event that the application does not successfully build or for whatever reason your device bursts into flames, I might not be of help. Sorry 😐.

On a different note, please contribute and/or raise issues 😁.