Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design2
/
2016104137
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이윤영
2020-04-28 15:20:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d6e8b62f2aa472497a0b7d1a8f88d24f74013043
d6e8b62f
1 parent
1cb110dc
Add loading activity
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
3 deletions
source/DataExtraction/.idea/misc.xml
source/DataExtraction/app/release/app-release.apk
source/DataExtraction/app/release/output.json
source/DataExtraction/app/src/main/AndroidManifest.xml
source/DataExtraction/app/src/main/java/com/example/dataextraction/LoadingActivity.java
source/DataExtraction/app/src/main/java/com/example/dataextraction/MainActivity.java
source/DataExtraction/app/src/main/res/layout/activity_loading.xml
source/DataExtraction/app/src/main/res/layout/activity_main.xml
source/DataExtraction/.idea/misc.xml
View file @
d6e8b62
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_7"
project-jdk-name=
"
1.8
"
project-jdk-type=
"JavaSDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_7"
project-jdk-name=
"
JDK
"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
<component
name=
"ProjectType"
>
...
...
source/DataExtraction/app/release/app-release.apk
0 → 100644
View file @
d6e8b62
No preview for this file type
source/DataExtraction/app/release/output.json
0 → 100644
View file @
d6e8b62
[{
"outputType"
:{
"type"
:
"APK"
},
"apkData"
:{
"type"
:
"MAIN"
,
"splits"
:[],
"versionCode"
:
1
,
"versionName"
:
"1.0"
,
"enabled"
:
true
,
"outputFile"
:
"app-release.apk"
,
"fullName"
:
"release"
,
"baseName"
:
"release"
},
"path"
:
"app-release.apk"
,
"properties"
:{}}]
\ No newline at end of file
source/DataExtraction/app/src/main/AndroidManifest.xml
View file @
d6e8b62
...
...
@@ -2,6 +2,7 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"com.example.dataextraction"
>
<uses-permission
android:name=
"android.permission.PACKAGE_USAGE_STATS"
tools:ignore=
"ProtectedPermissions"
/>
...
...
@@ -26,6 +27,7 @@
android:roundIcon=
"@mipmap/ic_launcher_round"
android:supportsRtl=
"true"
android:theme=
"@style/AppTheme"
>
<activity
android:name=
".LoadingActivity"
></activity>
<activity
android:name=
".MainActivity"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
...
...
source/DataExtraction/app/src/main/java/com/example/dataextraction/LoadingActivity.java
0 → 100644
View file @
d6e8b62
This diff is collapsed. Click to expand it.
source/DataExtraction/app/src/main/java/com/example/dataextraction/MainActivity.java
View file @
d6e8b62
This diff is collapsed. Click to expand it.
source/DataExtraction/app/src/main/res/layout/activity_loading.xml
0 → 100644
View file @
d6e8b62
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/textView"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"CapstoneDesign2"
/>
</LinearLayout>
\ No newline at end of file
source/DataExtraction/app/src/main/res/layout/activity_main.xml
View file @
d6e8b62
...
...
@@ -11,8 +11,7 @@
android:layout_width=
"200dp"
android:layout_height=
"60dp"
android:layout_gravity=
"center"
android:onClick=
"button1"
android:text=
"데이터추출"
android:text=
"데이터추출 완료"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintHorizontal_bias=
"0.497"
...
...
Please
register
or
login
to post a comment