Matt Kanninen wrote: > My deep dive into java debugging has me looking for Eclipse plugins > that could help. Are there any open projects for Eclipse plugins for > Android? > > An wysiwyg layout xml editor seems like a good job for us regular > developers. > > My dream plugin would be paired with an APK that let you compile, and > view the logcat and console logs, from a handset :-) > > Does anyone on this group have eclipse plugin experience? > > -- > > Shameless self-plug for a couple of open-source projects of mine: I wrote and use the plugin sqlitegen: http://code.google.com/p/sqlitegen ; it's a simple code generator for android projects that creates lightweight code with all the boilerplate for saving objects to a SQLite database
When I want to run Eclipse from my phone, I do it via VNC with http://code.google.com/p/android-vnc-viewer (which coincidentally enough, uses sqlitegen) I also use the Browse-by-Query (http://browsebyquery.sourceforge.net) Eclipse plugin; it's not Android specific but it works fine with Android projects. -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
