Tutorial by Topics: of

How to create unit test project and unit tests and how to run the unit tests and code coverage tool. In this guide the standard MSTest framework will be used and the standard Code Coverage Analyses tool which are available in Visual Studio. The guide was written for Visual Studio 2015, so it's pos...
Advance ways to manage selections of UITableViewCell. Examples when simple didSelect... form UITableViewDelegate is not enough to achieve something.
Here you find some tipps and use case examples for the "Extension Library" of OpenNTF (http://extlib.openntf.org/). This works at least for IE 11. I didn't test this for other browsers.
This should mirror some of the official Linux kernel docs, and post links to the latest versions of said documents in tovalds/linux on GitHub.com. The idea is to encourage individuals to make use of the MAINTAINERS files, linux-kernel mailing list, git log, and scripts/get-maintainer, so that they a...
This section provides an overview of what office365 is, and why a developer might want to use it. It should also mention any large subjects within office365, and link out to the related topics. Since the Documentation for office365 is new, you may need to create initial versions of those relate...
Loops considered as one of the important control structures in any programming language. There are different ways in which we can achieve loop coverage. These methods differ based on type of loop. Single loops Nested Loops Concatenated loops
This section provides an overview of what office-js is, and why a developer might want to use it. It should also mention any large subjects within office-js, and link out to the related topics. Since the Documentation for office-js is new, you may need to create initial versions of those relate...
The basic idea behind dynamic programming is breaking a complex problem down to several small and simple problems that are repeated. If you can identify a simple subproblem that is repeatedly calculated, odds are there is a dynamic programming approach to the problem. As this topic is titled Applic...
Create a video from images using AVFoundation
This topic discusses how to create and use kernel threads.
This section provides an overview of what microsoftgraph is, and why a developer might want to use it. It should also mention any large subjects within microsoftgraph, and link out to the related topics. Since the Documentation for microsoftgraph is new, you may need to create initial versions ...
This topic covers the basics of Kotlin for beginners. Kotlin file has an extension .kt. All classes in Kotlin have a common superclass Any, that is a default super for a class with no supertypes declared(similar to Object in Java). Variables can be declared as val(immutable- assign once) o...
Suitescript 2.0 provides 4 methods to handle the search results. They have different syntax, limitations and governance, and are appropriate for different situations. We will focus here on how to access ALL search results, using each of these methods.
Sometimes you may need to use pip package manager inside python eg. when some imports may raise ImportError and you want to handle the exception. If you unpack on Windows Python_root/Scripts/pip.exeinside is stored __main__.py file, where main class from pip package is imported. This means pip packa...
Slaesforce StandardSetController hold only List of sObject, It will not holdslist of wrapper class object. Below source code demonstrates the usage of Paginating using Wrapper Class in sales-force.
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...
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 ...

Page 10 of 11