Tutorial by Topics: on

This topic is based on How to integrate google sign-in, On android apps
Advance ways to manage selections of UITableViewCell. Examples when simple didSelect... form UITableViewDelegate is not enough to achieve something.
A UISegmentedControl object is a horizontal control made of multiple segments, each segment functioning as a discrete button. A segmented control affords a compact means to group together a number of controls.
SQLite is already a popular API for persistent data storage in iOS apps so the upside for development is obvious. As a programmer you work with a stable, well-documented API that happens to have many good wrappers available in Objective-C, such as FMDB and Encrypted Core Data. All security concerns ...
This section lists the common issues & quick fixes developers (especially beginners) face.
It will focus on Installing Pentaho Kettle - GUI Spoon on Local machine both Windows and Ubuntu machine. Spoon is a very effective ETL Tool from the basket of Pentaho. it is easy to install and it can change the way the Data Loading and data Cleaning is done in any organisation. it is faster a...
Suppose you need to work on three different projects project A, project B and project C. project A and project B need python 3 and some required libraries. But for project C you need python 2.7 and dependent libraries. So best practice for this is to separate those project environments. To create v...
NSFetchedResultsController is a connection between core-data table (entity in core-data, table in sqlite) and UITableView. UITableView can be attached to any core-data entity using NSFetchedResultsController and UITableView will be updated as and when core-data updates that entity/table.
In Java 8+, a functional interface is an interface that has just one abstract method (aside from the methods of Object). See JLS §9.8. Functional Interfaces.
Using the Users API is a very simple and flexible way to work the authentication in App Engine, but please make sure that your application cases don't require more elements for the authentication environment. Note: If you need more information about the traditional structure of an App Engine app, p...
This section provides an overview of what greasemonkey is, and why a developer might want to use it. It should also mention any large subjects within greasemonkey, and link out to the related topics. Since the Documentation for greasemonkey is new, you may need to create initial versions of tho...
This Documentation describe how to build a three node Mongo replica set using Docker Image and auto provisioned using Chef.
2D convolution is computed in a similar way one would calculate 1D convolution: you slide your kernel over the input, calculate the element-wise multiplications and sum them up. But instead of your kernel/input being an array, here they are matrices.
Notification channels enable us app developers to group our notifications into groups—channels—with the user having the ability to modify notification settings for the entire channel at once.In Android O this feature is introduced.Right now it is available developers preview. class Notificatio...
Documentation for the Python Requests module in the context of the HTTP POST method and its corresponding Requests function
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.

Page 110 of 120