Thank you redflagdeals community

I am getting some good feedback and suggestions for my android app (release couple of days ago) from redflagdeals forum. Here is the link to the conversations. http://forums.redflagdeals.com/ttc-toronto-transit-live-android-1363679/ In case you are wondering I posted TTC Toronto Transit Live for android and posted a message on redflagdeals free section forum. Since then, I am getting good response and suggestions from Torontonians.

Launching ‘TTC Toronto Transit Live’ for Android

After two months of hardcore learning + developing, I have finally completed my first android app. TTC Toronto Transit Live uses Nextbus’s api to get bus arrival prediction for TTC. The app is free. Every smartphone user in Toronto must have a transit app if he/she uses public transit.

There are many apps out there for TTC transit. TTC Toronto Transit Live comes in with a fresh user interface.

[Read more…]

List of android drawable preview

List of android.R.drawable resources with preview.
ab_bottom_solid_dark_holo.9.png

ab_bottom_solid_dark_holo.9.png

ab_bottom_solid_inverse_holo.9.png

ab_bottom_solid_inverse_holo.9.png

ab_bottom_solid_light_holo.9.png

ab_bottom_solid_light_holo.9.png

ab_bottom_transparent_dark_holo.9.png

ab_bottom_transparent_dark_holo.9.png
[Read more…]

Identifying Views with similar names in visual studio .net mvc project

If you have worked on asp.net or any mvc projects, you have created similar view names like index, create, details, delete for different controllers. Now the problem is when you have multiple files with similar names opened up in VS, it gets confusing and you end up reopening the file from the solution explorer. With this solution that I will show you, you can have different color code for similar named view files that belong to different controllers.

Like so


[Read more…]

Simple JQuery Mobile

JQueryMobile is JQuery for the mobile version of a webpage. Its super easy to create a simple mobile page using jquery mobile. [Read more...]