We launched AppLogger on Product Hunt on September 21st, 2022. Here is the launch post and the product page on Product Hunt. We achieved the #4 Product of the Day badge. Thanks to
Canary is an application that was built by our team for the Chirp Developer Challenge Hackathon. Our team consisted of 3 developers and 1 UI/UX designer. This application was built from scratch
The darker UI design trend has gained popularity over the past few years in response to increased user screen time across devices. It is no wonder you want to enable this feature in
Many applications require networking to load resources from remote URLs. In order to fetch data from a server or make a POST ,PUT or DELETE request to an API. In this article, we
This article is in continuation of the previous article in which we discussed the different types of layouts in Jetpack Compose. In this article, we will be discussing the remaining layouts Box , ConstraintLayout
In the previous blog, we have already seen how to create basic animations in SwiftUI using the animation modifier or using the withAnimation closure. This blog post will show how we can synchronize
Animations are very important when it comes to user experience. The look and feel of an app are improved by well-done animations. Basic animations are easy to implement in SwiftUI using the animation
You might have a use case in your application where you need the user to select multiple items, for example, selecting favorite artists from a large list of options. This article aims to
In this article, we will discuss about layouts in jetpack compose with examples. What is Layout in Android?The fundamental units that make up the user interface are layouts. It offers a transparent
This article explains what paginated lists are and discusses the implementation of paginated lists in Swift applications that use Storyboard. What are Paginated Lists and Why use them?Handling large sets of data