Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there Android Code Templates for Eclipse?

Is there a "standard" set of code templates for android development in Eclipse?

I realize I can make my own, but I'm just starting out and prefer to learn from other people's examples instead of making my own mistakes.

like image 850
Andrew Avatar asked Feb 23 '23 16:02

Andrew


1 Answers

I think this is what you are looking for:

https://raw.github.com/android/platform_development/master/ide/eclipse/android-formatting.xml

like image 115
Leif Avatar answered Feb 26 '23 06:02

Leif