Skip to the main content.

Snowdog eCommerce Blog


eCommerce insights, news, and thought leadership from the Snowdog team

 

Mobile Development (2)

Is Your Idea for an App Worth a Billion Dollars?

There are around 2 million applications ready to be downloaded on Apple’s App Store and at least thrice as many apps that failed to get there. How do yo...

Read More

Turning your Android app into a kiosk - Step by step tutorial

Kiosks devices have become an increasingly common sight in public places such as train stations, museums, and hotels. These devices can offer a range of...

Read More

How to manage background tasks with the Task Scheduler in iOS 13?

The article discusses Apple's BackgroundTasks framework, which can be used to schedule and control the execution conditions of background jobs. The fram...

Read More

Building a GitHub search app with Combine framework - Part 2

If you're an iOS developer, you're probably familiar with Apple's Combine framework, which provides a declarative way to handle asynchronous events. In ...

Read More

How to speed up your daily development? 37 Xcode Tips and Shortcuts - The guide to becoming a pro Xcode user

Learn how to navigate Xcode like a pro with our guide to the 37 most important tips for improved efficiency and productivity. Don't miss out on these po...

Read More

Diffable Data Sources - First look

iOS Data Handling Evolution: An Introduction to Diffable Data Sources. Handling data source for table view or collection view in iOS 12 and earlier requ...

Read More

Building a GitHub search app with Combine framework

The Combine framework, introduced at WWDC 2019, is a Functional Reactive Programming framework that simplifies asynchronous and synchronous state change...

Read More

How to recreate Snapchat's navigation on iOS? Part 3

In Part 3 of our tutorial on recreating Snapchat's navigation on iOS, we're going to explore the use of custom navigation buttons. Unlike the standard U...

Read More

How to recreate Snapchat's navigation on iOS? Part 2

In Part 1 of this tutorial, we explored how to replicate the horizontal axis (X) of Snapchat's navigation system. Now, in Part 2, we'll delve into the v...

Read More

How to recreate Snapchat's navigation on iOS? Part 1

Snapchat has revolutionized the way we communicate through social media. With its unique features such as filters, lenses, and Stories, it has become on...

Read More

How to improve accessibility of your iOS app with VoiceOver? - Part 3

In the past couple of weeks, we have discussed the basics of accessibility in iOS and VoiceOver gestures. Today, let’s continue with another Accessibili...

Read More

How to improve accessibility of your iOS app with VoiceOver? - Part 2

Accessibility is a crucial aspect of modern-day app development, and in our previous post, we explored the fundamentals of iOS accessibility, including ...

Read More