By bloid
via blogs.zdnet.com
Published: Jan 14 2009 / 10:48
When developing Android programs in Eclipse you can use features like hover-help (hover your mouse over a class name and Eclipse will display the JavaDoc for that class) and code completion (press Ctrl+Space and Eclipse will suggest methods, fields, and classes appropriate for the context). However one thing is missing: the actual Android source code. You can fix that shortcoming, but it’s not easy or quick.
Add your comment