Custom Search

mercredi 23 janvier 2013

Android lessons for beginners (startandroid.ru)

Recently I have started translating lessons on startandroid.ru into English. It's a famous web site for those who want to start programming Android and have no priror experience with it. The lessons are really awesome and now English speaking audience will be able to read them. Each lesson describes one subject or feature so you can read only the lesson you need.

Join the community on Google+ to follow the news.

I've started learning Android on this web-site and now I would like to pay back the author and make some translations. The following lessons are already published:
So Android beginners, welcome! And let's study together!

You can find the complete list of lessons published here.

vendredi 18 janvier 2013

How to enable USB debugging on Android 4.2

To enable USB Debugging and make Developer options appear in Settings menu, just go to Settings ->About phone/tablet and tap Build number 7 times.

That's it! Now you have Developer options available in your device Settings.

samedi 12 janvier 2013

Eclipse doesn't open Android XML Library files.

Recently I ran into an issue that Eclipse didn't want to open XML files that are located in android.jar/res.layout directory. The reason is that android uses Android Common XML Editor. The only thing to do to open binary xml files is to change default XML Editor to Android Binary XML Editor. To do so go to Window -> Preferences -> General -> Editors -> File Associations and change default XML Editor to Android Binary XML Editor.
Could not open the editor.
Problem Solution