Remove unused code
[apps/native/sample/sample-core-components.git] / README
1 Tizen Native Sample Template
2 ================================================================
3
4 This template project is made by Tizen application part(contact : salt.jeong@samsung.com) for checking the consistency of Tizen public sample application.
5 All native samples should be verified using this template project. If you require any further information, check below sample develpement process guide.
6
7 #Sample App Development Guide
8 http://mosaic.sec.samsung.net/club/club.menu.bbs.read.screen?p_club_id=21406&p_menu_id=12&message_id=4794605
9
10 #Online Sample Release Process
11 http://mosaic.sec.samsung.net/club/club.menu.bbs.read.screen?p_club_id=21406&p_menu_id=12&message_id=4798282
12
13 The purpose of this template is that helps developers to easily understand sample project structure and behaviour.
14 So project consists of main.c/.h, data.c/.h, view.c/.h and madatory files(.xml).
15
16 It is follow the MVC style which is commonly used, but following the MVC model is not required.
17 It is just for intuitive understanding of developers. If need be, add more files and folders.
18
19 main.c/.h - Introduces main functions related with application start/end. Always developers try to find it easily.
20 view.c/.h - Includes implementations related with view and layout.
21 data.c/.h - Includes implementations about application's data.