Feedback form #995
Description
-
NS + NS Angular example - how to use
toBase64String
method - https://docs.nativescript.org/cookbook/image-source - done via refactor: update image source documentation snippets and tests NativeScript#5390 and via Niliev/base64 nativescript-sdk-examples-ng#265 -
extended example of how to change the Activity Indicator state on receiving data from HTTP request (NS + NS Angular example) (in progress)
-
providing a description how the imageSource module and it's methods works.
-
creating sample non-Angular app, which provides some use case examples- similar to nativescript-sdk-examples-ng
-
example how to use the
BackstackEntry
option. -
Improve the ListView example snippets in the documentation - related to https://github.com/NativeScript/docs/issues/981
-
Improve the TabView example snippets in the documentation - https://docs.nativescript.org/cookbook/ui/tab-view
-
Improve the TextField example for N + Angular (sdk examples) - related to https://github.com/NativeScript/docs/issues/987
Resolved via Niliev/text field nativescript-sdk-examples-ng#260 -
improve Switch examples https://docs.nativescript.org/cookbook/ui/switch
-
improve the GridLayout examples https://docs.nativescript.org/cookbook/ui/layouts/grid-layout
-
improve the WrapLayout examples https://docs.nativescript.org/cookbook/ui/layouts/wrap-layout
-
Research - what are the available options for providing live demo inside the documentation
-
providing sample project for the Multithreading Model article
-
ability to open the feedback form on second time after closing without leaving a comment in the first time
-
validate if the code snippets in the List View article are up to date - https://docs.nativescript.org/angular/ui/list-view
-
provide more examples, which shows, how the Property System works in NativeScript https://docs.nativescript.org/core-concepts/properties @NickIliev resolved via https://github.com/NativeScript/docs/pull/1291
-
ActionBar NavigationButton for iOS documentation sections says that:
The default text of the button is the title of the previous page; you can change it by setting the text
property as shown in the example Setting the Text Title.In fact, only the back arrow will be rendered if not text is provided - test and improve the article section
-
extending the ActionBar examples (providing usecase example) https://docs.nativescript.org/cookbook/ui/action-bar
-
Default behaviour of NavigationButton on Android - clarify that there is no default behavior @tsonevn
-
Add section explaining
getViewByID
in this documentation section
Rersolved via https://github.com/NativeScript/docs/pull/1056 -
providing extended samples, how to set up the style of the components, while using CSS(for example Button, ...)
-
providing Screenshots for the code snippets in the Cookbook section
-
extending the Timer module examples - https://docs.nativescript.org/cookbook/timer
-
extending File-System article (providing more info about the folders which could be accessed in iOS and Android) - https://docs.nativescript.org/cookbook/file-system
-
include JavaScript snippets in the article "Property System"
-
provide additional information in the animation examples regarding "Is the animated properties relative or absolute?"
-
extending the Application Settings examples - https://docs.nativescript.org/cookbook/application-settings