Skip to content
Ognyan Bankov edited this page Sep 30, 2016 · 12 revisions

#Forge-android

What is Forge-android?

Forge-android is a framework for creating Android applications and it is part of the bigger Forge framework.

Central concept is the Forge-unit which provides separation between business logic and the presentation on one hand and also gives you easy and convenient way to handle rotation on the other.

Tutorial

For tutorial how to create an app using forge-android please go to forge-android-skeleton-basic.

API

TODO

Code conventions

Code used in forge-android follows these [Code conventions](Code conventions).