简体   繁体   中英

Should I save GraphViewSeries to savedInstanceState?

I'm building a history chart in my app using the GraphView library from jjoe64. My question is do I need to manually save the GraphViewSeries to savedInstanceState or it will be automatically preserved because it's part of a Graph View?

Also in general I'm wondering what fields will be automatically saved when the app is destroyed? If android preserved the state of all views by itself, does it mean it will also preserve any data used by the view?

对于GraphView,我可以说,您必须自己保存状态并恢复状态

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM