We have lots of setting values (>200) that need to shown at different views(menu or status page). As you know, the properties can implement it, but it need add the same number of properties and set/get is also need to add. The source will be very large.
Can I store them at an array and when the array's values is changed, all the views will be notifiied & updated?