Skip to content

Commit 258edd5

Browse files
author
hussienalrubaye
committed
find my phone
1 parent e2c47ed commit 258edd5

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

MyTracker/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
##Find my phone is app on [Google Play](https://play.google.com/store/apps/details?id=phonelocation.example.asuss550c.phonelocationphone)
2+
this app allows you to find your phone when you miss it by using another phone.
3+
this app use GPS and SMS it doesn't need internet to find your phone.
4+
also its allows you to track many phones, and allows many person to track you.
5+
also its allows you to ask help from all your tracking persons.
6+
7+
![img](https://lh3.googleusercontent.com/bj422YvivQYn-cAYdAWXnOo2WCx-yYVLFh7tUzaiiiXrDiDhyNB_vyFFkr3LT_nFTDw=h900)
8+
9+
![ima](https://lh3.googleusercontent.com/bpnzJaRp3wjHoo0NTS3YmPMuK6tn14UnccLa1KbRcV1J_NOOcnX41BlzWmTG3sfXIBy6=h900)
10+
11+
![3dview](https://lh3.googleusercontent.com/INC8l7ghCVKZ6r-_9kaTWjAHBEPCkBcXp_KBybAN2yTaccp7NifSW7GPknHKtTzm9xg=h900)
12+
13+
![notify](https://lh3.googleusercontent.com/Ta81_k_zECN7GV8oLQ-oE3LUt0GrT6BIWGJeXpvfiIv2TUafOTR0vzpd9rUM-TpoI_Y=h900)
14+
###For challenger, we added seven bugs in this app you have to fix them to use it, for more see [Video](https://www.youtube.com/watch?v=yczMkvalzU0&list=PLF8OvnCBlEY3e0Yg990aAXreEru72_xWN&index=152)

MyTracker/app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ dependencies {
2525
exclude group: 'com.android.support', module: 'support-annotations'
2626
})
2727
compile 'com.android.support:appcompat-v7:24.2.1'
28-
compile 'com.google.firebase:firebase-core:9.6.1'
29-
compile 'com.google.android.gms:play-services-maps:9.6.1'
30-
compile 'com.google.firebase:firebase-database:9.6.1'
28+
compile 'com.google.firebase:firebase-core:9.4.0'
29+
compile 'com.google.android.gms:play-services-maps:9.4.0'
30+
compile 'com.google.firebase:firebase-database:9.4.0'
3131
testCompile 'junit:junit:4.12'
3232
}
3333
apply plugin: 'com.google.gms.google-services'

MyTracker/app/src/main/java/com/alrubaye/mytracker/MainActivity.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,12 @@ public void onItemClick(AdapterView<?> parent, View view, int position, long id)
6565
}
6666

6767
@Override
68-
public void onResume(){
68+
public void onResume(){
6969
super.onResume();
7070
Refesh();
7171
}
7272

73+
7374
void Refesh(){
7475
listnewsData.clear();
7576
databaseReference.child("Users").child(GlobalInfo.PhoneNumber).

0 commit comments

Comments
 (0)