Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.05 KB

File metadata and controls

20 lines (14 loc) · 1.05 KB

Lesson 2: Offline First

If some of the topics in the offline first lesson were new to you, we hope the resource links here will help you:

<= GO BACK

Because internet connections can be flakey or non-existent, you need to consider offline first: write your app as if it has no internet connection. Once your app works offline, add whatever network functionality you need for your app to do more when it’s online. Read on for tips on implementing your offline-enabled app.

Google Developer Quote

Resource Links