Back to project page DEVIEW2014_AndroidApp_Demo.
The source code is released under:
Apache License
If you think the Android project DEVIEW2014_AndroidApp_Demo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.nhn.android.deview; public class AppTable { public final static String PROGRAM = "program"; public final static String MYSCHEDULE = "myschedule_tbl"; public final static String MYMEMO = "mymemo_tbl"; }