return true;
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to create a view, set view events, set title and content of the view.
+ */
void
create_page1()
{
return view10_rotate_cb(view, user_data);
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to implement the view orientation. It creates proper contents on the rotate method.
+ */
void
create_page10()
{
return true;
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to implement a ui_menu of the view on the MENU event.
+ * It creates a ui control(ctxpopup) for the menu content.
+ */
void
create_page11()
{
return true;
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to create a ui_popup of the view.
+ * To activate the popup, it sets a title right button.
+ */
void
create_page12()
{
return true;
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to change the view transition style. It sets its style to fade.
+ * The fade effect will be shown on view's appear/disappear time.
+ */
void
create_page13()
{
return true;
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to change the view transition style. It sets its style to none.
+ * There will be no effect on the view's appear/disappear time.
+ */
void
create_page14()
{
return true;
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to use the auto-scroll feature of the view.
+ * When the view is changed to landscape mode, Scroller is enabled to scroll the view content.
+ */
void
create_page15()
{
return true;
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to handle title part of the ui_standard_view. It changes title state between visible/invisible states, with/without animations.
+ */
void
create_page16()
{
return true;
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to create a view, set view events, set title buttons of the view.
+ */
void
create_page2()
{
return true;
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to create a view, set view events, set title text and its sub text of the view.
+ */
void
create_page3()
{
return true;
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to create a view, set view events, set a long title text and set a badge text of the view.
+ */
void
create_page4()
{
return true;
}
+/*
+ * This example shows a basic usage of an ui_view.
+ * It demonstrates how to create a full view and hide the indicator of the view.
+ */
void
create_page5()
{
return true;
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to create a view with a toolbar(toolbar_with_title).
+ */
void
create_page6()
{
return true;
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to create a view with a toolbar(navigationbar).
+ */
void
create_page7()
{
create_page9();
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to create a view in prior to the load time.
+ */
void
create_page8()
{
}
}
+/*
+ * This example shows a basic usage of an ui_standard_view.
+ * It demonstrates how to implement the view orientation. It creates proper contents on portrait and landscape modes.
+ */
void
create_page9()
{