Advanced Search
Search Results
4 total results found
Basic UI Elements
Kunafa provides components for all basic views such as textView, ImageView, ButtonView, Table, Form, etc. These also include Layout Views and Scroll Views such as verticalLayout, horizontalLayout, verticalScollLayout, horizontalScrollLayout. Be sure not to us...
Prebuild UI Elements and Utilities
Custom UI Elements More complex custom views were created that can be plugged in and fit many common interface scenarios. These include DropDownList, RemotesDropdownList, DatePicker, CheckBoxList, etc. The following are implementations of some of the commonly...
Databases and Migrations
Database The PEKK stack used by Narbase uses Postgresql for database management. Ensure that Postgresql is installed and running on your machine. Then refer to the .conf file in your project. Create databases by the names specified in the .conf file, along w...
Detekt
What is Detekt? Detekt is a static code analysis tool for Kotlin. It is the tool used by Narbase to implement coding standards. Detekt comes with a wide range of rule sets. Detekt provides options to configure them, as well as the ability to add our own cust...