technology loader
technology
Showing posts with label Google. Show all posts
Showing posts with label Google. Show all posts

Saturday, 16 November 2013



There would hardly be a day when we don't visit Google. Be it for a random search, or for a news or for checking our good old Gmail! So how about shifting seats from typical work searches to some fun tricks? Here we bring to you 8 must try tricks to have fun on Google.

1. Explore Mars!

Simply go to Just go to www.google.com/Mars and explore the awesome mars!

2. Add periods in login ID

Have fun by logging in by randomly adding periods in your log in ID. Google doesn't recognize periods as characters!

For example your email id is 123@gmail.com, try logging in with 1.2.3@gmail.com and you will still be able to login!

3. askew

Try Googling for the word "askew" and enjoy the result!

4. Google Sphere

First turn off your 'Google Instant predictions' Search in Google search settings. Then type 'Google Sphere' and click "I'm feeling lucky".

5. The loneliest number

Yes Google knows it all! Even the loneliest number! Just search "the loneliest number".

6. Using blocked websites!

So your school or office has blocked a certain website that you want to use? Simply Google for "cache:WEBSITENAME.com" and win!

7. Play games on Youtube!

Yes you can play games right inside YouTube while watching your video! Just type "1980" while watching a YouTube video and fight attackers from blowing up the video. There are many more games available with different key combinations, how to find them? Google!

8. Beatbox on Google!

This one is specially fun! Go to Google translate and enter the below text. Set the language from German and click on the speaker to listen.

pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk zk bschk pv bschk bschk pv kkkkkkkkkk bschk bschk bschk pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk zk bschk pv bschk bschk pv kkkkkkkkkk bschk bschk bschk pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk zk bschk pv bschk bschk pv kkkkkkkkkk bschk bschk bschk pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk zk bschk pv bschk bschk pv kkkkkkkkkk bschk bschk bschk pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk zk bschk pv bschk bschk pv kkkkkkkkkk bschk bschk bschk

8 Super Fun Things To Do On #Google !



There would hardly be a day when we don't visit Google. Be it for a random search, or for a news or for checking our good old Gmail! So how about shifting seats from typical work searches to some fun tricks? Here we bring to you 8 must try tricks to have fun on Google.

1. Explore Mars!

Simply go to Just go to www.google.com/Mars and explore the awesome mars!

2. Add periods in login ID

Have fun by logging in by randomly adding periods in your log in ID. Google doesn't recognize periods as characters!

For example your email id is 123@gmail.com, try logging in with 1.2.3@gmail.com and you will still be able to login!

3. askew

Try Googling for the word "askew" and enjoy the result!

4. Google Sphere

First turn off your 'Google Instant predictions' Search in Google search settings. Then type 'Google Sphere' and click "I'm feeling lucky".

5. The loneliest number

Yes Google knows it all! Even the loneliest number! Just search "the loneliest number".

6. Using blocked websites!

So your school or office has blocked a certain website that you want to use? Simply Google for "cache:WEBSITENAME.com" and win!

7. Play games on Youtube!

Yes you can play games right inside YouTube while watching your video! Just type "1980" while watching a YouTube video and fight attackers from blowing up the video. There are many more games available with different key combinations, how to find them? Google!

8. Beatbox on Google!

This one is specially fun! Go to Google translate and enter the below text. Set the language from German and click on the speaker to listen.

pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk zk bschk pv bschk bschk pv kkkkkkkkkk bschk bschk bschk pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk zk bschk pv bschk bschk pv kkkkkkkkkk bschk bschk bschk pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk zk bschk pv bschk bschk pv kkkkkkkkkk bschk bschk bschk pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk zk bschk pv bschk bschk pv kkkkkkkkkk bschk bschk bschk pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk zk bschk pv bschk bschk pv kkkkkkkkkk bschk bschk bschk

Posted at Saturday, November 16, 2013 |  by Rajat Khandelwal

Saturday, 11 May 2013

Are dreaming of developing your own android app?

Here’s a snippet that will give you details about what you will need to develop a android app and where you will find them.

Android is basically a Linux based operating system with java interface.

Requirments:

You will need a compiler, debugger and a virtual machine to run the application. You get these all in a single package called Android software development kit(SDK) .

But these tools are command line based so a little homework is needed for it.

Android virtual device (AVD)is the emulator which can be used to test the app without an actual android phone and Android debug bridge (ADB) can be used to connect to a real android device or an virtual one.

This is one way development

Else

If you are using eclipse Google provide Android development tool which are specifically designed to develop using eclipse IDE.

