This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
forked from sattvik/neko
-
Notifications
You must be signed in to change notification settings - Fork 36
Home
Alexander Yakushev edited this page Apr 6, 2015
·
4 revisions
Welcome to the Neko wiki! The following pages contain the documentation on neko internals and how to use them properly.
- Namespaces — the list of all namespaces and most of the useful functions in them.
- User interface — a detailed guide to creating UI with neko.
- Action bar — instructions on how to modify Android action bar.
- Working with SQLite — a reference documentation on neko.data.sqlite namespace.
- Logging — methods of logging your app behavior on Android and beyond.
Namespaces
- neko.action-bar
- neko.activity
- neko.context
- neko.data
- neko.data.shared-prefs
- neko.debug
- neko.dialog.alert
- neko.find-view
- neko.intent
- neko.listeners
- neko.log
- neko.notify
- neko.resource
- neko.threading
- neko.ui
- neko.ui.mapping
- neko.ui.listview
- neko.ui.adapters
User interface
Action bar
SQLite
Logging