Android Hack of the Day

Updated 14 December 2016

Save

Programming without hacks/shortcuts is noob programming. Anyone can program. But the soul of programming is DEBUGGING.
I truly believe that to be a good programmer one should be a good debugger. Debugging require more experience than knowledge.
And there is famous quote  which is worthy to share

the only source of knowledge is experience.

This blog will share some worthy hacks that must be followed. These hacks are one liner code snippets, or some really good shortcuts available in Android studio IDE and like that.

 

1. MULTIPLE SELECT AND EDITING:

[ CTRL + ALT + MOUSE 1]
The first time i saw the feature it was available in SUBLIME (if you are programming in LINUX, you must know it).

 

2. INSTANT UPPERCASE AND LOWER CASE:

[ enable CAPS LOCK & CTRL + ALT + U ]

make sure you have enabled caps lock.

 

3. TERNARY OPERATORS:


conditional statement that can be used to replace simple if else and enhance our laziness.

 

 

 

 

 

 

 

 

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home