If you are using java coding than you might require Dalvik virtual machine (DVM) which converts into its owns byte code rather than using java byte code.

So you cannot run java class codes directly you will have to use DVM.

You can get the SDK from here http://developer.android.com/sdk/index.html.

How to do?

Primary step would be to write a java program for your app then convert them into java class file using java compiler.

Converting the files into  executable(.dex) using dalvik virtual machine. During this process the redundant files are compressed in the (.dex) file. Hence these (.dex )files are smaller in size. The image and the XML file the program will be packed into (.apk) by the Android Asset Packaging Tool.

This (.apk) is the final file that has all the executable files. This can be bridged into a virtual machine or a mobile phone using the ADB.

Except for writing the java program and compiling it , all other process will be carried out by ADT and the final (.apk) will be generated.

This way you will have your app ready.

If you wanna learn it step by step Google has very well documented material. Visit http://developer.android.com/training/basics/firstapp/index.html

So proceed to build your android app.

 

[contact-form][contact-field label='Name' type='name' required='1'/][contact-field label='Comments' type='textarea'/][/contact-form]

Steps To Create Your Own Android App

Are dreaming of developing your own android app?

Here’s a snippet that will give you details about what you will need to develop a android app and where you will find them.

Android is basically a Linux based operating system with java interface.

Requirments:

You will need a compiler, debugger and a virtual machine to run the application. You get these all in a single package called Android software development kit(SDK) .

But these tools are command line based so a little homework is needed for it.

Android virtual device (AVD)is the emulator which can be used to test the app without an actual android phone and Android debug bridge (ADB) can be used to connect to a real android device or an virtual one.

This is one way development

Else

If you are using eclipse Google provide Android development tool which are specifically designed to develop using eclipse IDE.

If you are using java coding than you might require Dalvik virtual machine (DVM) which converts into its owns byte code rather than using java byte code.

So you cannot run java class codes directly you will have to use DVM.

You can get the SDK from here http://developer.android.com/sdk/index.html.

How to do?

Primary step would be to write a java program for your app then convert them into java class file using java compiler.

Converting the files into  executable(.dex) using dalvik virtual machine. During this process the redundant files are compressed in the (.dex) file. Hence these (.dex )files are smaller in size. The image and the XML file the program will be packed into (.apk) by the Android Asset Packaging Tool.

This (.apk) is the final file that has all the executable files. This can be bridged into a virtual machine or a mobile phone using the ADB.

Except for writing the java program and compiling it , all other process will be carried out by ADT and the final (.apk) will be generated.

This way you will have your app ready.

If you wanna learn it step by step Google has very well documented material. Visit http://developer.android.com/training/basics/firstapp/index.html

So proceed to build your android app.

 

[contact-form][contact-field label='Name' type='name' required='1'/][contact-field label='Comments' type='textarea'/][/contact-form]

Posted at Saturday, May 11, 2013 |  by Rajat Khandelwal

Wednesday, 8 May 2013

Android OS is very flexible when it comes to customisation and applications, but there are things that can annoy you sometimes when the device freezes, lags or suddenly stops. Being more knowledgeable of the OS, the device and common issues will help owners troubleshoot any Android device.

  • Occasional Lags and Freezes The common reason why the device suffers lags or freezes is due to overlapping applications that contradict each other. Be simple and eliminate third-party task manage or battery savers. Android can manage what those apps do. Uninstall any recent applications before the problem occurred.

  • Removal of Certain Apps Android core applications stay on your device forever, but there are ways to help you get freedom from bloating the RAM. Android apps such as Maps can be disabled manually. Go to "Settings - Applications - All - Maps". Clear Data, Force Stop, and Disable it. Once disabled, you have to re-enable it to use the Google Maps app. For other applications, you can check their details as well and select the option "Move to SD card," if possible.

  • Speed Up Performance Try not to stress and push to the limit your Android device all the time even it can. Pushing a device frequently can affect overall performance and stability. If you did something which causes the device to lag at certain times such as use a high-graphics live wallpaper, try choosing another one or stay with still ones. If an app does not work with your device, do not force it. Restart your device frequently to free up memory and get a fresh start.

  • Media and Gallery App failed to read media files Sometimes the Android media scanner fails to read media files for music and gallery core apps, but the file manager can browse them from the storages. The main reason is the confusing database Android reads such as multiple album thumbnails, leftover images of apps, and more. The best solution is to create a backup of all media files only, not the entire contents of your storages. Format internal/external storage and transfer back the files. Turn off the devices and switch it on, leave it for 5-10 minutes to complete indexing all files.

  • Battery Management According to some experts, third-party battery saver apps that are poorly written can worsen battery problems. If you do not know the safe ones, simply adjust your display brightness so low settings would be visible, switch to still wallpapers, use the back key when leaving applications, turn off Wi-Fi/Bluetooth/GPS/Auto-sync when not in use, use Wi-Fi if available than data connection and uninstall apps which eat more battery than expected.

