What’s a Chatbot and What does it have to do with AI?

What’s a Chatbot and What does it have to do with AI?

A chatbot is a language interface to an AI. Chatbots give us a text box in which to type our questions in natural language and the AI will attempt to understand our meaning and respond to it intelligently and productively. The key word here is “attempt”....
Will the AIs Take Over like in Terminator?

Will the AIs Take Over like in Terminator?

Will the AIs take over in a Terminator-like scenario? We shouldn’t rule it out, experts tell us, so caution as we go is the best course. It’s apparently not likely that a machine will become self-aware and plot an AI coup. It’s far more likely that...

Navigation Patterns: Drill-down Lists

A drill-down list is a list of tappable items selected to navigate to a new page. There are many ways to build them using Xamarin.Forms, and the following recipe covers the most common type: by item. Other common types include lists by page and grouped lists. A...

Xamarin.Forms 101: Pages and Layouts and Views (Oh My)

Pages, layouts, and views make up the core of the Xamarin.Forms UI. Pages are the primary container, and each screen is populated by a single Page class. A page may contain variations of the Layout class, which may then hold other layouts, used for placing and sizing...