Tutorial by Topics: o

The sync adapter component in your app encapsulates the code for the tasks that transfer data between the device and a server. Based on the scheduling and triggers you provide in your app, the sync adapter framework runs the code in the sync adapter component. Recently i worked on SyncAdapter i wan...
In this post you will find the different ways to implement offline capabilities when usingFirebase , information about when and why could be a good idea enable offline capabilities and examples of it with Android platform. What should I use? Disk persistence or keepSynced calls? From my exp...
IEx provides access to Elixir documentation. When Elixir is installed on your system you can start IEx e.g. with iex command in a terminal. Then type h command on IEx command line followed by the function name prepended by its module name e.g. h List.foldr
reactive, reactiveValue and eventReactive are various kinds of reactive expressions in Shiny. They yield output which can be used as input in other expressions, which will in turn take a dependency on the reactive expression. observe and observeEvent are similar to reactive expressions. The big dif...
<Vendor Namespace> - Here namespace of the vendor custom theme or inbuilt theme namespace I.E. Magento/Luma Here luma is vendor namespace <language package directory> - Here language package directory like en_us or nl_nl or en_gb <language package description> - Here...
In a command prompt, you can use DOSKEY for creating macros. In a batch file you can define a variable that can be called as a piece of code and even pass arguments to it.
Access control(scope) to various methods, data members, initialize methods.
Get data directly into an R session. One of the nice features of R is the ease of data acquisition. There are several ways data dissemination using R packages.
This section provides an overview of what odoo-10 is, and why a developer might want to use it. It should also mention any large subjects within odoo-10, and link out to the related topics. Since the Documentation for odoo-10 is new, you may need to create initial versions of those related topi...
A number of features of program objects can be fetched through the program API.
This section provides an overview of what es6-promise is, and why a developer might want to use it. It should also mention any large subjects within es6-promise, and link out to the related topics. Since the Documentation for es6-promise is new, you may need to create initial versions of those ...
This section provides an overview of what office-interop is, and why a developer might want to use it. It should also mention any large subjects within office-interop, and link out to the related topics. Since the Documentation for office-interop is new, you may need to create initial versions ...
We will see how to set up a service working on angular, to allow our web app to have offline capabilities. A Service worker is a special script which runs in the background in the browser and manages network requests to a given origin. It's originally installed by an app and stays resident on the u...

Page 275 of 283