Honestly, developing android applications in Eclipse is not as pleasure as building iOS applications in Xcode. But the complication has to be, since android is addressed ao many vendors with variety of screen sizes and other differences. I will organize some productive tips to use Eclipse in android development.
iOS application don't have to worry about different screen size, there is no layout manager.
1. Split multiple attributes each one on a single line
This is very helpful when you edit layout xml file, each attribute will be displayed in one line.
0 comments:
Post a Comment