Tips on How to Solve Common Android Problems

Android OS is very flexible when it comes to customisation and applications, but there are things that can annoy you sometimes when the device freezes, lags or suddenly stops. Being more knowledgeable of the OS, the device and common issues will help owners troubleshoot any Android device.

  • Occasional Lags and Freezes The common reason why the device suffers lags or freezes is due to overlapping applications that contradict each other. Be simple and eliminate third-party task manage or battery savers. Android can manage what those apps do. Uninstall any recent applications before the problem occurred.

  • Removal of Certain Apps Android core applications stay on your device forever, but there are ways to help you get freedom from bloating the RAM. Android apps such as Maps can be disabled manually. Go to "Settings - Applications - All - Maps". Clear Data, Force Stop, and Disable it. Once disabled, you have to re-enable it to use the Google Maps app. For other applications, you can check their details as well and select the option "Move to SD card," if possible.

  • Speed Up Performance Try not to stress and push to the limit your Android device all the time even it can. Pushing a device frequently can affect overall performance and stability. If you did something which causes the device to lag at certain times such as use a high-graphics live wallpaper, try choosing another one or stay with still ones. If an app does not work with your device, do not force it. Restart your device frequently to free up memory and get a fresh start.

  • Media and Gallery App failed to read media files Sometimes the Android media scanner fails to read media files for music and gallery core apps, but the file manager can browse them from the storages. The main reason is the confusing database Android reads such as multiple album thumbnails, leftover images of apps, and more. The best solution is to create a backup of all media files only, not the entire contents of your storages. Format internal/external storage and transfer back the files. Turn off the devices and switch it on, leave it for 5-10 minutes to complete indexing all files.

  • Battery Management According to some experts, third-party battery saver apps that are poorly written can worsen battery problems. If you do not know the safe ones, simply adjust your display brightness so low settings would be visible, switch to still wallpapers, use the back key when leaving applications, turn off Wi-Fi/Bluetooth/GPS/Auto-sync when not in use, use Wi-Fi if available than data connection and uninstall apps which eat more battery than expected.

Posted at Wednesday, May 08, 2013 |  by Rajat Khandelwal

Tuesday, 7 May 2013

Make the Google Search homepage your own by installing a simple Chrome extension that allows you to change the background image.

 

gsearch2_610x348

 

Google removed the ability to display a custom background image on your Google Search homepage. However, there's a Chrome extension that can help you regain your little slice of customization.

Aside from allowing you to change the background image, the extension will let you do some other neat things, too. You can remove the Google logo, search and lucky buttons, footer, and promotional links.

Head to the Google Chrome Web Store and install the Custom Google Background extension.

After installing the extention open GOOGLE.com and then you will find "Change Background Image " option in bottom left corner click on it , a page will appear.

 

gsearch1_2_610x415

Now you can also randomize images if you provide more than one (from your local machine, a URL, or via search).

This Custom Google Background extension is a nice alternative to a theme, since it doesn't take over the entire browser window..

 

Really COOOL! :)

 

 

[contact-form][contact-field label='Name' type='name' required='1'/][contact-field label='Comments' type='textarea'/][/contact-form]

Customize the Google Search background in Chrome

Make the Google Search homepage your own by installing a simple Chrome extension that allows you to change the background image.

 

gsearch2_610x348

 

Google removed the ability to display a custom background image on your Google Search homepage. However, there's a Chrome extension that can help you regain your little slice of customization.

Aside from allowing you to change the background image, the extension will let you do some other neat things, too. You can remove the Google logo, search and lucky buttons, footer, and promotional links.

Head to the Google Chrome Web Store and install the Custom Google Background extension.

After installing the extention open GOOGLE.com and then you will find "Change Background Image " option in bottom left corner click on it , a page will appear.

 

gsearch1_2_610x415

Now you can also randomize images if you provide more than one (from your local machine, a URL, or via search).

This Custom Google Background extension is a nice alternative to a theme, since it doesn't take over the entire browser window..

 

Really COOOL! :)

 

 

[contact-form][contact-field label='Name' type='name' required='1'/][contact-field label='Comments' type='textarea'/][/contact-form]

Posted at Tuesday, May 07, 2013 |  by Rajat Khandelwal
Blogger templates. Proudly Powered by Blogger.
back to top