- 
                
Can You Provide Android Tutorials or Resource Links for Real Time Tracking Applications?
over 7 years ago
 
- 
          
          
over 7 years ago
For real time tracking system you need the following things:-
- Location updates.
 - Broadcast your location at real time to the tracker
 - Show received location in a Map.
 
-> For getting location updates in Android you can visit this link
https://developer.android.com/training/location/-> For sending your location to the tracker at real time you can use XMPP, Socket connection etc.
- For integrating XMPP client you can use SMACK library, for more information please visit this link https://github.com/igniterealtime/Smack
 - For socket connection. Please visit this link https://github.com/socketio/socket.io-client-java
 
-> You can use google map for showing the tracked location. For integrating google map in android, please visit this link https://developers.google.com/maps/documentation/android-sdk/intro
 - 
          
 
                      
                      
                      
    
    
               
               
1 Answer(s)