Advertisement
uraharadono

android gps

Sep 9th, 2016
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. ----CREATING OF ACTUAL APP (sending gps cords)
  2. http://www.androidhive.info/2012/07/android-gps-location-manager-tutorial/
  3.  
  4. POSTO SI GLUP I NE ZNAS GOOGLATI EVO FRAJER SVE FINO OBJASNIO JEBO TE SVAK:
  5. http://stackoverflow.com/questions/16055447/how-to-get-gps-location-once-for-5-mins-android
  6.  
  7.  
  8. https://www.google.ba/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=get+gps+coordinates+android+github
  9. https://github.com/jcs/triptracker
  10. https://github.com/mrmans0n/smart-location-lib
  11. https://github.com/mendhak/gpslogger
  12.  
  13.  
  14. https://www.learn2crack.com/2013/12/android-location-services.html
  15.  
  16. -----PREVENT CLOSING OF APP
  17. 1. dodao sam u manifest : <category android:name="android.intent.category.HOME" />
  18. Procitao ovdje: https://stackoverflow.com/questions/14233304/develop-app-run-in-kiosk-mode-in-android
  19. 2. uklonio sam iz recently opened liste app
  20. http://stackoverflow.com/questions/3762763/how-to-remove-application-from-recent-application-list
  21. 3. i ovo sam implementirao ali ne radi (odgovor od Satya)
  22. http://stackoverflow.com/questions/2681499/android-how-to-auto-restart-application-after-its-been-force-closed
  23.  
  24.  
  25. ----AFTER USER LOGS IN - OPEN BROWSER OF PAGE
  26. http://stackoverflow.com/questions/2201917/how-can-i-open-a-url-in-androids-web-browser-from-my-application
  27.  
  28.  
  29. ----LEAVE APP RUNNING IN BACKGROUND
  30. http://stackoverflow.com/questions/34573109/how-to-make-an-android-app-to-always-run-in-background
  31.  
  32. http://stackoverflow.com/questions/9029040/how-to-run-an-android-app-in-background
  33.  
  34. ima i ovaj video, pogledaj:
  35. https://www.youtube.com/watch?v=F4458XG7gJA
  36.  
  37. ----TAKE NAME OF ANDROID APP
  38. http://stackoverflow.com/questions/6579968/how-can-i-get-the-device-name-in-android
  39.  
  40.  
  41. ----LOGGING IN PEOPLE (DRIVERS)
  42. 1. In table [DeliveryTruck] there are 2 fields : [CurrentLatitude] & [CurrentLongitude]
  43. 2. Logging people in using table [Gebruikers] where:
  44.  
  45. [Gebruikersnaam] and/or [Emailadres]
  46. and
  47. [Wachtwoord] and/or [Pincode]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement