Martina PapaliskaforCodeChemvisible-pets-embarrass-94.hashnode.net·Nov 27, 2020Apple certificates and provisioning profilesIf you have ever developed an iOS app, or even started learning about it, then you must have been a bit (or a lot) confused about the process of app provisioning. I know for sure I was. So that’s why I decided to write this article explaining what in...Discuss·42 likes·699 readsiOS
John KourisforJohn's Blogjohnkouris.hashnode.net·Oct 24, 2020FeaturedMaking Your First iOS AppIn my last post, I promised that my next post would get into building applications for iOS. What can I say, I'm a man of my word. In this series, you will learn how to create the UI for your applications and apply what you've been learning during the...Vamsi Rao and 2 others are discussing this3 people are discussing thisDiscuss·41 likes·228 readsContacts AppiOS
Kris SlazinskiforNEXT PLANET - UX and iOS devnext-planet.hashnode.net·Jan 18, 20231 button away from better UXSometimes adding 1 button can improve the User Experience of your app. But how to know which button? 🙃 That's where UX research comes to play. As my friend Mateusz Jedraszczyk likes to say, User Experience without users is just some experience. Or i...Discuss·40 likes·401 readsUX
SCADE for DevelopersforSCADE for Developersscadefordevelopers.hashnode.net·Apr 21, 2023Cache Implementation in Cross-Platform Swift AppsIntroduction Have you ever used a mobile app that remembered your login information or preferences, even after you closed the app? This is thanks to the magic of SharedPreferences in Android and UserDefaults in iOS. 👀 In this article, we'll explore...Discuss·42 readsSCADE
Munir I SaidforMuneersahelmuneersahel.hashnode.net·Apr 19, 2023# Why I Shifted to Angular Ionic FrameworkAs a web developer, I have always been on the lookout for new technologies and frameworks that can improve my workflow and productivity. Recently, I decided to shift to the Ionic framework, and in this article, I will explain why. What is Angular Ion...DiscussAngular
Nemi ShahforNemi's Blognkshah2.hashnode.net·Apr 19, 2023Mastering Implicit Animations in FlutterModern day applications need to be visually stunning and fluid to stand out. One common way to elevate user experience is to add animations and subtle interactions to your app. Flutter has rapidly gained traction among developers for its ability to b...DiscussFlutter
Nemi ShahforNemi's Blognkshah2.hashnode.net·Apr 18, 2023Flutter Flexible Widgets: Comprehensive Guide to Using Flexible & Expanded EffectivelyResponsiveness is very important when building mobile apps, your UI needs to be able to adapt to different screen sizes without elements looking stretched or out of place. Flutter provides several useful widgets to tackle this issue, in this article,...DiscussFlutter
CS DiariesforComputer Science Diariescsdiaries.hashnode.net·Apr 18, 2023Powering Your Mobile App Development with Protocols: Use Cases and ExamplesPhoto by Brett Jordan on Unsplash Have you ever wondered how to make your code more modular and easier to maintain? Have you ever had to pass data between different parts of your app, but struggled to keep everything organized? If so, you may want to...DiscussSwift
CS DiariesforComputer Science Diariescsdiaries.hashnode.net·Apr 18, 2023The Ultimate Guide to Designing and Creating a Stunning Settings Page for Your iOS App with Swift…As an iOS developer, you know that creating an exceptional user experience is key to the success of your app. One of the essential components of any iOS app is a Settings page, where users can adjust the app’s behavior and preferences to their liking...DiscussSwift
Namit Guptafornamitgupta.hashnode.net·Apr 17, 2023Skyrocket Your App's Responsiveness: 11 Essential Behavioral Design PatternsTo check the previous article in this Design Patterns in Swift please visit Structural Design Patterns. Behavioral Design Patterns are key to enhancing your Swift application's responsiveness and communication between objects. This blog post will del...Discuss·10 likes·80 readsMaster Design Patterns in SwiftSwift
Namit Guptafornamitgupta.hashnode.net·Apr 11, 2023Turbocharge Your Swift Code with These 7 Powerful Structural Design PatternsTo check the previous article in this Design Patterns in Swift please visit Creational Design Patterns. Structural Design Patterns play a crucial role in organizing your code and creating flexible, efficient, and scalable systems. In this blog post, ...Discuss·12 likes·131 readsMaster Design Patterns in SwiftiOS
Fora SoftforFora Soft's Blogforasoft.hashnode.net·Apr 10, 2023How to Teach Your iOS App Recognize Tone of VoiceLearn more about neural networks and how they work in general in one of our previous materials with comics. This article is a guide to how to work with them on iOS. And in particular, how to implement speech recognition and characterize what's recogn...DiscussiOS
Namit Guptafornamitgupta.hashnode.net·Apr 7, 20235 Must-Know Creational Design Patterns in Swift: Master the Art of Object CreationThis article is part of the Design Patterns in Swift series. Creating objects is an integral aspect of iOS app development, and doing it right can make all the difference. Creational Design Patterns provide powerful, tried-and-tested techniques for s...Discuss·11 likes·132 readsMaster Design Patterns in SwiftSwift