├── libs ├── jxl.jar ├── .DS_Store ├── httpcore-4.3.2.jar ├── httpmime-4.3.5.jar ├── commons-csv-1.0.jar ├── android-support-v4.jar ├── armeabi │ ├── libDecodeWlt.so │ └── libtencentloc.so ├── microlog4android-1.1.jar ├── synjonesPAD_ReaderLib20140808.jar ├── TencentLocationSDK_v4.0_r136087.jar └── viewpager_indicator │ ├── libs │ └── android-support-v4.jar │ ├── res │ ├── drawable-hdpi │ │ ├── vpi__tab_selected_holo.9.png │ │ ├── vpi__tab_unselected_holo.9.png │ │ ├── vpi__tab_selected_focused_holo.9.png │ │ ├── vpi__tab_selected_pressed_holo.9.png │ │ ├── vpi__tab_unselected_focused_holo.9.png │ │ └── vpi__tab_unselected_pressed_holo.9.png │ ├── drawable-mdpi │ │ ├── vpi__tab_selected_holo.9.png │ │ ├── vpi__tab_unselected_holo.9.png │ │ ├── vpi__tab_selected_focused_holo.9.png │ │ ├── vpi__tab_selected_pressed_holo.9.png │ │ ├── vpi__tab_unselected_focused_holo.9.png │ │ └── vpi__tab_unselected_pressed_holo.9.png │ ├── drawable-xhdpi │ │ ├── vpi__tab_selected_holo.9.png │ │ ├── vpi__tab_unselected_holo.9.png │ │ ├── vpi__tab_selected_focused_holo.9.png │ │ ├── vpi__tab_selected_pressed_holo.9.png │ │ ├── vpi__tab_unselected_focused_holo.9.png │ │ └── vpi__tab_unselected_pressed_holo.9.png │ ├── color │ │ ├── vpi__dark_theme.xml │ │ └── vpi__light_theme.xml │ ├── values │ │ ├── vpi__colors.xml │ │ ├── vpi__styles.xml │ │ └── vpi__defaults.xml │ └── drawable │ │ └── vpi__tab_indicator.xml │ ├── gen │ └── com │ │ └── viewpagerindicator │ │ ├── R.java │ │ ├── Manifest.java │ │ └── BuildConfig.java │ ├── AndroidManifest.xml │ ├── src │ └── com │ │ └── viewpagerindicator │ │ ├── IconPagerAdapter.java │ │ └── PageIndicator.java │ ├── project.properties │ ├── .classpath │ ├── .project │ ├── viewpager_indicator.iml │ └── pom.xml ├── res ├── raw │ └── beep.ogg ├── drawable-hdpi │ ├── .DS_Store │ ├── ic_launcher.png │ ├── ic_action_expand.png │ └── ic_action_collapse.png ├── drawable-mdpi │ ├── .DS_Store │ ├── ic_launcher.png │ ├── ic_action_expand.png │ └── ic_action_collapse.png ├── drawable-xhdpi │ ├── .DS_Store │ ├── ic_launcher.png │ ├── ic_action_collapse.png │ └── ic_action_expand.png ├── drawable-nodpi │ ├── avatar.png │ ├── file_icon.png │ ├── camera_icon.png │ ├── directory_up.png │ └── directory_icon.png ├── drawable-xxhdpi │ ├── .DS_Store │ ├── ic_action_expand.png │ └── ic_action_collapse.png ├── drawable-ldpi │ └── ic_launcher.png ├── values-v11 │ └── styles.xml ├── drawable │ ├── btn_previous.xml │ ├── ic_action_collapse2.xml │ ├── red_alert.xml │ ├── black_frame.xml │ └── group_indicator.xml ├── anim │ ├── pop_in.xml │ ├── anim_out.xml │ ├── anim_in.xml │ └── pop_out.xml ├── xml │ └── device_filter.xml ├── values-v14 │ └── styles.xml ├── layout │ ├── fragment_screen_slide_page.xml │ ├── activity_help_view.xml │ ├── activity_help.xml │ ├── list_item.xml │ ├── layout_password_input.xml │ ├── list_group.xml │ ├── activity_preview_video.xml │ ├── list_blacklist_item2.xml │ ├── activity_preview_photo.xml │ ├── activity_main.xml │ ├── list_system_log_item.xml │ ├── list_rent_room_item.xml │ ├── activity_file_explorer.xml │ ├── list_file_item.xml │ ├── layout_vehicle_pictures.xml │ ├── activity_directory_chooser.xml │ ├── list_register_history_item.xml │ ├── list_vehicle_item.xml │ ├── list_blacklist_item.xml │ ├── layout_room_pictures.xml │ ├── list_statistics_item.xml │ ├── activity_login.xml │ ├── activity_rent_room.xml │ ├── activity_permanent.xml │ ├── activity_floating_person.xml │ ├── layout_button_panel.xml │ ├── activity_register_history_list.xml │ ├── activity_system_log_list.xml │ ├── activity_manage_account.xml │ ├── activity_alert_view.xml │ └── activity_report_data.xml ├── values │ └── styles.xml └── menu │ └── main_activity_actions.xml ├── src └── com │ ├── .DS_Store │ ├── haoweifukai │ └── LiuDongRenKouCaijiGuanLi │ │ ├── ProgressUpdateListener.java │ │ ├── data │ │ ├── QualityStatisticsData.java │ │ ├── FloatingPersonData.java │ │ ├── BlackListData.java │ │ ├── DomicileStatisticsData.java │ │ ├── AlertStatisticsData.java │ │ ├── DistrictStatisticsData.java │ │ ├── LogData.java │ │ ├── RentRoomData.java │ │ ├── OwnerData.java │ │ ├── VehicleData.java │ │ └── RegisterHistoryData.java │ │ ├── providers │ │ ├── C_CSYS.java │ │ ├── C_CLLX.java │ │ ├── C_BXFGK_ML1.java │ │ ├── C_HPZL.java │ │ ├── T_HMD_MD5.java │ │ ├── C_BXFGK_NR.java │ │ ├── C_BXFGK_ML2.java │ │ ├── C_XZQH.java │ │ ├── F_SBSJDY.java │ │ ├── C_JLX.java │ │ ├── C_SQ.java │ │ ├── C_GADW.java │ │ ├── C_SQGLY.java │ │ ├── JiZhuColumns.java │ │ ├── HeiMingDanColumns.java │ │ ├── YuJingColumns.java │ │ ├── CaoZuoRiZhiColumns.java │ │ ├── CheLiangColumns.java │ │ ├── FangZhuColumns.java │ │ └── ShangChuanColumns.java │ │ ├── HelpViewActivity.java │ │ ├── utils │ │ ├── Config.java │ │ └── ZipUtil.java │ │ ├── ScreenSlidePageFragment.java │ │ ├── adapter │ │ ├── LogAdapter.java │ │ ├── BlackListAdapter2.java │ │ ├── FloatingPersonAdapter.java │ │ ├── RentRoomAdapter.java │ │ ├── RegisterHistoryAdapter.java │ │ ├── VehicleAdapter.java │ │ ├── BlackListAdapter.java │ │ ├── DomicileStatisticsAdapter.java │ │ ├── AlertStatisticsAdapter.java │ │ ├── DistrictStatisticsAdapter.java │ │ ├── QualityStatisticsAdapter.java │ │ └── ExpandableListAdapter.java │ │ ├── MainActivity.java │ │ ├── SystemLogViewActivity.java │ │ ├── LoginActivity.java │ │ └── AlertDetailActivity.java │ └── ry │ └── fileexplorer │ ├── FileEntry.java │ ├── FileExplorerActivity.java │ └── FileArrayAdapter.java ├── assets ├── database.sqlite └── police_siren.mp3 ├── Readme.md ├── gen └── com │ └── haoweifukai │ └── LiuDongRenKouCaijiGuanLi │ ├── R.java │ ├── Manifest.java │ └── BuildConfig.java ├── project.properties └── proguard-project.txt /libs/jxl.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/jxl.jar -------------------------------------------------------------------------------- /libs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/.DS_Store -------------------------------------------------------------------------------- /res/raw/beep.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/raw/beep.ogg -------------------------------------------------------------------------------- /src/com/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/src/com/.DS_Store -------------------------------------------------------------------------------- /assets/database.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/assets/database.sqlite -------------------------------------------------------------------------------- /assets/police_siren.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/assets/police_siren.mp3 -------------------------------------------------------------------------------- /libs/httpcore-4.3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/httpcore-4.3.2.jar -------------------------------------------------------------------------------- /libs/httpmime-4.3.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/httpmime-4.3.5.jar -------------------------------------------------------------------------------- /libs/commons-csv-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/commons-csv-1.0.jar -------------------------------------------------------------------------------- /libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/android-support-v4.jar -------------------------------------------------------------------------------- /libs/armeabi/libDecodeWlt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/armeabi/libDecodeWlt.so -------------------------------------------------------------------------------- /res/drawable-hdpi/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-hdpi/.DS_Store -------------------------------------------------------------------------------- /res/drawable-mdpi/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-mdpi/.DS_Store -------------------------------------------------------------------------------- /res/drawable-xhdpi/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-xhdpi/.DS_Store -------------------------------------------------------------------------------- /libs/armeabi/libtencentloc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/armeabi/libtencentloc.so -------------------------------------------------------------------------------- /libs/microlog4android-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/microlog4android-1.1.jar -------------------------------------------------------------------------------- /res/drawable-nodpi/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-nodpi/avatar.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-xxhdpi/.DS_Store -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-ldpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-ldpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-nodpi/file_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-nodpi/file_icon.png -------------------------------------------------------------------------------- /res/drawable-nodpi/camera_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-nodpi/camera_icon.png -------------------------------------------------------------------------------- /res/drawable-nodpi/directory_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-nodpi/directory_up.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /libs/synjonesPAD_ReaderLib20140808.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/synjonesPAD_ReaderLib20140808.jar -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_action_expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-hdpi/ic_action_expand.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_action_expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-mdpi/ic_action_expand.png -------------------------------------------------------------------------------- /res/drawable-nodpi/directory_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-nodpi/directory_icon.png -------------------------------------------------------------------------------- /libs/TencentLocationSDK_v4.0_r136087.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/TencentLocationSDK_v4.0_r136087.jar -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_action_collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-hdpi/ic_action_collapse.png -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_action_collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-mdpi/ic_action_collapse.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_action_collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-xhdpi/ic_action_collapse.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_action_expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-xhdpi/ic_action_expand.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_action_expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-xxhdpi/ic_action_expand.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_action_collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/res/drawable-xxhdpi/ic_action_collapse.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/libs/android-support-v4.jar -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-hdpi/vpi__tab_selected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-hdpi/vpi__tab_selected_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-mdpi/vpi__tab_selected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-mdpi/vpi__tab_selected_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-hdpi/vpi__tab_unselected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-hdpi/vpi__tab_unselected_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-mdpi/vpi__tab_unselected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-mdpi/vpi__tab_unselected_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-xhdpi/vpi__tab_selected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-xhdpi/vpi__tab_selected_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-xhdpi/vpi__tab_unselected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-xhdpi/vpi__tab_unselected_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-hdpi/vpi__tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-hdpi/vpi__tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-hdpi/vpi__tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-hdpi/vpi__tab_unselected_focused_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-hdpi/vpi__tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-mdpi/vpi__tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-mdpi/vpi__tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-mdpi/vpi__tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-mdpi/vpi__tab_unselected_focused_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-mdpi/vpi__tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-xhdpi/vpi__tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-xhdpi/vpi__tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-xhdpi/vpi__tab_unselected_focused_holo.9.png -------------------------------------------------------------------------------- /libs/viewpager_indicator/res/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highjump0615/PopulationCollect/HEAD/libs/viewpager_indicator/res/drawable-xhdpi/vpi__tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/ProgressUpdateListener.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi; 2 | 3 | public interface ProgressUpdateListener { 4 | 5 | void progressChanged(Integer progress); 6 | 7 | } 8 | -------------------------------------------------------------------------------- /res/values-v11/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /libs/viewpager_indicator/gen/com/viewpagerindicator/R.java: -------------------------------------------------------------------------------- 1 | /*___Generated_by_IDEA___*/ 2 | 3 | package com.viewpagerindicator; 4 | 5 | /* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */ 6 | public final class R { 7 | } -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- 1 | # 流动人口采集管理系统 2 | ## (安卓版) 3 | 4 | 工作人员现场采集流动人口和车辆等信息用的APP 5 | 6 | 主要功能: 用户登录,采集流动人口、房屋、车辆等信息,统计,轨迹查询 等
7 | 8 | * 采用腾讯定位SDK实现定位功能 9 | * 采用sqlite3为内部数据库 10 | * 跟身份证读卡器一块用于刷二代身份证读取个人信息 11 | * 内部具有自己的文件浏览器 12 | * 导入/导出Excel文件的实现 13 | -------------------------------------------------------------------------------- /gen/com/haoweifukai/LiuDongRenKouCaijiGuanLi/R.java: -------------------------------------------------------------------------------- 1 | /*___Generated_by_IDEA___*/ 2 | 3 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi; 4 | 5 | /* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */ 6 | public final class R { 7 | } -------------------------------------------------------------------------------- /libs/viewpager_indicator/gen/com/viewpagerindicator/Manifest.java: -------------------------------------------------------------------------------- 1 | /*___Generated_by_IDEA___*/ 2 | 3 | package com.viewpagerindicator; 4 | 5 | /* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */ 6 | public final class Manifest { 7 | } -------------------------------------------------------------------------------- /gen/com/haoweifukai/LiuDongRenKouCaijiGuanLi/Manifest.java: -------------------------------------------------------------------------------- 1 | /*___Generated_by_IDEA___*/ 2 | 3 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi; 4 | 5 | /* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */ 6 | public final class Manifest { 7 | } -------------------------------------------------------------------------------- /res/drawable/btn_previous.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /res/drawable/ic_action_collapse2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /res/drawable/red_alert.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /res/anim/pop_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /res/anim/anim_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /libs/viewpager_indicator/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /res/xml/device_filter.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/data/QualityStatisticsData.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.data; 2 | 3 | public class QualityStatisticsData { 4 | 5 | public String time; 6 | 7 | public int count; 8 | 9 | public int totalFieldsCount; 10 | 11 | public int filledFieldsCount; 12 | 13 | } 14 | -------------------------------------------------------------------------------- /libs/viewpager_indicator/gen/com/viewpagerindicator/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /*___Generated_by_IDEA___*/ 2 | 3 | package com.viewpagerindicator; 4 | 5 | /* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */ 6 | public final class BuildConfig { 7 | public final static boolean DEBUG = Boolean.parseBoolean(null); 8 | } -------------------------------------------------------------------------------- /libs/viewpager_indicator/src/com/viewpagerindicator/IconPagerAdapter.java: -------------------------------------------------------------------------------- 1 | package com.viewpagerindicator; 2 | 3 | public interface IconPagerAdapter { 4 | /** 5 | * Get icon representing the page at {@code index} in the adapter. 6 | */ 7 | int getIconResId(int index); 8 | 9 | // From PagerAdapter 10 | int getCount(); 11 | } 12 | -------------------------------------------------------------------------------- /gen/com/haoweifukai/LiuDongRenKouCaijiGuanLi/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /*___Generated_by_IDEA___*/ 2 | 3 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi; 4 | 5 | /* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */ 6 | public final class BuildConfig { 7 | public final static boolean DEBUG = Boolean.parseBoolean(null); 8 | } -------------------------------------------------------------------------------- /res/anim/anim_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | -------------------------------------------------------------------------------- /res/anim/pop_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | -------------------------------------------------------------------------------- /res/drawable/black_frame.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /res/drawable/group_indicator.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/data/FloatingPersonData.java: -------------------------------------------------------------------------------- 1 | /** 2 | * @author LuYongXing 3 | * @date 2014.08.18 4 | * @filename FloatingPersonData.java 5 | */ 6 | 7 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.data; 8 | 9 | /** 10 | * 11 | */ 12 | public class FloatingPersonData { 13 | 14 | public int no; 15 | 16 | public String id; 17 | 18 | public String renterName; 19 | 20 | public String address; 21 | 22 | } 23 | -------------------------------------------------------------------------------- /libs/viewpager_indicator/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system use, 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | 10 | android.library=true 11 | # Project target. 12 | target=android-19 13 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/data/BlackListData.java: -------------------------------------------------------------------------------- 1 | /** 2 | * @author LuYongXing 3 | * @date 2014.09.17 4 | * @filename BlackListData.java 5 | */ 6 | 7 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.data; 8 | 9 | /** 10 | * 11 | */ 12 | public class BlackListData { 13 | 14 | public int no; 15 | 16 | public String id; 17 | 18 | public String name; 19 | 20 | public String card_id; 21 | 22 | public String type; 23 | 24 | } 25 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/data/DomicileStatisticsData.java: -------------------------------------------------------------------------------- 1 | /** 2 | * @author LuYongXing 3 | * @date 2014.09.17 4 | * @filename DomicileStatisticsData.java 5 | */ 6 | 7 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.data; 8 | 9 | /** 10 | * 户籍地统计数据 11 | */ 12 | public class DomicileStatisticsData { 13 | 14 | /** 15 | * 在户籍地统计数据户籍地址 16 | */ 17 | public String address; 18 | 19 | /** 20 | * 在户籍地统计数据采集数量 21 | */ 22 | public int count; 23 | 24 | } 25 | -------------------------------------------------------------------------------- /libs/viewpager_indicator/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /res/values-v14/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 11 | 12 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/data/AlertStatisticsData.java: -------------------------------------------------------------------------------- 1 | /** 2 | * @author LuYongXing 3 | * @date 2014.09.17 4 | * @filename AlertStatisticsData.java 5 | */ 6 | 7 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.data; 8 | 9 | /** 10 | * 预警统计数据 11 | */ 12 | public class AlertStatisticsData { 13 | 14 | /** 15 | * 在预警统计数据时间 16 | */ 17 | public String date; 18 | 19 | /** 20 | * 在预警统计数据采集数量 21 | */ 22 | public int collectionCount; 23 | 24 | /** 25 | * 在预警统计数据预警次数 26 | */ 27 | public int alertCount; 28 | 29 | } 30 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/data/DistrictStatisticsData.java: -------------------------------------------------------------------------------- 1 | /** 2 | * @author LuYongXing 3 | * @date 2014.09.03 4 | * @filename DistrictStatisticsData.java 5 | */ 6 | 7 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.data; 8 | 9 | /** 10 | * 辖区统计数据 11 | */ 12 | public class DistrictStatisticsData { 13 | 14 | /** 15 | * 在辖区统计数据辖区名称 16 | */ 17 | public String name; 18 | 19 | /** 20 | * 在辖区统计数据采集数量 21 | */ 22 | public int count; 23 | 24 | /** 25 | * 在辖区统计数据操作人姓名 26 | */ 27 | public String policeName; 28 | 29 | } 30 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/data/LogData.java: -------------------------------------------------------------------------------- 1 | /** 2 | * @author LuYongXing 3 | * @date 2014.09.03 4 | * @filename LogData.java 5 | */ 6 | 7 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.data; 8 | 9 | /** 10 | * 系统日志数据 11 | */ 12 | public class LogData { 13 | 14 | /** 15 | * 系统日志序号 16 | */ 17 | public int no; 18 | 19 | /** 20 | * 系统日志数据ID 21 | */ 22 | public String id; 23 | 24 | /** 25 | * 系统日志时间 26 | */ 27 | public String time; 28 | 29 | /** 30 | * 系统日志纪录描述 31 | */ 32 | public String operation; 33 | 34 | } 35 | -------------------------------------------------------------------------------- /res/layout/fragment_screen_slide_page.xml: -------------------------------------------------------------------------------- 1 | 5 | 6 | 13 | 14 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /res/layout/activity_help_view.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 16 | 17 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/data/RentRoomData.java: -------------------------------------------------------------------------------- 1 | /** 2 | * @author LuYongXing 3 | * @date 2014.08.18 4 | * @filename RentRoomData.java 5 | */ 6 | 7 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.data; 8 | 9 | public class RentRoomData { 10 | 11 | /** 12 | * 序号 13 | */ 14 | public int no; 15 | 16 | /** 17 | * 房屋ID 18 | */ 19 | public String id; 20 | 21 | /** 22 | * 房主ID 23 | */ 24 | public String fz_id; 25 | 26 | /** 27 | * 房主姓名 28 | */ 29 | public String renterName; 30 | 31 | /** 32 | * 现居住地详细地址 33 | */ 34 | public String address; 35 | 36 | } 37 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/data/OwnerData.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.data; 2 | 3 | /** 4 | * 操作人数据 5 | */ 6 | public class OwnerData { 7 | 8 | /** 9 | * 民警ID: MJID、VC/60、非空、主键; 10 | */ 11 | public String MJID; 12 | 13 | /** 14 | * 民警警号: MJJH、VC/60、非空; 15 | */ 16 | public String MJJH; 17 | 18 | /** 19 | * 民警姓名: MJXM、VC/60、非空; 20 | */ 21 | public String MJXM; 22 | 23 | /** 24 | * 所属单位ID: SSDWID、VC/60、非空; 25 | */ 26 | public String SSDWID; 27 | 28 | /** 29 | * 所属单位名称: SSDWMC、VC/60、非空; 30 | */ 31 | public String SSDWMC; 32 | 33 | } 34 | -------------------------------------------------------------------------------- /project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-24 15 | android.library.reference.1=libs/viewpager_indicator 16 | 17 | -------------------------------------------------------------------------------- /res/layout/activity_help.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /res/layout/list_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 16 | 17 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/data/VehicleData.java: -------------------------------------------------------------------------------- 1 | /** 2 | * @author LuYongXing 3 | * @date 2014.09.28 4 | * @filename VehicleData.java 5 | */ 6 | 7 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.data; 8 | 9 | public class VehicleData { 10 | 11 | /** 12 | * 序号 13 | */ 14 | public int no; 15 | 16 | /** 17 | * 车辆ID 18 | */ 19 | public String id; 20 | 21 | /** 22 | * 车牌照 23 | */ 24 | public String number; 25 | 26 | /** 27 | * 车身颜色 28 | */ 29 | public String color; 30 | 31 | /** 32 | * 车辆类型 33 | */ 34 | public String type; 35 | 36 | /** 37 | * 所在地址 38 | */ 39 | public String address; 40 | 41 | } 42 | -------------------------------------------------------------------------------- /res/layout/layout_password_input.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 14 | 15 | 21 | 22 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/data/RegisterHistoryData.java: -------------------------------------------------------------------------------- 1 | /** 2 | * @author LuYongXing 3 | * @date 2014.09.10 4 | * @filename RegisterHistoryData.java 5 | */ 6 | 7 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.data; 8 | 9 | /** 10 | * 历史轨迹数据 11 | */ 12 | public class RegisterHistoryData { 13 | 14 | /** 15 | * 序号 16 | */ 17 | public int no; 18 | 19 | /** 20 | * 身份证号码 21 | */ 22 | public String id; 23 | 24 | /** 25 | * 姓名 26 | */ 27 | public String name; 28 | 29 | /** 30 | * 现住地详细地址 31 | */ 32 | public String address; 33 | 34 | /** 35 | * 数据来源 36 | */ 37 | public String origin; 38 | 39 | /** 40 | * 登记时间 41 | */ 42 | public String time; 43 | 44 | } 45 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/providers/C_CSYS.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.providers; 2 | 3 | import android.net.Uri; 4 | import android.provider.BaseColumns; 5 | 6 | /** 7 | * 车身颜色 8 | *
9 | * 保存车身颜色信息。 10 | */ 11 | public class C_CSYS implements BaseColumns { 12 | 13 | public static final Uri CONTENT_URI = Uri.parse("content://" 14 | + MyContentProvider.AUTHORITY + "/" + MyContentProvider.CHESHENYANSE_TABLE_NAME); 15 | 16 | public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.dictionary.csys"; 17 | 18 | /** 19 | * 代码: DM、VC/60、非空、主键; 20 | */ 21 | public static final String DM = "DM"; 22 | /** 23 | * 颜色: YS、VC/60、非空; 24 | */ 25 | public static final String YS = "YS"; 26 | 27 | } 28 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/providers/C_CLLX.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.providers; 2 | 3 | import android.net.Uri; 4 | import android.provider.BaseColumns; 5 | 6 | /** 7 | * 车辆类型 8 | *
9 | * 保存车辆类型。 10 | */ 11 | public class C_CLLX implements BaseColumns { 12 | 13 | public static final Uri CONTENT_URI = Uri.parse("content://" 14 | + MyContentProvider.AUTHORITY + "/" + MyContentProvider.CHELIANGLEIXING_TABLE_NAME); 15 | 16 | public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.dictionary.cllx"; 17 | 18 | /** 19 | * 代码: DM、VC/60、非空、主键; 20 | */ 21 | public static final String DM = "DM"; 22 | /** 23 | * 代码内容: DMNR、VC/60、非空; 24 | */ 25 | public static final String DMNR = "DMNR"; 26 | 27 | } 28 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/providers/C_BXFGK_ML1.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.providers; 2 | 3 | import android.net.Uri; 4 | import android.provider.BaseColumns; 5 | 6 | /** 7 | * 便携法规主目录 8 | *
9 | * 保存便携法规主目录。 10 | */ 11 | public class C_BXFGK_ML1 implements BaseColumns { 12 | 13 | public static final Uri CONTENT_URI = Uri.parse("content://" 14 | + MyContentProvider.AUTHORITY + "/" + MyContentProvider.BIANXIEFAGUIKU_MULU1_TABLE_NAME); 15 | 16 | public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.dictionary.bxfgk_ml1"; 17 | 18 | /** 19 | * 一级目录ID: MLID、VC/60、非空、主键; 20 | */ 21 | public static final String MLID = "MLID"; 22 | /** 23 | * 目录名称: MLMC、VC/60、非空; 24 | */ 25 | public static final String MLMC = "MLMC"; 26 | 27 | } 28 | -------------------------------------------------------------------------------- /proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/providers/C_HPZL.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.providers; 2 | 3 | import android.net.Uri; 4 | import android.provider.BaseColumns; 5 | 6 | /** 7 | * 号牌种类 8 | *
9 | * 保存号牌种类。 10 | */ 11 | public class C_HPZL implements BaseColumns { 12 | 13 | public static final Uri CONTENT_URI = Uri.parse("content://" 14 | + MyContentProvider.AUTHORITY + "/" + MyContentProvider.HAOPAIZHONGLEI_TABLE_NAME); 15 | 16 | public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.dictionary.hpzl"; 17 | 18 | /** 19 | * 代码: DM、VC/60、非空、主键; 20 | */ 21 | public static final String DM = "DM"; 22 | /** 23 | * 代码内容: DMNR、VC/60、非空; 24 | */ 25 | public static final String DMNR = "DMNR"; 26 | /** 27 | * 备注: BZ、VC/1000 28 | */ 29 | public static final String BZ = "BZ"; 30 | 31 | } 32 | -------------------------------------------------------------------------------- /src/com/ry/fileexplorer/FileEntry.java: -------------------------------------------------------------------------------- 1 | package com.ry.fileexplorer; 2 | 3 | public class FileEntry implements Comparable { 4 | 5 | // please refer http://developer.android.com/training/articles/perf-tips.html#GettersSetters. 6 | public String name; 7 | public String data; 8 | public String date; 9 | public String path; 10 | public String image; 11 | 12 | public FileEntry(String name, String data, String date, String path, String image) { 13 | this.name = name; 14 | this.data = data; 15 | this.date = date; 16 | this.path = path; 17 | this.image = image; 18 | } 19 | 20 | public int compareTo(FileEntry o) { 21 | if (this.name != null) 22 | return this.name.toLowerCase().compareTo(o.name.toLowerCase()); 23 | else 24 | throw new IllegalArgumentException(); 25 | } 26 | 27 | } 28 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/providers/T_HMD_MD5.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.providers; 2 | 3 | import android.net.Uri; 4 | import android.provider.BaseColumns; 5 | 6 | /** 7 | * 黑名单MD5表 8 | *
9 | * 保存黑名单MD5表。 10 | */ 11 | public class T_HMD_MD5 implements BaseColumns { 12 | 13 | public static final Uri CONTENT_URI = Uri.parse("content://" 14 | + MyContentProvider.AUTHORITY + "/" + MyContentProvider.HEIMINGDAN_MD5_TABLE_NAME); 15 | 16 | public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.dictionary.hmd_md5"; 17 | 18 | /** 19 | * MD5: MD5、VC/60、非空、主键; 20 | */ 21 | public static final String MD5 = "MD5"; 22 | /** 23 | * 数据来源: TYPE、VC/60、非空;录入设备:1手持机,0公寓系统,2流管办系统 24 | */ 25 | public static final String TYPE = "TYPE"; 26 | /** 27 | * 导入时间: DRSJ、DATE; 28 | */ 29 | public static final String DRSJ = "DRSJ"; 30 | 31 | } 32 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/providers/C_BXFGK_NR.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.providers; 2 | 3 | import android.net.Uri; 4 | import android.provider.BaseColumns; 5 | 6 | /** 7 | * 便携法规内容 8 | *
9 | * 保存便携法规内容。 10 | */ 11 | public class C_BXFGK_NR implements BaseColumns { 12 | 13 | public static final Uri CONTENT_URI = Uri.parse("content://" 14 | + MyContentProvider.AUTHORITY + "/" + MyContentProvider.BIANXIEFAGUIKU_NEIRONG_TABLE_NAME); 15 | 16 | public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.dictionary.bxfgk_nr"; 17 | 18 | /** 19 | * 内容ID: NRID、VC/60、非空、主键; 20 | */ 21 | public static final String NRID = "NRID"; 22 | /** 23 | * 内容: NR、VC/60、非空; 24 | */ 25 | public static final String NR = "NR"; 26 | /** 27 | * 二级目录ID: EJMLID、VC/60、非空、主键; 28 | */ 29 | public static final String EJMLID = "EJMLID"; 30 | 31 | } 32 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/providers/C_BXFGK_ML2.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.providers; 2 | 3 | import android.net.Uri; 4 | import android.provider.BaseColumns; 5 | 6 | /** 7 | * 便携法规分目录 8 | *
9 | * 保存便携法规分目录。 10 | */ 11 | public class C_BXFGK_ML2 implements BaseColumns { 12 | 13 | public static final Uri CONTENT_URI = Uri.parse("content://" 14 | + MyContentProvider.AUTHORITY + "/" + MyContentProvider.BIANXIEFAGUIKU_MULU2_TABLE_NAME); 15 | 16 | public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.dictionary.bxfgk_ml2"; 17 | 18 | /** 19 | * 二级目录ID: MLID、VC/60、非空、主键; 20 | */ 21 | public static final String MLID = "MLID"; 22 | /** 23 | * 目录名称: MLMC、VC/60、非空; 24 | */ 25 | public static final String MLMC = "MLMC"; 26 | /** 27 | * 一级目录ID: YJMLID、VC/60、非空、主键; 28 | */ 29 | public static final String YJMLID = "YJMLID"; 30 | 31 | } 32 | -------------------------------------------------------------------------------- /libs/viewpager_indicator/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | viewpager_indicator 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /res/layout/list_group.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 14 | 15 | 24 | 25 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/providers/C_XZQH.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.providers; 2 | 3 | import android.net.Uri; 4 | import android.provider.BaseColumns; 5 | 6 | /** 7 | * 行政区划表 8 | *
9 | * 保存行政区划信息。 10 | */ 11 | public class C_XZQH implements BaseColumns { 12 | 13 | public static final Uri CONTENT_URI = Uri.parse("content://" 14 | + MyContentProvider.AUTHORITY + "/" + MyContentProvider.XINGZHENGQUHUA_TABLE_NAME); 15 | 16 | public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.dictionary.xzqh"; 17 | 18 | /** 19 | * 行政区划: XZQH、VC/60、非空、主键; 20 | */ 21 | public static final String XZQH = "XZQH"; 22 | /** 23 | * Sort order 24 | */ 25 | public static final String SORT_ORDER_DEFAULT = XZQH + " ASC"; 26 | /** 27 | * 名称: MC、VC/60、非空; 28 | */ 29 | public static final String MC = "MC"; 30 | /** 31 | * 导入时间: DRSJ、DATE; 32 | */ 33 | public static final String DRSJ = "DRSJ"; 34 | 35 | } 36 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/providers/F_SBSJDY.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.providers; 2 | 3 | import android.net.Uri; 4 | import android.provider.BaseColumns; 5 | 6 | /** 7 | * 交换数据定义表 8 | *
9 | * 保存手持机与出租公寓管理系统数据交换时数据记录中数据字段及顺序。 10 | */ 11 | public class F_SBSJDY implements BaseColumns { 12 | 13 | public static final Uri CONTENT_URI = Uri.parse("content://" 14 | + MyContentProvider.AUTHORITY + "/" + MyContentProvider.JIAOHUANSHUJUDINGYI_TABLE_NAME); 15 | 16 | public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.dictionary.sbsjdy"; 17 | 18 | /** 19 | * 数据交换功能: SJJHGN、VC/60、非空、主键; 20 | */ 21 | public static final String SJJHGN = "SJJHGN"; 22 | 23 | /** 24 | * 数据记录字段: SJJLZD、VC/500、数据交换数据记录中的数据字段名及顺序(多个数据字段名用“,”逗号分隔); 25 | */ 26 | public static final String SJJLZD = "SJJLZD"; 27 | 28 | /** 29 | * 记录数据表名: JLSJBM、VC/60、要保存数据记录的数据库表; 30 | */ 31 | public static final String JLSJBM = "JLSJBM"; 32 | 33 | } 34 | -------------------------------------------------------------------------------- /libs/viewpager_indicator/viewpager_indicator.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/providers/C_JLX.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.providers; 2 | 3 | import android.net.Uri; 4 | import android.provider.BaseColumns; 5 | 6 | /** 7 | * 街路巷表 8 | *
9 | * 保存街路巷信息。 10 | */ 11 | public class C_JLX implements BaseColumns { 12 | 13 | public static final Uri CONTENT_URI = Uri.parse("content://" 14 | + MyContentProvider.AUTHORITY + "/" + MyContentProvider.JIELUXIANG_TABLE_NAME); 15 | 16 | public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.dictionary.jlx"; 17 | 18 | /** 19 | * 街路巷ID: JLXID、VC/60、非空、主键; 20 | */ 21 | public static final String JLXID = "JLXID"; 22 | /** 23 | * Sort order 24 | */ 25 | public static final String SORT_ORDER_DEFAULT = JLXID + " ASC"; 26 | /** 27 | * 街路巷名称: JLXMC、VC/60、非空; 28 | */ 29 | public static final String JLXMC = "JLXMC"; 30 | /** 31 | * 归属社区ID: GSSQID、VC/60、所属辖区的社区ID; 32 | */ 33 | public static final String GSSQID = "GSSQID"; 34 | /** 35 | * 导入时间: DRSJ、DATE; 36 | */ 37 | public static final String DRSJ = "DRSJ"; 38 | 39 | } 40 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/HelpViewActivity.java: -------------------------------------------------------------------------------- 1 | /** 2 | * @author LongHu 3 | * @date 2014.09.28 4 | * @filename HelpViewActivity.java 5 | */ 6 | 7 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi; 8 | 9 | import android.content.Intent; 10 | import android.os.Bundle; 11 | import android.widget.TextView; 12 | 13 | public class HelpViewActivity extends PermanentActivity { 14 | 15 | public static final String HELP_EXTRA = "help_extra"; 16 | 17 | private String mHelp = ""; 18 | 19 | @Override 20 | protected void onCreate(Bundle savedInstanceState) { 21 | Intent intent = getIntent(); 22 | if (intent.hasExtra(HELP_EXTRA)) { 23 | mHelp = intent.getStringExtra(HELP_EXTRA); 24 | } 25 | 26 | super.onCreate(savedInstanceState); 27 | 28 | if (getActionBar() != null) 29 | getActionBar().setDisplayHomeAsUpEnabled(true); 30 | } 31 | 32 | @Override 33 | protected void initViews() { 34 | super.initViews(); 35 | 36 | mLayoutInflater.inflate(R.layout.activity_help_view, mLayoutContainer); 37 | 38 | TextView textView = (TextView) findViewById(R.id.text_help); 39 | textView.setText(mHelp); 40 | } 41 | 42 | } 43 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/utils/Config.java: -------------------------------------------------------------------------------- 1 | /** 2 | * @author LuYongXing 3 | * @date 2014.08.20 4 | * @filename Config.java 5 | */ 6 | 7 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.utils; 8 | 9 | public class Config { 10 | 11 | public static final boolean DEBUG = false; 12 | 13 | /** 14 | * directory name to store csv/xls files would be imported 15 | */ 16 | public static final String IMPORT_DIRECTORY_NAME = "导入"; 17 | 18 | /** 19 | * directory name to store exported csv/xls files 20 | */ 21 | public static final String EXPORT_DIRECTORY_NAME = "导出"; 22 | 23 | /** 24 | * directory name to store captured images and videos 25 | */ 26 | public static final String IMAGE_DIRECTORY_NAME = "图像"; 27 | 28 | /** 29 | * Load count in once time 30 | */ 31 | public static final int ONCE_LOAD_RECORD_COUNT = 10; 32 | 33 | /** 34 | * Room photo count 35 | */ 36 | public static final int MAX_ROOM_PHOTO_COUNT = 10; 37 | 38 | /** 39 | * Person photo count 40 | */ 41 | public static final int MAX_PERSON_PHOTO_COUNT = 3; 42 | 43 | /** 44 | * Car photo count 45 | */ 46 | public static final int MAX_VEHICLE_PHOTO_COUNT = 3; 47 | 48 | } 49 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/providers/C_SQ.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.providers; 2 | 3 | import android.net.Uri; 4 | import android.provider.BaseColumns; 5 | 6 | /** 7 | * 社区表 8 | *
9 | * 保存出租房屋所在地辖区(社区)。 10 | */ 11 | public class C_SQ implements BaseColumns { 12 | 13 | public static final Uri CONTENT_URI = Uri.parse("content://" 14 | + MyContentProvider.AUTHORITY + "/" + MyContentProvider.SHEQU_TABLE_NAME); 15 | 16 | public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.dictionary.sq"; 17 | 18 | /** 19 | * 社区ID: SQID、VC/60、非空、主键; 20 | */ 21 | public static final String SQID = "SQID"; 22 | /** 23 | * Sort order 24 | */ 25 | public static final String SORT_ORDER_DEFAULT = SQID + " ASC"; 26 | /** 27 | * 社区名称: SQMC、VC/60、非空; 28 | */ 29 | public static final String SQMC = "SQMC"; 30 | /** 31 | * 所属单位名称: SSDWMC、VC/60、非空、社区所属派出所名称; 32 | */ 33 | public static final String SSDWMC = "SSDWMC"; 34 | /** 35 | * 所属单位ID: SSDWID、VC/60、非空、社区所属派出所ID; 36 | */ 37 | public static final String SSDWID = "SSDWID"; 38 | /** 39 | * 导入时间: DRSJ、DATE; 40 | */ 41 | public static final String DRSJ = "DRSJ"; 42 | 43 | } 44 | -------------------------------------------------------------------------------- /src/com/haoweifukai/LiuDongRenKouCaijiGuanLi/providers/C_GADW.java: -------------------------------------------------------------------------------- 1 | package com.haoweifukai.LiuDongRenKouCaijiGuanLi.providers; 2 | 3 | import android.net.Uri; 4 | import android.provider.BaseColumns; 5 | 6 | /** 7 | * 公安单位表 8 | *
9 | * 保存公安单位信息。 10 | */ 11 | public class C_GADW implements BaseColumns { 12 | 13 | public static final Uri CONTENT_URI = Uri.parse("content://" 14 | + MyContentProvider.AUTHORITY + "/" + MyContentProvider.GONGANDANWEI_TABLE_NAME); 15 | 16 | public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.dictionary.gadw"; 17 | 18 | /** 19 | * 单位ID: DWID、VC/60、非空、主键; 20 | */ 21 | public static final String DWID = "DWID"; 22 | /** 23 | * 单位名称: DWMC、VC/60、非空; 24 | */ 25 | public static final String DWMC = "DWMC"; 26 | /** 27 | * 上级单位ID: SJDWID、VC/60、当前单位的上级单位ID; 28 | */ 29 | public static final String SJDWID = "SJDWID"; 30 | /** 31 | * 导入时间: DRSJ、DATE; 32 | */ 33 | public static final String DRSJ = "DRSJ"; 34 | /** 35 | * 单位级别: DWJB、VC/60、0 – 派出所、1 – 分县局、2 – 市局; 36 | */ 37 | public static final String DWJB = "DWJB"; 38 | /** 39 | * Sort order 40 | */ 41 | public static final String SORT_ORDER_DEFAULT = DWID + " ASC"; 42 | 43 | } 44 | -------------------------------------------------------------------------------- /res/layout/activity_preview_video.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 15 | 16 | 24 | 25 |