[TIZEN] ContainerClient Application.
[platform/upstream/iotivity.git] / service / resource-encapsulation / examples / tizen / RESampleClientApp / src / reclientmain.cpp
index 4d3ac6c..dfbbbf5 100644 (file)
@@ -69,10 +69,6 @@ create_list_view(appdata_s *ad)
     evas_object_smart_callback_add(list, "selected", list_selected_cb, NULL);
 
     // Main Menu Items Here
-    elm_list_item_append(list, "Resource Client", NULL, NULL, group_cb, nf);
-
-    elm_list_item_append(list, "Resource Container", NULL, NULL, containerCreateUI, nf);
-
     elm_list_go(list);
 
     // This button is set for devices which doesn't have H/W back key.
@@ -80,6 +76,8 @@ create_list_view(appdata_s *ad)
     elm_object_style_set(btn, "naviframe/end_btn/default");
     nf_it = elm_naviframe_item_push(nf, "Resource Encapsulation", btn, NULL, list, NULL);
     elm_naviframe_item_pop_cb_set(nf_it, naviframe_pop_cb, ad->win);
+
+    client_cb(nf, NULL, NULL);
 }