On Tue, Apr 16, 2013 at 8:10 PM, rlloyd <[email protected]> wrote:
> I have a java file that I would like to incorporate in to an android > application. I'm not sure where in the code I put my java that I've made. I > use Eclipse with the newest SDKs. Where in the following code am I supposed > to input my code? > As is, nowhere. Android does not use a static main method (at least that you care about) nor does it use System.in. > Also, The code of mine takes input data, manipulates it, and gives back 5 > data sets (words, letters etc.). How on the interface builder do I connect > text boxes to use for input and output? > Have you read the documentation at all yet? > I have used xcode before but I am completely lost with the JAVA and the > whole android thing. I didn't think this would be a necessarily hard > project though. > Please consult the documentation and work through some samples. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

