you are right. The Eclipse IDE does offer tools for assisting with programming and syntax. The SDK is not IDE specific and offers sample code to demonstrate certain methods and ways of implementing the various functionality. The 2 are mutually exclusive but as already pointed out there is an export functionality... I personally prefer to open the various sample files in Notepad++ and then doing cut/paste into an empty project since I'm usually just pulling snippets of code.
Robert On Thu, Mar 17, 2011 at 4:56 AM, Andrew Sprott <[email protected]>wrote: > Would someone please explain *how* I can link the documentation and sample > code that *was* downloaded and *is* present in the 'program files\android' > folder into Eclipse. > > After all the word is *convenience* when it comes to an IDE is it not. What > is the point bowing to compromise? > > Andrew Sprott > > May evil have mercy on God > > -- > 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. > -- 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.
