Skip to content

Commit f3d91ef

Browse files
Course
0 parents  commit f3d91ef

File tree

179 files changed

+17579
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+17579
-0
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/workspace.xml
5+
/.idea/libraries
6+
.DS_Store
7+
/build
8+
/captures
9+
.externalNativeBuild

.idea/caches/build_file_checksums.ser

537 Bytes
Binary file not shown.

.idea/codeStyles/Project.xml

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build

app/build.gradle

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
apply plugin: 'com.android.application'
2+
3+
android {
4+
compileSdkVersion 27
5+
defaultConfig {
6+
applicationId "com.SevenDigITs.Solutions.E_Learning"
7+
minSdkVersion 19
8+
targetSdkVersion 27
9+
versionCode 1
10+
versionName "1.0"
11+
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
12+
}
13+
buildTypes {
14+
release {
15+
minifyEnabled false
16+
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
17+
}
18+
}
19+
}
20+
21+
dependencies {
22+
23+
implementation fileTree(dir: 'libs', include: ['*.jar'])
24+
implementation 'com.android.support:appcompat-v7:27.0.2'
25+
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
26+
27+
implementation 'com.google.firebase:firebase-auth:16.0.1'
28+
implementation 'com.google.firebase:firebase-database:16.0.1'
29+
implementation 'com.firebase:firebase-client-android:2.5.2'
30+
implementation 'com.google.firebase:firebase-storage:16.0.1'
31+
testImplementation 'junit:junit:4.12'
32+
androidTestImplementation 'com.android.support.test:runner:1.0.2'
33+
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
34+
implementation 'com.basgeekball:awesome-validation:4.1'
35+
36+
37+
implementation 'com.android.support:support-annotations:27.1.1'
38+
androidTestImplementation 'com.android.support.test:runner:1.0.2'
39+
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
40+
41+
42+
implementation 'com.android.support:cardview-v7:27.0.2'
43+
implementation 'com.android.support:recyclerview-v7:27.0.2'
44+
implementation 'com.github.CardinalNow:Android-CircleProgressIndicator:v0.2'
45+
46+
}
47+
48+
49+
50+
51+
apply plugin: 'com.google.gms.google-services'

app/google-services.json

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"project_info": {
3+
"project_number": "447410543976",
4+
"firebase_url": "https://e-learning-7c397.firebaseio.com",
5+
"project_id": "e-learning-7c397",
6+
"storage_bucket": "e-learning-7c397.appspot.com"
7+
},
8+
"client": [
9+
{
10+
"client_info": {
11+
"mobilesdk_app_id": "1:447410543976:android:12bc9876ebd81616",
12+
"android_client_info": {
13+
"package_name": "com.SevenDigITs.Solutions.E_Learning"
14+
}
15+
},
16+
"oauth_client": [
17+
{
18+
"client_id": "447410543976-cvfvh5ku79dntr55qc6okc1cb53bjfnj.apps.googleusercontent.com",
19+
"client_type": 1,
20+
"android_info": {
21+
"package_name": "com.SevenDigITs.Solutions.E_Learning",
22+
"certificate_hash": "7790ed4fe69428da4aa36f8271f047625c632356"
23+
}
24+
},
25+
{
26+
"client_id": "447410543976-5n9vjkqa0bpqkls6lmg6r07sj5v496pb.apps.googleusercontent.com",
27+
"client_type": 1,
28+
"android_info": {
29+
"package_name": "com.SevenDigITs.Solutions.E_Learning",
30+
"certificate_hash": "aaaec554006aa372c9df407e127c6e6c0610e657"
31+
}
32+
},
33+
{
34+
"client_id": "447410543976-tcl08kgog7rh44qcsso7dli3fl7h1jq4.apps.googleusercontent.com",
35+
"client_type": 1,
36+
"android_info": {
37+
"package_name": "com.SevenDigITs.Solutions.E_Learning",
38+
"certificate_hash": "abddef4cc417cefa37d3342c0e35012d34431d5c"
39+
}
40+
},
41+
{
42+
"client_id": "447410543976-18mra8m9ilof1lb08rlsnehdc96pntku.apps.googleusercontent.com",
43+
"client_type": 3
44+
}
45+
],
46+
"api_key": [
47+
{
48+
"current_key": "AIzaSyBuR99YGhSSkU8XPMdbWAg4sWljoX7v9l8"
49+
}
50+
],
51+
"services": {
52+
"analytics_service": {
53+
"status": 1
54+
},
55+
"appinvite_service": {
56+
"status": 2,
57+
"other_platform_oauth_client": [
58+
{
59+
"client_id": "447410543976-18mra8m9ilof1lb08rlsnehdc96pntku.apps.googleusercontent.com",
60+
"client_type": 3
61+
}
62+
]
63+
},
64+
"ads_service": {
65+
"status": 2
66+
}
67+
}
68+
}
69+
],
70+
"configuration_version": "1"
71+
}

app/proguard-rules.pro

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Add project specific ProGuard rules here.
2+
# You can control the set of applied configuration files using the
3+
# proguardFiles setting in build.gradle.
4+
#
5+
# For more details, see
6+
# http://developer.android.com/guide/developing/tools/proguard.html
7+
8+
# If your project uses WebView with JS, uncomment the following
9+
# and specify the fully qualified class name to the JavaScript interface
10+
# class:
11+
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
12+
# public *;
13+
#}
14+
15+
# Uncomment this to preserve the line number information for
16+
# debugging stack traces.
17+
#-keepattributes SourceFile,LineNumberTable
18+
19+
# If you keep the line number information, uncomment this to
20+
# hide the original source file name.
21+
#-renamesourcefileattribute SourceFile
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
package com.SevenDigITs.Solutions.E_Learning;
2+
3+
import android.content.Context;
4+
import android.support.test.InstrumentationRegistry;
5+
import android.support.test.runner.AndroidJUnit4;
6+
7+
import org.junit.Test;
8+
import org.junit.runner.RunWith;
9+
10+
import static org.junit.Assert.*;
11+
12+
/**
13+
* Instrumented test, which will execute on an Android device.
14+
*
15+
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
16+
*/
17+
@RunWith(AndroidJUnit4.class)
18+
public class ExampleInstrumentedTest {
19+
@Test
20+
public void useAppContext() throws Exception {
21+
// Context of the app under test.
22+
Context appContext = InstrumentationRegistry.getTargetContext();
23+
24+
assertEquals("com.SevenDigITs.Solutions.E_Learning", appContext.getPackageName());
25+
}
26+
}

0 commit comments

Comments
 (0)