Starting up a final project for school about an app that helps you cath the bus by vibrating the phone and telling you that the bus is almost here blah blah.
Doing it on visual studio with html/javascript.
Is this a good language to do this?
And how would I go about doing it? Dont have a lot of experience with visual studio, used visual basic mostly, but do know my way around html.
Thanks
Depends what you want to do
html & javascript are the must if you are making a website
It's for client-side tho.
For all that bus-check you have to use some server-side language.
It can be ASP.NET or PHP for example.
Depends what you want to do
html & javascript are the must if you are making a website
It's for client-side tho.
For all that bus-check you have to use some server-side language.
It can be ASP.NET or PHP for example.
Its mostly kinda like an alarm app. You set the time your bus arrived and the app warns you when its close/at time.
Originally Posted by draganoid16
Its mostly kinda like an alarm app. You set the time your bus arrived and the app warns you when its close/at time.
then for android i suggest you to use java
or java + html / js / css hybrid app