Services allowing to save and load datas to internal android device

memory using android.content.SharedPreferences class.

By default, the API 10 is imported. You can import API 11 to have access to this platform new features.

All subgroups and modules

module shared_preferences

android :: shared_preferences

Services allowing to save and load datas to internal android device
module shared_preferences_api10

android :: shared_preferences_api10

Services to save/load data using android.content.SharedPreferences for the android platform
module shared_preferences_api11

android :: shared_preferences_api11

Refines shared_preferences module to add API 11 services
package_diagram android\>shared_preferences\> shared_preferences android android android\>shared_preferences\>->android json json android\>shared_preferences\>->json android->json java java android->java app app android->app core core android->core mnit mnit android->mnit c c android->c gamnit gamnit android->gamnit ...java ... ...java->java ...app ... ...app->app ...core ... ...core->core ...mnit ... ...mnit->mnit ...c ... ...c->c ...gamnit ... ...gamnit->gamnit ...json ... ...json->json egl egl egl->android glesv2 glesv2 glesv2->android app... ... app...->app egl... ... egl...->egl gamnit... ... gamnit...->gamnit glesv2... ... glesv2...->glesv2

Ancestors

group app

app

app.nit, a framework for portable applications
group bundle

android > bundle

A mapping class of String to various value types used by the
group c

c

Structures and services for compatibility with the C language
group cocoa

cocoa

Cocoa API, the development layer of OS X
group codecs

core > codecs

Group module for all codec-related manipulations
group collection

core > collection

This module define several collection classes.
group core

core

Nit common library of core classes and methods
group curl

curl

Data transfer powered by the native curl library
group dom

dom

Easy XML DOM parser
group egl

egl

Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.
group flat

gamnit > flat

Simple API for 2D games, built around Sprite and App::update
group gamnit

gamnit

Portable game and multimedia framework for Nit
group gen_nit

gen_nit

Support to generate and otherwise manipulate Nit code
group geometry

geometry

Basic geometry data structures and services.
group glesv2

glesv2

OpenGL graphics rendering library for embedded systems, version 2.0
group gtk

gtk

GTK+ widgets and services
group ios

ios

iOS support for app.nit
group java

java

Supporting services for the FFI with Java and to access Java libraries
group jvm

jvm

Java Virtual Machine invocation API and others services from the JNI C API
group linux

linux

Implementation of app.nit for the Linux platform
group matrix

matrix

Services for matrices of Float values
group meta

meta

Simple user-defined meta-level to manipulate types of instances as object.
group mnit

mnit

group more_collections

more_collections

Highly specific, but useful, collections-related classes.
group opts

opts

Management of options on the command line
group parser_base

parser_base

Simple base for hand-made parsers of all kinds
group performance_analysis

performance_analysis

Services to gather information on the performance of events by categories
group pipeline

pipeline

Pipelined filters and operations on iterators.
group poset

poset

Pre order sets and partial order set (ie hierarchies)
group pthreads

pthreads

POSIX Threads support
group realtime

realtime

Services to keep time of the wall clock time
group sdl2

sdl2

This is a low-level wrapper of the SDL 2.0 library (as sdl2) and SDL_image 2.0 (as sdl2::image).
group serialization

serialization

Abstract serialization services
group sqlite3

sqlite3

Services to manipulate a Sqlite3 database
group template

template

Basic template system
group text

core > text

All the classes and methods related to the manipulation of text entities
group ui

android > ui

Views and services to use the Android native user interface
group v3_4

gtk > v3_4

group xdg_basedir

xdg_basedir

Services for using the XDG Base Directory specification

Parents

group android

android

Android platform support and APIs
group json

json

read and write JSON formatted text

Children

group android

android

Android platform support and APIs

Descendants

group bundle

android > bundle

A mapping class of String to various value types used by the
group depth

gamnit > depth

gamnit depth, a framework to create portable 3D games in Nit.
group egl

egl

Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.
group examples

app > examples

group flat

gamnit > flat

Simple API for 2D games, built around Sprite and App::update
group gamnit

gamnit

Portable game and multimedia framework for Nit
group glesv2

glesv2

OpenGL graphics rendering library for embedded systems, version 2.0
group intent

android > intent

Services allowing to launch activities and start/stop services using
group notification

android > notification

Services to show notification in the Android status bar
group service

android > service

Android service support for app.nit centered around the class Service
group src

android > examples > src

group ui

android > ui

Views and services to use the Android native user interface
group virtual_gamepad

gamnit > virtual_gamepad

Virtual gamepad mapped to keyboard keys for quick and dirty mobile support