Publications in Java Ontwikkeling

Grid
List
Paper Image Stitching

Bevindingen over onderzoek naar een geschik Image Stitching algoritme. Image Stitching is de techniek waar 2 foto's aan elkaar worden gelijmd door het meest geschikte pad te zoeken binnen deze foto's.

By: bart
Pages: 7
iSEC Securing Android Apps

This guide was written for developers of Android applications. It takes the reader through the security model of Android, including many of the key security mechanisms and how you can use them safely. While it is targeted towards applications developers, I hope it is useful background for those intending to change or extend the platform. Before reading this paper you should already be familiar with Android’s basic architecture and major abstractions including: Intents, Activities, BroadcastReceivers, Services, ContentProviders and Binder2. If you haven’t yet encountered most of these platform features you might want to start with the Notepad3 tutorial. Recently the source code for Android was released at http://source.android.com, the source is the ultimate platform reference, and curious developers should have a copy.

By: android
Pages: 28
Professional Android Application Development

A hands-on guide to building mobile applications, this book features concise and compelling examples that show you how to quickly construct real-world mobile applications for Android phones. Fully up-to-date for version 1.0 of the Android SDK, it covers all the essential features, and explores the advanced capabilities of Android.

By: android
Pages: 436
Binary Search Tree

n computer science, a binary search tree (BST) or ordered binary tree is a node-based binary tree data structure which has the following properties:b * The left subtree of a node contains only nodes with keys less than the node's key. * The right subtree of a node contains only nodes with keys greater than the node's key. * Both the left and right subtrees must also be binary search trees.

By: bart
Pages: 41

Info

0 Members
4 Publications
Managed by bart