資源簡介
Android 購物車的最佳實現(通過ExpandableListView實現分店鋪)
博客地址:https://blog.csdn.net/qq941263013/article/details/80901277

代碼片段和文件信息
package?com.wangyang.shoppingcarbestimplementation;
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.*;
/**
?*?Instrumentation?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.wangyang.shoppingcarbestimplementation“?appContext.getPackageName());
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\
?????文件?????????118??2019-05-08?06:38??ShoppingCarBestImplementation-master\.gitignore
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\.idea\
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\.idea\codest
?????文件????????1775??2019-05-08?06:38??ShoppingCarBestImplementation-master\.idea\codest
?????文件?????????626??2019-05-08?06:38??ShoppingCarBestImplementation-master\.idea\gradle.xm
?????文件????????2101??2019-05-08?06:38??ShoppingCarBestImplementation-master\.idea\misc.xm
?????文件?????????395??2019-05-08?06:38??ShoppingCarBestImplementation-master\.idea\modules.xm
?????文件?????????564??2019-05-08?06:38??ShoppingCarBestImplementation-master\.idea\runConfigurations.xm
?????文件?????????167??2019-05-08?06:38??ShoppingCarBestImplementation-master\.idea\vcs.xm
?????文件????????1665??2019-05-08?06:38??ShoppingCarBestImplementation-master\README.md
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\
?????文件???????????7??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\.gitignore
?????文件????????1036??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\build.gradle
?????文件???????45088??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\gif.gif
?????文件?????????674??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\proguard-rules.pro
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\androidTest\
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\androidTest\java\
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\androidTest\java\com\
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\androidTest\java\com\wangyang\
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\androidTest\java\com\wangyang\shoppingcarbestimplementation\
?????文件?????????788??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\androidTest\java\com\wangyang\shoppingcarbestimplementation\ExampleInstrumentedTest.java
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\main\
?????文件?????????779??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\main\AndroidManifest.xm
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\main\assets\
?????文件????????2319??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\main\assets\ShoppingCarData.json
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\main\java\
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\main\java\com\
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\main\java\com\wangyang\
?????目錄???????????0??2019-05-08?06:38??ShoppingCarBestImplementation-master\app\src\main\java\com\wangyang\shoppingcarbestimplementation\
............此處省略71個文件信息
- 上一篇:JAVA編寫的2D賽車游戲源碼.rar
- 下一篇:韓順平java視頻全集
評論
共有 條評論