My first Android app: Alert user when about to reach Railway station

tspshikari

Right off the assembly line
Joined
Oct 16, 2012
Messages
9
Hi,
I've developed my first Android app called Destination Alarm. The app Alert user when she/he is about to reach destination Railway station.
The app doesn't uses GPS or INTERNET.

Please use and review the app and give valuable feedback to improve the app.

Playstore link:
*play.google.com/store/apps/details?id=com.ajitabh.android.DestinationAlarm
 

krishnandu.sarkar

Simply a DIGITian
Staff member
Joined
Nov 13, 2007
Messages
4,671
Nice..!! Usefull for people whose destination station arrival timing is at midnight or early morning.

Just a technical query, you mentioned that you are not using Internet and GPS. In that case how to do determine the distance threshold (Say 15KM) from destination station?
 
OP
T

tspshikari

Right off the assembly line
Joined
Oct 16, 2012
Messages
9
Using Google location api which determine the location through GPS/Internet/Wifi/Network. Iam using the network part.
 

ariftwister

Truth Seeker
Joined
Apr 6, 2013
Messages
780
Using Google location api which determine the location through GPS/Internet/Wifi/Network. Iam using the network part.

IMO, using only Network to find the location won't be accurate. Why not include combo of these to increase the accuracy??
 

lywyre

Cyborg Agent
Joined
Aug 18, 2004
Messages
1,211
Using GPS would be accurate. You need not turn on GPS until 20 minutes before the scheduled time.
 
OP
T

tspshikari

Right off the assembly line
Joined
Oct 16, 2012
Messages
9
In the initial beta version, I've done that. Designed the algorithm so that for max part it uses network and for the first and last part of journey to use GPS. But it was consuming battery very much because the train mostly consume more time in the outer. From the inputs of the beta users, I went for network. Also for this application precise location is not important becuase the threshold Trigger Distance is always in the range of 15km.
 

sling-shot

Wise Old Owl
Joined
Jun 10, 2012
Messages
1,749
Buddy you have done the right thing. Generally one would expect the battery power remaining to be on the lower side towards the end of a journey hence going for the low power option is sensible. But if location is already enabled will Google give a more accurate one automatically? If not may be provide it as an option for the user.

Thanks a ton. I am going to check it out now :)
 

tkin

Back to school!!
Joined
Aug 17, 2007
Messages
10,642
Nice job, will try your app in future but I have one doubt. Your app uses internet. When travelling on express train 70% or more of the time I do not get internet, whatever I get near some big towns is very low quality 2g, I can barely check whatsapp let alone load apps. So how much internet bandwidth does your app consume?

BTW irctc have launched this: *www.services.irctc.co.in/betaDoc/DAlert.pdf
 

$hadow

Geek in making
Joined
Feb 20, 2013
Messages
6,487
App look nice. But yeah I am also curious about bandwidth consumption.
 

sling-shot

Wise Old Owl
Joined
Jun 10, 2012
Messages
1,749
Location can be triangulated approximately using cell signal I think. It will be rough like within 3 km or something but would be good enough for the purpose.
 

tkin

Back to school!!
Joined
Aug 17, 2007
Messages
10,642
Location can be triangulated approximately using cell signal I think. It will be rough like within 3 km or something but would be good enough for the purpose.
But I haven't seen this in any android app, ever. Is it even possible? Every app requires internet or GPS.
 
Top