知识学习类APP


里面有知识预览,答题,其他页面三大模块,通俗易懂,使用android studio打开
资源截图
代码片段和文件信息
/*
 * Copyright (c) 2016. Vv 
 *
 * This file is part of AndroidReview (Android面试复习)
 *
 * AndroidReview is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 * the Free Software Foundation either version 3 of the License or
 * (at your option) any later version.
 *
 *  AndroidReview is distributed in the hope that it will be useful
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 * along with AndroidReview.  If not see .
 */

package com.vv.android100;

import android.app.Application;
import android.test.ApplicationTestCase;

/**
 * Testing Fundamentals
 */
public class ApplicationTest extends ApplicationTestCase {
    public ApplicationTest() {
        super(Application.class);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-12-22 08:50  Android100
     文件         378  2017-02-17 14:51  Android100.gitattributes
     文件         404  2017-02-17 14:51  Android100.gitignore
     文件         619  2018-12-19 14:22  Android100AndroidReview-master.iml
     文件         944  2017-02-17 14:51  Android100AndroidReview.iml
     文件       35146  2017-02-17 14:51  Android100LICENSE
     文件        3905  2017-02-17 14:51  Android100README.md
     目录           0  2018-12-24 14:28  Android100apk
     目录           0  2018-12-22 08:50  Android100app
     文件           7  2017-02-17 14:51  Android100app.gitignore
     文件        1690  2018-12-21 02:21  Android100appuild.gradle
     目录           0  2018-12-22 08:50  Android100appdebug
     文件     2595457  2018-12-21 02:55  Android100appdebugapp-debug.apk
     文件         229  2018-12-21 02:55  Android100appdebugoutput.json
     文件       15023  2017-02-17 14:51  Android100apphs_err_pid3528.log
     文件       13085  2017-02-17 14:51  Android100apphs_err_pid3728.log
     文件       14426  2017-02-17 14:51  Android100apphs_err_pid5952.log
     目录           0  2018-12-22 08:50  Android100applibs
     文件        9186  2017-02-17 14:51  Android100applibslogger.jar
     文件         646  2017-02-17 14:51  Android100appproguard-rules.pro
     目录           0  2018-12-22 08:50  Android100appsrc
     目录           0  2018-12-22 08:50  Android100appsrcandroidTest
     目录           0  2018-12-22 08:50  Android100appsrcandroidTestjava
     目录           0  2018-12-22 08:50  Android100appsrcandroidTestjavacom
     目录           0  2018-12-22 08:50  Android100appsrcandroidTestjavacomvv
     目录           0  2018-12-22 08:50  Android100appsrcandroidTestjavacomvvandroid100
     文件        1146  2018-12-20 22:51  Android100appsrcandroidTestjavacomvvandroid100ApplicationTest.java
     目录           0  2018-12-22 08:50  Android100appsrcmain
     文件        2565  2018-12-21 01:33  Android100appsrcmainAndroidManifest.xml
     目录           0  2018-12-22 08:50  Android100appsrcmainassets
     目录           0  2018-12-22 08:50  Android100appsrcmainassetscss
............此处省略374个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)