Blog
Create a Murder Mystery game powered by Gemini AI with SwiftUI
For context, it may be uncommon today but back in the early 70's to 2000's text based or as they are better known, interactive fiction(IF) games were quite popular.
Recreating Google's Desktop Carousal Effect with SwiftUI
Google has a really cool on-hover effect that you can see on the web if you were to search for stuff like popular movies or Disney movies.
Text & Image (multimodal) streaming chat with Gemini AI on iOS with SwiftUI
In this post we will see how to perform multimodal (text-and-image) conversations using the `gemini-pro` & `gemini-pro-vision` models.
Multi-turn Chat with Gemini AI on iOS with SwiftUI
In the previous post we saw how we could send some text-only input & get a response from Gemini AI's `gemini-pro` model. This is alright for simple tasks but to have a more conversational dialogue with the AI, this is not sufficient.
How to get started with Gemini AI on iOS with SwiftUI
So Google released the Gemini SDK for developers just a few days ago and in this post I'm going to show you how you can get started with it in just a few steps and lines of code.