Android Programming: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
*[http://eclipsetutorial.sourceforge.net/totalbeginner.html Video tutorials for Java programming in Eclipse] This is a great set of video tutorials for absolute beginners, by Mark Dexter. It is an easy way to learn bothe Java and Eclipse. |
*[http://eclipsetutorial.sourceforge.net/totalbeginner.html Video tutorials for Java programming in Eclipse] This is a great set of video tutorials for absolute beginners, by Mark Dexter. It is an easy way to learn bothe Java and Eclipse. |
||
*[http://it-ebooks.info/book/859/ Android Development with Eclipse, by Onur Cinar] This book assumes a little more experience than the above set of tutorials, but is specicically for Android, and shows how to use Eclipse nicely with the Android Development Tools. |
*[http://it-ebooks.info/book/859/ Android Development with Eclipse, by Onur Cinar] This book assumes a little more experience than the above set of tutorials, but is specicically for Android, and shows how to use Eclipse nicely with the Android Development Tools. |
||
===DCC 2013 Specific Notes=== |
|||
[https://github.com/frohro/RotorControl/blob/master/res/drawable-hdpi/aeqd.png Great Circle Centered on KL7NA] You can make your own using python and [http://matplotlib.org/basemap/users/aeqd.html matplotlib]. |
Revision as of 15:55, 12 September 2013
Useful Resources for Learning Android Development
Java
- Sun/Oracle Javese Tutorial This explains the object oriented ideas of Java well.
- Learn Java for Android Development, by Jeff Friesen
Eclipse Integrated Development Environment (IDE)
Eclipse is an open source IDE that can be used with a variety of languages. It is written in Java, and so is very cross platform. It is especially good for Java and Android development.
- Video tutorials for Java programming in Eclipse This is a great set of video tutorials for absolute beginners, by Mark Dexter. It is an easy way to learn bothe Java and Eclipse.
- Android Development with Eclipse, by Onur Cinar This book assumes a little more experience than the above set of tutorials, but is specicically for Android, and shows how to use Eclipse nicely with the Android Development Tools.
DCC 2013 Specific Notes
Great Circle Centered on KL7NA You can make your own using python and matplotlib.