-
Notifications
You must be signed in to change notification settings - Fork 7
/
README
32 lines (19 loc) · 1.39 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Hello friends,
This is small examples to use Android action bar in Titanium, This feature is supported from Android 3 (API level 11) and some new features from Android 4 (API level 14).
From [SDK 3.0 Titanium will support some of Android action bar elements](http://docs.appcelerator.com/titanium/release-notes/?version=3.0.0.B#action_bar), more from [SDK 3 beta documentation](http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.Android.ActionBar).
**Supported**:
1. Tab groups
2. Option menu items can be displayed as action items in the action bar.
3. Expanding and collapsing action items are supported.
**Not supported**:
1. Search widget in the action bar.
2. There is no method for registering click events on the ActionBar icon, or for changing the display of the icon dynamically (for example, adding the "Up" affordance to the icon).
3. Drop-down navigation.
4. Action providers.
**How To**
See the [SDK 3.0 Beta release note](http://docs.appcelerator.com/titanium/release-notes/?version=3.0.0.B#action_bar)
**Example**
This is new [repository](https://github.com/HazemKhaled/ActionBarSampleTi) i just start working on to write action bar examples like in Android api demo, so please help if you can
and this is [Alloy example](https://github.com/hoyo/ActionBarSample) By Hoyo
[More about Android Action bar from Android.com](http://developer.android.com/guide/topics/ui/actionbar.html)
Thanks