Hi, folks, I'd like to let you konw AndroidShell ver 1.0 has been released. This major version upgrade brings a significant convenience for playing with UI related APIs. You can now invoke UI related APIs without the need to do the cumbersome "post-to-UI-thread" tricks any more. Another new feature is the local console on the phone. See http://www.4gstudio.com/blog.html for detail.
On 5月1日, 下午2时33分, xwk <[email protected]> wrote: > Hi, folks, > I developed a free application named AndroidShell which can help you > to grasp Android programming more quickly. It provides an interactive > scripting shell for Android. In other words, you can invoke any > Android APIs by typing the code on your PC and wathcing their > execution results on the phone interactively. So whenever you are > wondering the exact usage of an API, just play it in this tool to see > how the API executes, which sometimes is more efficient than figuring > it out from reading reference document. > And I highly recommend its convenient javap() command. It shows you > all public methods/field declared in a class such that you can know > the exact name of the method as well as its exact parameter types just > in place. You can even use it to evaluate those undocumented classes > like android.net.vpn.VpnManager. > Find out more about the usage of this application by > visitinghttp://www.4gstudio.com/tutorial.html. Install from AndroidMarket by > searching "AndroidShell" > > -- > 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 > athttp://groups.google.com/group/android-discuss?hl=en. -- 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.
