Mayursinh Parmarmayursinhdevblog.hashnode.dev·Dec 2, 2024Deep Linking in Android with Kotlin and Clean Architecture: A Comprehensive GuideHello, devs I am your App Sensei and Today, we’re going to discuss deep linking in Android, specifically using Kotlin and following the principles of Clean Architecture. Deep linking is a powerful feature that allows you to direct users to specific c...AndroidAndroid
akanksha srivastavadeeplinking.hashnode.dev·Oct 9, 2024Deep Linking in React NativeDeep Linking :- In react native refers to way of directing users to specific content or screens within a mobile app using a URL(uniform Resource locator). instead of just opening the app’s homepage or main screen, Deep linking allows you to navigate ...1 likeReact Native
Daniel Augusto Jasmelino Filhodaniel-jasmelino.hashnode.dev·Sep 26, 2024Config DeepLink in Flutter (PT-BR)Introdução Neste artigo, vou mostrar como configurar deep links no Flutter, associando o aplicativo Android a um site e roteando corretamente as páginas usando o pacote go_router. Vamos explorar a configuração do AndroidManifest.xml, o processo de ve...1 like·97 readsFlutter Examples
Abu Precious O.btere.hashnode.dev·Sep 25, 2024Optimizing PyTorch Models for Efficient DeploymentIntroduction In the rapidly evolving world of technology, edge devices are becoming increasingly powerful and ubiquitous. From smartphones and smart home devices to industrial IoT systems, these devices are now capable of performing complex computati...1 likeedgecomputing
Prakash Dasprakshh.hashnode.dev·Sep 21, 2024Simplifying React Native App Navigation with Expo Router: Slot vs Stack.ScreenWhen developing mobile applications with React Native, managing navigation between screens is a crucial part of the user experience. While React Native provides basic navigation tools, Expo Router offers a streamlined way to manage routing, significa...48 readsslot vs stack
Nabraj Khadkanabrajkhadka.hashnode.dev·Aug 26, 2024Understanding the Differences Between App Links and Deep Links in Mobile DevelopmentIn today's mobile-first world, delivering a seamless user experience is paramount. Whether you’re guiding users directly to specific content within your app or ensuring they have the best possible experience when navigating from external sources, und...DeepLinking
Yong Sheanyshean.com·Feb 29, 2024The missing guide to deep linking in Flutter apps - Part 2, iOSIf you've missed the first part, you can read here. What you need to do: Adjust Info.plist Add "Associated Domains" capability to each bundle ID Host the apple-app-site-association file Test with a simulator or a real device, or via the XCode CLI...12 likes·625 readsDart
Yong Sheanyshean.com·Feb 29, 2024The missing guide to deep linking in Flutter apps - Part 1, AndroidThis guide is meant to complement other resources out there. I will include the links to those resources useful to me in this article, but I would try not to repeat what was already out there (unless it was confusing). What you can achieve by the end...13 likes·2.7K readsThe Missing GuideFlutter
Bhoomit Ganatrabhumit070.hashnode.dev·Jan 6, 2024Deep Link Nighmare 💀Have you ever experienced a technology nightmare that left you frustrated and disappointed? Well, let me tell you about my worst experience with Firebase deep link and Instagram webview. It all started when I was trying to implement deep linking into...Firebase
Md. Al - Aminalaminkarno.hashnode.dev·Dec 24, 2023Implementing Uni_Link Feature in Flutter App: A Comprehensive GuideUni_Link is a powerful feature that enables seamless integration between our app and web content. The ability to activate our app through web-browser-like links provides users with a smooth transition from the web to our app. This documentation will ...54 readsapplink