Android Programming: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 5: Line 5:
===Java===
===Java===
*[http://docs.oracle.com/javase/tutorial/java/ Sun/Oracle Javese Tutorial] This explains the object oriented ideas of Java well.
*[http://docs.oracle.com/javase/tutorial/java/ Sun/Oracle Javese Tutorial] This explains the object oriented ideas of Java well.
*[http://it-ebooks.info/book/2057/ Learn Java for Android Development, by Jeff Friesen]
*[http://it-ebooks.info/book/2057/ Learn Java for Android Development, by Jeff Friesen] A helpful book.


===Eclipse Integrated Development Environment (IDE)===
===Eclipse Integrated Development Environment (IDE)===
Line 31: Line 31:
===DCC 2013 Specific Notes===
===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].
*[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].
*[http://manpages.ubuntu.com/manpages/lucid/man8/rotctld.8.html Hamlib rotctld manual pages.]
*[http://people.wallawalla.edu/~Rob.Frohne/Android/PracticeRotorController.zip A Working Version of the SeminarRotor App we worked on at the TAPR/ARRL DCC Sunday Seminar] (To test it, you need to start a rotctld with the -m 1 option. Don't forget to change the IP address!)

===MOOCs===
*[https://www.futurelearn.com/courses/begin-programming-2014 Massive Online Open Course from Future Learn]

===Other Android Tutorials and Resources===
*[http://www.anysoftwaretools.com/best-android-development-resources/ A list of 46 Useful Android Programming Resources]

Latest revision as of 14:19, 3 October 2016

Useful Resources for Learning Android Development

Java

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.

Videos

Specialized topics for Android Apps

DCC 2013 Specific Notes

MOOCs

Other Android Tutorials and Resources