Singsys blog: Technologies

Microsoft new import tool allow Gmail users to migrate to Outlook.com

import your Gmail into Outlook.com

Microsoft has announced a new service/import tool that will allow users to switch from Gmail to its Outlook.com mail service. So if you are considering to move from gmail to outlook mail service, you can do it easily with the new Outlook.com import tool.

 

(more…)

Use onstop() callback method in Android to recover activity state if destroyed accidently

 Use onstop() callback method in Android to recover activity state if destroyed accidently

 

In android system, activity gets destroy in two scenarios.

 

 

1. When user press back button or write code in activity to destroy itself.
2. When activity is currently in paused/stopped state and it is not used in for a long time and current foreground activity requires more memory or resources.

 

(more…)

Google now let users create their own Street View

Recently Google has launched a new tool that allows users and photographers to create their own street view by using Android photo sphere.. According to Google this new tool will expand the reach and uses of Street View among all.

 

(more…)

Google Patent Will Let Software Bots Do Socializing for you

Are you too lazy to socialize ? Allow Google to do it for you. Google may be planning to let its software or automated bots do your socializing for you.

(more…)

Write ‘Clean Code’ to make your code look more elegant, readable and easily understandable

How to write clean code

 

1. Practice, practice, practice. And never be satisfied with the first thing that comes to mind. Always search for better ways to write clean and correct code.
2. Improve programming skills not just by reading code, writing code, reading books, watching screenshots and more but by implementing these codes.

(more…)