- React Native By Example
- Richard Kho
- 145字
- 2021-07-09 18:21:33
Advanced Functionality and Styling the To-Do List App
Having built an MVP for Tasks, our to-do list app, it's time to delve into building out advanced functionality, and styling the application to make it look nice. This chapter will explore the following topics:
- Utilizing the NavigatorIOS component to build an edit screen to add details to a task
- Taking in a date and time for tasks to be due with DatePickerIOS
- Creating a custom collapsible component for our app and utilizing LayoutAnimation to give us fluid transitions
- Building a Button component for our UI to clear a to-do item's due date
- Saving the data of an edited task and rendering a due date, if applicable
- Porting the application over to Android, swapping out DatePickerIOS for DatePickerAndroid and TimePickerAndroid and NavigatorIOS for Navigator, and exploring the control flow in deciding which component is used
推薦閱讀
- Ext JS Data-driven Application Design
- ASP.NET Core 2 and Vue.js
- Python Game Programming By Example
- 軟件測試工程師面試秘籍
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- 精通Python自然語言處理
- Expert Data Visualization
- LabVIEW虛擬儀器入門與測控應(yīng)用100例
- 深入實踐DDD:以DSL驅(qū)動復(fù)雜軟件開發(fā)
- Learning Unreal Engine Game Development
- JavaWeb從入門到精通(視頻實戰(zhàn)版)
- Python網(wǎng)絡(luò)爬蟲從入門到實踐
- Java基礎(chǔ)案例教程(第2版)
- TensorFlow+Keras深度學(xué)習(xí)算法原理與編程實戰(zhàn)
- R for Data Science Cookbook