A Native app with two windows, window transition displays the main app screen
A Native app with two windows, window transition displays the main app screen
BY 18 Jan 2016Native Application Development
Hi, I am developing a native app which has two windows for gear s2. On back press of window 2, window1 should be displayed.
I am doing
evas_object_hide(ad->win2);
evas_object_show(ad->win1);
Now, during this transition, it displays the main window of the gear, where the apps are displayed. This transition should be smooth. I am not able to get the root cause of the issue.
A Native app with two windows, window transition displays the main app screen
Hi, I am developing a native app which has two windows for gear s2. On back press of window 2, window1 should be displayed.
I am doing
evas_object_hide(ad->win2);
evas_object_show(ad->win1);
Now, during this transition, it displays the main window of the gear, where the apps are displayed. This transition should be smooth. I am not able to get the root cause of the issue.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio