資源簡介
基于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\codest
?????文件????????577??2018-09-14?10:34??JBJAPP-master\app\.idea\gradle.xm
?????文件????????357??2018-09-14?10:35??JBJAPP-master\app\.idea\misc.xm
?????文件???????1242??2018-09-14?10:35??JBJAPP-master\app\.idea\modules\app.iml
?????文件????????274??2018-09-14?10:35??JBJAPP-master\app\.idea\modules.xm
?????文件????????564??2018-09-14?10:34??JBJAPP-master\app\.idea\runConfigurations.xm
?????文件??????69837??2018-09-14?10:35??JBJAPP-master\app\.idea\workspace.xm
?????文件????????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.xm
?????文件?????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個文件信息
評論
共有 條評論