资源简介

基于andriod stdio开发的一款针对于大学生兼职招聘的APP,包括基本的针对求职者的上传简历以及查看求职公司的基本要求及待遇,针对招聘者的上传招聘信息与查看简历等。构建了一个基本框架,可供初学者学习使用。

资源截图

代码片段和文件信息

package com.uitest.administrator.shoulderby;

import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;

import org.junit.Test;
import org.junit.runner.RunWith;

import static org.junit.Assert.*;

/**
 * Instrumented test which will execute on an Android device.
 *
 * @see Testing documentation
 */
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
    @Test
    public void useAppContext() throws Exception {
        // Context of the app under test.
        Context appContext = InstrumentationRegistry.getTargetContext();

        assertEquals(“com.uitest.administrator.shoulderby“ appContext.getPackageName());
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件          7  2017-12-16 21:39  JBJAPP-master\app\.gitignore

     文件          1  2018-09-14 10:34  JBJAPP-master\app\.gradle\4.4\fileChanges\last-build.bin

     文件      18997  2018-09-14 10:34  JBJAPP-master\app\.gradle\4.4\fileHashes\fileHashes.bin

     文件         17  2018-09-14 10:34  JBJAPP-master\app\.gradle\4.4\fileHashes\fileHashes.lock

     文件         17  2018-09-14 10:31  JBJAPP-master\app\.gradle\4.4\taskHistory\taskHistory.lock

     文件         17  2018-09-14 10:31  JBJAPP-master\app\.gradle\buildOutputCleanup\buildOutputCleanup.lock

     文件         51  2018-09-14 10:24  JBJAPP-master\app\.gradle\buildOutputCleanup\cache.properties

     文件        288  2018-09-14 10:34  JBJAPP-master\app\.idea\caches\build_file_checksums.ser

     文件       1803  2018-09-14 10:34  JBJAPP-master\app\.idea\codestyles\Project.xml

     文件        577  2018-09-14 10:34  JBJAPP-master\app\.idea\gradle.xml

     文件        357  2018-09-14 10:35  JBJAPP-master\app\.idea\misc.xml

     文件       1242  2018-09-14 10:35  JBJAPP-master\app\.idea\modules\app.iml

     文件        274  2018-09-14 10:35  JBJAPP-master\app\.idea\modules.xml

     文件        564  2018-09-14 10:34  JBJAPP-master\app\.idea\runConfigurations.xml

     文件      69837  2018-09-14 10:35  JBJAPP-master\app\.idea\workspace.xml

     文件        298  2018-09-14 10:24  JBJAPP-master\app\build.gradle

     文件      54708  2018-09-10 13:38  JBJAPP-master\app\gradle\wrapper\gradle-wrapper.jar

     文件        236  2018-09-10 14:19  JBJAPP-master\app\gradle\wrapper\gradle-wrapper.properties

     文件       5296  2018-09-10 13:38  JBJAPP-master\app\gradlew

     文件       2260  2018-09-10 13:38  JBJAPP-master\app\gradlew.bat

     文件        369  2018-09-10 14:19  JBJAPP-master\app\local.properties

     文件        751  2017-12-16 21:39  JBJAPP-master\app\proguard-rules.pro

     文件        771  2017-12-16 21:39  JBJAPP-master\app\src\androidTest\java\com\uitest\administrator\shoulderby\ExampleInstrumentedTest.java

     文件        980  2017-12-16 21:39  JBJAPP-master\app\src\main\AndroidManifest.xml

     文件     117107  2017-12-16 21:39  JBJAPP-master\app\src\main\icon-web.png

     文件     153227  2017-12-16 21:39  JBJAPP-master\app\src\main\icon_launcher-web.png

     文件       2256  2017-12-16 21:39  JBJAPP-master\app\src\main\java\com\uitest\administrator\shoulderby\activity\ChatViewActivity.java

     文件       1366  2017-12-16 21:39  JBJAPP-master\app\src\main\java\com\uitest\administrator\shoulderby\activity\LoginActivity.java

     文件       6854  2017-12-16 21:39  JBJAPP-master\app\src\main\java\com\uitest\administrator\shoulderby\activity\MainActivity.java

     文件        412  2017-12-16 21:39  JBJAPP-master\app\src\main\java\com\uitest\administrator\shoulderby\activity\SettingActivity.java

............此处省略156个文件信息

评论

共有 条评论