Friday 29 November 2013

Develop for Google Glass – 10 steps for a quick start

Develop for Google Glass – 10 steps for a quick start

noads

So you want to develop an APP for Google Glass? This is what you need to know.


1. Check out this Infomeme about which apps you are not allowed to build

2. Take a look at the apps that others have already built

3. You don’t already have a Google Glass?

develop with the Google GLASS Emulator

4. You want a Google Glass asap?

Subscribe to our newsletter. You will be one of the first to know when google glass is available for purchase.


5. Also Follow this site on Google+ to get the latest news and app reviews


6. Play with Google Glass APPs dummies


7. Start with some simple code examples in your favorite programming language


8. Join the Google Glass developer community


9. Join a Google Glass Enthusiast Group near you to see what people are exited about


10. You have got the skills but no idea what to develop?

Check our crowd sourced Ideas at Google Glass APP Ideas

11. Watch all the google IO 2013 Google Glass session videos

visit this page of all the IO 2013 Google Glass Videos
- Voiding Your Warranty: Hacking Glass
- Building Glass Services with the Google Mirror API
- Fireside Chat with the Glass Team
- Project Glass: Icebreaker
- Developing For Glass

 

Please don’t just port your old android apps to google glass because glass is a totally new kind of gadget and its users need to be treated with care


Design for Glass

Glass is fundamentally different from existing mobile platforms in both design and use. Build your Glassware with this in mind, and design it specifically for Glass. Ensure the user experience is appropriate for Glass by testing on an actual device.
 

Don’t get in the way

Glass users expect the technology to be there when they want it and out of the way when they don’t. Do not annoy users with notifications that are too frequent or unexpected. Provide appropriate controls for your users, so they can interact with your Glassware when desired and ignore it when they don’t.
 

Keep it timely

Glass is a platform that is most effective when in-the-moment and up-to-date. Always deliver fresh and relevant content to users. You also have access to a real-time notification system that can inform your Glassware about certain events, such as when users delete or reply to timeline cards. If your Glassware responds to these notifications, do so in a timely and expected manner.
 

Avoid the unexpected

Surprising the user with unexpected functionality is bad on any platform, but especially on Glass, because it is so close to a user’s daily experience. Always be honest about the intention of your Glassware and get explicit permission before you do anything on the user’s behalf.

Incoming google glass search terms:

  • google glass app development
  • app develop for google glass
  • develop app for google glass
  • develop google glass aps
  • glass app developer

Wednesday 13 November 2013

How to manually update your Nexus tablet to KitKat

Android Central

With the right tools and a little knowledge, there's no need to wait for your OTA

The Android 4.4 update has started rolling out to the Nexus 7 and Nexus 10 tablets around the world. But if your tablet has yet to receive the update, then don't despair — we've got a quick walkthrough that'll get you updated in a few minutes, assuming you've got a little experience with a command line.
Note that this is for stock Nexus tablets, and for people who want to update without really doing any real hackery, but don't mind a little command line work. Nothing we do here is permanent, other than the update itself. If you've already flashed a custom recovery, you should be able to update manually using that, instead of our method. And with that...
Caution: This guide is intended for technically proficient users only. Proceed at your own risk. Dragons ahead, etc.

The prerequisites

  • A completely stock Nexus tablet running the latest build of Android 4.3
  • The latest version of the Android SDK installed
  • The OTA packages: Nexus 7 (2012); Nexus 7 (2013); Nexus 10 (Links will be added as they become available)
Check past the break to see the full manual update process.

The process

  1. Place the update .zip package from Google in the Android SDK/platform-tools folder on your computer, but do not unzip it.
  2. On your Nexus, go to Settings > Development options and switch the toggle on. Then enable USB debugging under the "Debugging" menu group.
  3. Power down your tablet
  4. Start up the bootloader by holding down volume up, volume down and power on your tablet.
  5. When the menu loads, plug your Nexus into your computer.
  6. Use the volume up/down keys to navigate to "Recovery mode", then press the power button.
  7. When the Android with the red exclamation point appears, hold down power first, followed quickly by volume up. You should now see the recovery menu. 
  8. Use the volume up/down keys to select "apply update from ADB," then press power to select it.
  9. On your computer, open up a command prompt or terminal window.
  10. Using the command line, navigate to the Android SDK/platform-tools folder 
  11. On Windows, type:
    adb.exe sideload <the complete name of the OTA zip file you want to flash>
    ... or on Mac, type:
    ./adb-mac sideload <the complete name of the OTA zip file you want to flash>
    ... or on Linux, type:
    ./adb sideload <the complete name of the OTA zip file you want to flash>
  12. The update should begin installing. When it's done, select "reboot system now."
  13. Enjoy some delicious KitKat