Tags
Language
Tags
June 2024
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6

«Offline First Web Development» by Daniel Sauble

Posted By: Gelsomino
«Offline First Web Development» by Daniel Sauble

«Offline First Web Development» by Daniel Sauble
English | EPUB | 1.7 MB


Design and implement a robust offline app experience using Sencha Touch and PouchDB
About This BookUnderstand the design principles behind a well-designed offline experienceCreate the illusion of being online when you're really offlineUse common libraries such as Sencha Touch and PouchDB to enhance the offline experience of mobile appsWho This Book Is ForDo you want to make your app experience more robust and delightful? Are you eager to write apps that cater to a wider audience, not just the Silicon Valley crowd? Do you need to persuade your peers that offline-first is a worthwhile development paradigm? If your answer to all or any one of these questions is yes, then this is the book is for you. Some previous coding and command-line experience would be useful, but is not required.
What You Will LearnDesign the behavior of the app, taking offline, online, and the transition between those two states into accountSeamlessly implement the offline/online experience that you've designed using Sencha Touch and PouchDBShow the user what's happening under the hood with online/offline indicators and Good Mobile MessagingEmploy various strategies to cope with unreliable network conditionsHelp the user resolve conflicts related to the “split-brain” problemChoose intelligent defaults based on usage of the appUse point-to-point networking to partially overcome a lack of Internet connectivityIn DetailWhen building mobile apps, it's easy to forget about the moments when your users lack a good Internet connection. Put your phone in airplane mode, open a few popular apps, and you'll quickly see how they handle being offline. From Twitter to Pinterest to Apple Maps, some apps might handle being offline better—but very few do it well. A poor offline experience will result in frustrated users who will abandon your app, or worse, turn to your competitor's apps!
Expert or novice, this book will teach you everything you need to know about designing and building a rigorous offline app experience. By putting the offline experience first, you'll have a solid foundation to build upon, avoiding the unnecessary stress and frustration of trying to retrofit offline capabilities into your finished app. This basic principle, designing for the worst-case scenario, could save you countless hours of wasted effort.
Style and approachThis book adopts an iterative approach to designing and building a mobile app, where each chapter builds on the one before, resulting in a fully-functional app that demonstrates the concepts taught, each one of which is explained through the use of an example.