Published ineclypse blogHow to convert any Composable into an imageConverting the current view into a screenshot is well documented and supported with Compose APIs using the drawing modifiers. Using this…Jan 81Jan 81
Published ineclypse blogSwiftUI GridViews: Detailed GuideAlong with StackViews, GridViews are one of the most commonly used UI element in SwiftUI. In this guide, I will demonstrate how to use the…Nov 19, 2024Nov 19, 2024
Published ineclypse blogMaster SwiftUI StackViews: Visual GuideStackViews in SwiftUI are probably the most frequently used UI elements. Sometimes aligning the contents of a stack view to your…Oct 16, 20241Oct 16, 20241
Published ineclypse blogPass data between screens with Jetpack Compose Navigation + HiltNavigating between screens in an Android application is a fundamental aspect of creating a seamless user experience. In this blog I will…Oct 5, 2024Oct 5, 2024
Published ineclypse blogTake photo or pick pictures with Jetpack Compose: Step-by-step guideJetpack Compose, Google’s modern UI toolkit for Android, offers a declarative way to build beautiful and responsive user interfaces. One of…Sep 10, 2024Sep 10, 2024
Published ineclypse blogCreate transition animations for Jetpack ComposeIf you are looking for a consistent way of animating screen transitions in Jetpack Compose, you came to the right place. Let’s dig in.Aug 30, 2024Aug 30, 2024
Published ineclypse blogPanelView — a better SplitView experienceThe primary motivation behind building PanelView is that when it comes to UISplitView — Apple is quite opinionated. Sometimes this is…Aug 14, 2024Aug 14, 2024
Published ineclypse blogeclypse integrates with ChatGPTUsing OpenAI’s ChatGPT for translations has become easier than ever. In fact, if you are using eclypse, it is a single button click. Now…Jun 7, 2024Jun 7, 2024
Published ineclypse blogHow to reduce Firestore readsIf you are using Firebase Firestore as your data storage for your app or game, you might have noticed that you can easily reach the daily…Apr 30, 2024Apr 30, 2024
Published ineclypse blogHow to tile polygons in SwiftUIThis is the 3rd installment of how to draw custom shapes for iOS. Earlier I wrote about how to draw a single polygon for SwiftUI and UIKit…Mar 20, 2024Mar 20, 2024