• 大小: 2.9MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-11
  • 语言: Java
  • 标签: android  stud  安卓  

资源简介

里面有知识预览,答题,其他页面三大模块,通俗易懂,使用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  Android100\AndroidReview-master.iml
     文件         944  2017-02-17 14:51  Android100\AndroidReview.iml
     文件       35146  2017-02-17 14:51  Android100\LICENSE
     文件        3905  2017-02-17 14:51  Android100\README.md
     目录           0  2018-12-24 14:28  Android100\apk\
     目录           0  2018-12-22 08:50  Android100\app\
     文件           7  2017-02-17 14:51  Android100\app\.gitignore
     文件        1690  2018-12-21 02:21  Android100\app\build.gradle
     目录           0  2018-12-22 08:50  Android100\app\debug\
     文件     2595457  2018-12-21 02:55  Android100\app\debug\app-debug.apk
     文件         229  2018-12-21 02:55  Android100\app\debug\output.json
     文件       15023  2017-02-17 14:51  Android100\app\hs_err_pid3528.log
     文件       13085  2017-02-17 14:51  Android100\app\hs_err_pid3728.log
     文件       14426  2017-02-17 14:51  Android100\app\hs_err_pid5952.log
     目录           0  2018-12-22 08:50  Android100\app\libs\
     文件        9186  2017-02-17 14:51  Android100\app\libs\logger.jar
     文件         646  2017-02-17 14:51  Android100\app\proguard-rules.pro
     目录           0  2018-12-22 08:50  Android100\app\src\
     目录           0  2018-12-22 08:50  Android100\app\src\androidTest\
     目录           0  2018-12-22 08:50  Android100\app\src\androidTest\java\
     目录           0  2018-12-22 08:50  Android100\app\src\androidTest\java\com\
     目录           0  2018-12-22 08:50  Android100\app\src\androidTest\java\com\vv\
     目录           0  2018-12-22 08:50  Android100\app\src\androidTest\java\com\vv\android100\
     文件        1146  2018-12-20 22:51  Android100\app\src\androidTest\java\com\vv\android100\ApplicationTest.java
     目录           0  2018-12-22 08:50  Android100\app\src\main\
     文件        2565  2018-12-21 01:33  Android100\app\src\main\AndroidManifest.xml
     目录           0  2018-12-22 08:50  Android100\app\src\main\assets\
     目录           0  2018-12-22 08:50  Android100\app\src\main\assets\css\
............此处省略374个文件信息

评论

共有 条评论