Skip to content

Latest commit

 

History

History

sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Sample Project

This sample project contains three usage example of Konfigure. All application config items are declared in AppConfig.kt and registered subconfigs.

The basic example shows the most simple usage of Konfigure, i.e launching ConfigActivity

This example shows how we can extend ConfigActivity to add separate functionality - in this case, the ability to observe config changes, and track whether or not a restart is required based on metadata attached to config items.

This example shows how we can extend ConfigActivity to add filter config items. We've added simple filtering, where certain config items are user visible.