A

AppDevPoint

Publisher: AppDevPoint
Virus scanned Windows Free
Download v1.2 101 downloads
Version1.2
PublisherAppDevPoint
Release dateMay 3, 2012
Date addedMay 5, 2012
Os requirementsWindows 2000/XP/Vista/7
RequirementsNone
Total downloads101
Downloads per week1
PriceFree

Description

AppDevPoint is a tool for developing native applications for different platforms without rewriting the business logic code but maintaining the speed and appearance of the OS. This tools was created specially for mobile development but can be used for desktop development as well.

Features:

Database Abstraction.

Hardware Abstraction.

User Interface (UI) Abstraction.

Programming Language Abstraction.

Methodology:

AppDevPoint manages the common code of your builds; the user interface is done in the native IDE.

This methodology guarantees a complete separation between the interface and business rules.

Platforms:

Android.

Windows Phone.

Windows Mobile.

Windows (WinForms, WPF).

Why Native?

Native code is more secure because it can be obfuscated so your intellectual property is protected. With HTML+CSS+JavaScript the source code is placed in the HTML so it is easily accessible (even if minimized) and may be tampered with using JavaScript injection (read more).

Native code allows a complete separation between the UI and the business rules. With HTML+CSS+JavaScript the business rules are inserted into the HTML.