Log in

View Full Version : Scouting app on both ios and android


dirtbikerxz
20-10-2016, 21:49
Does anyone know of a good scouting app that runs on both ios and android?

Preferable features:

Uses internet to backup to either a google sheets or a mysql database
Has local backup
Is either constantly updated for every year's game OR has a customizable interface.
Has the blue alliance integration to retrieve schedule and match data.

Knufire
20-10-2016, 22:28
I have something close that I plan to clean up and release for this upcoming season.

Right now the Android version is 100% local data through SQLite and the iOS is through Firebase. The plan is to get them both to use Firebase.

No promises as to the current state of the code:

https://github.com/csse483

Billfred
20-10-2016, 23:27
4901 used 2729's scouting app for Android (https://www.chiefdelphi.com/forums/showthread.php?threadid=142649).

The beautiful thing is that their app will run on sub-$20 prepaid cell phones (http://www.bestbuy.com/site/searchpage.jsp?_dyncharset=UTF-8&ks=960&sc=Global&list=y&usc=All+Categories&type=page&id=pcat17071&iht=n&seeAll=&cp=1&browsedCategory=pcmcat158500050014&st=categoryid%24pcmcat158500050014&qp=operatingsystem_facet%3DOperating%20System~Andr oid), cheap enough that the team could even own them and be okay. (We got a fleet of LG Optimus Exceed 2 phones, which were like $15 at the time; the march of progress means your $20 potato phone will be more capable than that.)

Ricohk
07-11-2016, 23:45
have you tried FRC Scouting Radar 2016 introduced by forum yet?
but i couldn't find any similar app on AppStore, if anyone have idea abt this, pls share
https://play.google.com/store/apps/details?id=org.lrhsd.storm.user16
(apk if you can't get it from Play Store: http://choilieng.com/apk-on-pc/org.lrhsd.storm.user16.apk)

Max Boord
08-11-2016, 00:14
179 has a webapp based system we plan on releasing in time for next season. We use google docs for data processing so it should work for your application.