Sunday, 28 December 2014
Skipping Gradle Tasks
›
Background Gradle simply speaking is a build tool like Apache ant but it does more that that and in an efficient way. It handles dependen...
Friday, 26 December 2014
Suppressed exceptions in java 7
›
Background In Java 7 new feature was introduced - try-with-resources statement where resources will be autoclosed. We will come to that....
2 comments:
Saturday, 20 December 2014
CodeChef problem
›
Question : STATEMENT There are n events. Each has a start time and end time. You wish to attend maximum of such events. NOTE :If st...
Friday, 19 December 2014
Android Programming Tips and Tricks
›
Showing Toast in Android //Toast shown for short period of time Toast.makeText(getApplicationContext(), "Toast Message"...
Difference between Running Task and Running Process in Android
›
Background Tasks and processes are different in Android. I am going to discuss the same in this post. I ran into this question when I wa...
‹
›
Home
View web version