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 visiting http://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 at http://groups.google.com/group/android-discuss?hl=en.
