Blog
Generating Thumbnails for PDF Files in SwiftUI
Learn how to generate thumbnails for PDF files in SwiftUI by reading files with fileImporter and creating thumbnail images with PDFKit
Creating Buttons with Depth in SwiftUI: Adding 3D Effects
Enhance your SwiftUI buttons with a custom style that adds depth and smooth animations, creating a 3D effect when pressed. Ideal for polished iOS app designs!
Building a Horoscope app with Gemini AI & SwiftUI
In this post we'll look at one of the important capabilities of AI models i.e. Summarization. You may have seen this when browsing the reviews section of Amazon where before the actual reviews, you see an AI generated summary of the reviews posted for the given product.
Complete Guide to building a Gemini AI Chatbot on iOS using Firebase API Extension
Google has recently rolled out a Firebase extension that gives you another way of working with Gemini API but through Firebase. The advantage of this extension is that if you are familiar with Firebase, you can build a chatbot on iOS very quickly.
Complete guide to building a Multimodal Chatbot with Gemini API using the Vertex AI for Firebase SDK
In this post we'll see yet another way to interact with Gemini API using Vertex AI for Firebase SDK's.