<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3053572992815735136</id><updated>2012-02-16T12:32:41.267-05:00</updated><title type='text'>Android Dev</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://rpiandroiddev.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://rpiandroiddev.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>RCOS Android Dev Team</name><uri>http://www.blogger.com/profile/17541853389739607456</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3053572992815735136.post-4884372036033215596</id><published>2010-06-03T22:42:00.002-04:00</published><updated>2010-06-03T22:58:35.330-04:00</updated><title type='text'>What We Learned ~ One Semester Later</title><content type='html'>There's a relatively steep learning curve when trying to organize and coordinate a project and while our first semester has come to an end and our initial ambitious goals have not been realized we did take away a lot of information.&lt;div&gt;&lt;br /&gt;&lt;div&gt;1. Large groups may initially appear to be more productive since you have more minds tackling the same problem, however, with more people the communication and organization necessary increases drastically.  It takes a lot of time just to get everyone up to date, most of your time ends up getting lost in this communication.  It can also be challenging to break up the work in a way where everyone can be productive.  Smaller groups (2-3) are more effective.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;2. New to group coding projects means new to source code management.  While this seems to often be ignored by people who have been involved in projects for a while, choosing the best SCM (git) and getting everyone in the group up to speed in learning how to use it is not as trivial as many make it seem.  Even advanced users often don't use branching to its full potential or have other troubles as well.  SCM takes some getting used to as well since up to this point we'd never come into contact with anything like it.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;3. Our project required us to learn a new language (java), while languages can be picked up relatively quickly it does slow down initial development especially when combined with the large group size.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;4. We looked into reusing old code from a previous project, but unfortunately there was nothing of use to us there.  It's typically better to expand on code then start from scratch if you can help it, no reason to reinvent the wheel especially when working on free software projects.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Overall we learned a great deal about how large group coding/research projects work and the basics of group software development.  We also nearly finished a desktop version of the application we set out to complete and now have a good handle on java and git.  Our participation in RCOS also allowed us to see many other exciting, complex and successful free software projects also being worked on that got us excited about our future participation and while we sensed some hostility towards our group from a few members, many were very helpful and expressed interest in seeing us succeed. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Thank you Professor Moorthy for a great semester! &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053572992815735136-4884372036033215596?l=rpiandroiddev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rpiandroiddev.blogspot.com/feeds/4884372036033215596/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/06/what-we-learned-one-semester-later.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/4884372036033215596'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/4884372036033215596'/><link rel='alternate' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/06/what-we-learned-one-semester-later.html' title='What We Learned ~ One Semester Later'/><author><name>Zachary Alberico</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3053572992815735136.post-7155744161881971807</id><published>2010-04-20T12:33:00.002-04:00</published><updated>2010-04-20T12:36:11.321-04:00</updated><title type='text'>Saving/Loading</title><content type='html'>We need to implement a way to export the data entered by a user to a file type the program can later load the information from.  There is also the idea for the program to generate a nice looking graphic of the student's information.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053572992815735136-7155744161881971807?l=rpiandroiddev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rpiandroiddev.blogspot.com/feeds/7155744161881971807/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/04/savingloading.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/7155744161881971807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/7155744161881971807'/><link rel='alternate' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/04/savingloading.html' title='Saving/Loading'/><author><name>Zachary Alberico</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3053572992815735136.post-2694363916096874884</id><published>2010-03-26T15:52:00.003-04:00</published><updated>2010-03-26T15:57:54.457-04:00</updated><title type='text'>Graphical User Interface</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_qf-7InOACko/S60RnPouPDI/AAAAAAAAAAk/fepLsnrTX2M/s1600/mainscreen.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 182px;" src="http://2.bp.blogspot.com/_qf-7InOACko/S60RnPouPDI/AAAAAAAAAAk/fepLsnrTX2M/s320/mainscreen.png" alt="" id="BLOGGER_PHOTO_ID_5453034089725443122" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qf-7InOACko/S60Rmy1Z8YI/AAAAAAAAAAc/VdHS6MnMjnE/s1600/addcourse.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 182px;" src="http://4.bp.blogspot.com/_qf-7InOACko/S60Rmy1Z8YI/AAAAAAAAAAc/VdHS6MnMjnE/s320/addcourse.png" alt="" id="BLOGGER_PHOTO_ID_5453034081994011010" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qf-7InOACko/S60RlfEH17I/AAAAAAAAAAU/L-cE0uGtGTw/s1600/addassignment.png"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 180px;" src="http://4.bp.blogspot.com/_qf-7InOACko/S60RlfEH17I/AAAAAAAAAAU/L-cE0uGtGTw/s320/addassignment.png" alt="" id="BLOGGER_PHOTO_ID_5453034059507161010" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;We have begun work on our GUI. Here are some initial screen shots.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053572992815735136-2694363916096874884?l=rpiandroiddev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rpiandroiddev.blogspot.com/feeds/2694363916096874884/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/03/graphical-user-interface.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/2694363916096874884'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/2694363916096874884'/><link rel='alternate' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/03/graphical-user-interface.html' title='Graphical User Interface'/><author><name>MGerrior</name><uri>http://www.blogger.com/profile/07382752121760875200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_qf-7InOACko/S60RnPouPDI/AAAAAAAAAAk/fepLsnrTX2M/s72-c/mainscreen.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3053572992815735136.post-4830539166807583803</id><published>2010-03-18T21:24:00.002-04:00</published><updated>2010-03-18T21:34:02.119-04:00</updated><title type='text'>Command Line Interface</title><content type='html'>As stated in an earlier blog, we have decided to partition our group to look at three different scenarios at once.&lt;br /&gt;&lt;br /&gt;To update on the command line interface: Work has begun and is progressing rapidly. Thus far, we have taken advantage of the grade logic and have created an interface that uses most of the existing methods. Most of the focus at the moment is on completing functionality and creating a way for data to be stored. A viable time frame for this to occur is in the next 7-10 days.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053572992815735136-4830539166807583803?l=rpiandroiddev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rpiandroiddev.blogspot.com/feeds/4830539166807583803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/03/command-line-interface.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/4830539166807583803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/4830539166807583803'/><link rel='alternate' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/03/command-line-interface.html' title='Command Line Interface'/><author><name>Baran Bagcilar</name><uri>http://www.blogger.com/profile/09914556669660835214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3053572992815735136.post-1597657320835095473</id><published>2010-03-16T08:48:00.003-04:00</published><updated>2010-03-16T08:51:28.608-04:00</updated><title type='text'>Multiple Directions</title><content type='html'>Since we have the advantage of a large group and have reached the point where most of the grade logic is done we may divide into smaller groups for the next step.  The original goal for the android app is one direction we want to take the current code and one smaller group can work on that, another smaller group can make a command line interface for pc users and a third group can work on a desktop gui.  This way we'll reach people who may not necessarily have an android phone and it'll be easier for everyone in the group to participate.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053572992815735136-1597657320835095473?l=rpiandroiddev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rpiandroiddev.blogspot.com/feeds/1597657320835095473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/03/multiple-directions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/1597657320835095473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/1597657320835095473'/><link rel='alternate' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/03/multiple-directions.html' title='Multiple Directions'/><author><name>Zachary Alberico</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3053572992815735136.post-696512832422965701</id><published>2010-03-02T11:22:00.002-05:00</published><updated>2010-03-02T11:29:28.399-05:00</updated><title type='text'>Important Methods Added, Code Properly Commented</title><content type='html'>There has been a lot of functionality added to the grader lately, including editing grades, removing courses, calculating averages and more. All of the basic logic necessary for a grade tracker should be in place now, and what follows will be improved error checking, and a gui. The code has also been commented with proper javadoc comments, so that others will be able to understand the code more easily.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053572992815735136-696512832422965701?l=rpiandroiddev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rpiandroiddev.blogspot.com/feeds/696512832422965701/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/03/important-methods-added-code-properly.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/696512832422965701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/696512832422965701'/><link rel='alternate' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/03/important-methods-added-code-properly.html' title='Important Methods Added, Code Properly Commented'/><author><name>MGerrior</name><uri>http://www.blogger.com/profile/07382752121760875200</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3053572992815735136.post-395372496832537979</id><published>2010-02-23T16:22:00.002-05:00</published><updated>2010-02-23T16:27:01.498-05:00</updated><title type='text'>Branching and deciding code layout.</title><content type='html'>We're learning how to use git to our advantage and have made several branches to work on new ideas.  Looking at the code from last semester we decided to take a more object orientated approach.  Rather than having one object with many methods which is common c++ code, we're going to have every piece be it's own object and extend the primary class as necessary.  We're going to get the logic done and have a working command line version so that all that's left is adapting the code to android.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053572992815735136-395372496832537979?l=rpiandroiddev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rpiandroiddev.blogspot.com/feeds/395372496832537979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/02/branching-and-deciding-code-layout.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/395372496832537979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/395372496832537979'/><link rel='alternate' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/02/branching-and-deciding-code-layout.html' title='Branching and deciding code layout.'/><author><name>Zachary Alberico</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3053572992815735136.post-400508089547214174</id><published>2010-02-15T14:31:00.000-05:00</published><updated>2010-02-15T14:31:57.018-05:00</updated><title type='text'>Small Updates</title><content type='html'>We had a group meeting and determined that mobile web development makes more sense for the textbook and carpool applications from a user base standpoint, but a native android app is better suited for the academic toolkit. &amp;nbsp;We reviewed the code left from a previous project and determined that we'll be able to modify the class to what we want, but we're not going to use the gui because it doesn't suit our needs. &amp;nbsp;The current setup of the old file uses the object 'String Tokenizer' which has since been deprecated. &amp;nbsp;We're going to use ArrayList to store the percentage data for each quiz or test instead of breaking apart strings. &amp;nbsp;We also added a quiz method in addition to the homework, test and other methods since quizzes are common in the majority of courses. &amp;nbsp;Our next steps involve converting usage to ArrayList and then writing a basic main for testing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053572992815735136-400508089547214174?l=rpiandroiddev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rpiandroiddev.blogspot.com/feeds/400508089547214174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/02/small-updates.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/400508089547214174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/400508089547214174'/><link rel='alternate' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/02/small-updates.html' title='Small Updates'/><author><name>RCOS Android Dev Team</name><uri>http://www.blogger.com/profile/17541853389739607456</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3053572992815735136.post-6913813782297190374</id><published>2010-02-14T15:01:00.000-05:00</published><updated>2010-02-14T19:56:58.099-05:00</updated><title type='text'>From SVN to Git</title><content type='html'>We decided that since the documentation for github was much better than that for subversion and would allow us get our project going faster we'd make the switch.  Our projected is now hosted on github along with a piece of code from one of last semesters RCOS projects that has the beginnings of a java class we'll be able to modify to our needs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053572992815735136-6913813782297190374?l=rpiandroiddev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rpiandroiddev.blogspot.com/feeds/6913813782297190374/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/02/from-svn-to-git.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/6913813782297190374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/6913813782297190374'/><link rel='alternate' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/02/from-svn-to-git.html' title='From SVN to Git'/><author><name>RCOS Android Dev Team</name><uri>http://www.blogger.com/profile/17541853389739607456</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3053572992815735136.post-1453825152911777497</id><published>2010-02-10T22:11:00.000-05:00</published><updated>2010-02-14T14:23:15.017-05:00</updated><title type='text'>General Information</title><content type='html'>&lt;div&gt;&lt;span class="Apple-style-span"   style="  border-collapse: collapse; font-family:arial, sans-serif;font-size:13px;"&gt;We're creating an RCOS android development group that will develop&lt;br /&gt;several applications for google's gnu/linux based mobile platform.&lt;br /&gt;We've chosen android because it closely aligns itself with the open&lt;br /&gt;source community and is relatively new allowing better market&lt;br /&gt;penetration for our applications.&lt;br /&gt;&lt;br /&gt;Currently we have three ideas:&lt;br /&gt;1. An 'Academic Toolkit' that will provide the following...&lt;br /&gt;-Grade tracking for multiple classes.&lt;br /&gt;-Computes average based on guidelines set by professors.&lt;br /&gt;-Updates average when new grades are added.&lt;br /&gt;-Provides user with graphs showing averages for different&lt;br /&gt;assignment types, as well as current average throughout the semester.&lt;br /&gt;-Ability to compute GPA for current semester.&lt;br /&gt;-Alert students when their average falls below a predetermined&lt;br /&gt;amount.&lt;br /&gt;-Computes grade needed on certain assignments for user to maintain&lt;br /&gt;their current letter grade, or improve it.&lt;br /&gt;2. A college text book selling/buying application that eliminates the&lt;br /&gt;middleman.&lt;br /&gt;3. A college car pool application to help students find rides within&lt;br /&gt;their university.&lt;br /&gt;&lt;br /&gt;We're going to start with the Academic Toolkit application because&lt;br /&gt;it's lack of network features will make it easier for us to learn the&lt;br /&gt;characteristics of android and get an application to market.&lt;br /&gt;&lt;br /&gt;Goals&lt;br /&gt;Our group is large (7 people), our plan is to create a part of RCOS&lt;br /&gt;that is fluent with android development so in the future we'll be able&lt;br /&gt;to teach android development to new members without them having to&lt;br /&gt;read through all of the documentation and slowly figure out how it's&lt;br /&gt;done.&lt;br /&gt;We want to have an application on the android market in 5 weeks.&lt;br /&gt;While the first app is on the market we will begin work on the second&lt;br /&gt;without abandoning the first, we plan to continue adding features and&lt;br /&gt;improving the applications from user comments and reviews.&lt;br /&gt;Google may also be having another developer competition and we will&lt;br /&gt;submit our applications (this will be nice for RCOS if we become&lt;br /&gt;featured from the competition).&lt;br /&gt;&lt;br /&gt;The first will be the most difficult because we'll be learning a lot&lt;br /&gt;about the android operating system and how to develop for it, once&lt;br /&gt;we've accomplished this we think we'll be able to develop more complex&lt;br /&gt;applications more efficiently.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="  border-collapse: collapse; font-family:arial, sans-serif;font-size:13px;"&gt;Code:&lt;a href="http://github.com/fossuser/Academic-Toolkit"&gt;http://github.com/alberz/Academic-Toolkit&lt;/a&gt;&lt;br /&gt;Presentation: &lt;a href="http://docs.google.com/present/edit?id=0AZtVQthUOVqsZGduOXJoNXhfNHh4bTVzYmdw&amp;amp;hl=en" target="_blank" style="color: rgb(0, 101, 204); "&gt;http://docs.google.com/&lt;wbr&gt;present/edit?id=&lt;wbr&gt;0AZtVQthUOVqsZGduOXJoNXhfNHh4b&lt;wbr&gt;TVzYmdw&amp;amp;hl=en&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053572992815735136-1453825152911777497?l=rpiandroiddev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rpiandroiddev.blogspot.com/feeds/1453825152911777497/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/02/were-creating-rcos-android-development.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/1453825152911777497'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/1453825152911777497'/><link rel='alternate' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/02/were-creating-rcos-android-development.html' title='General Information'/><author><name>RCOS Android Dev Team</name><uri>http://www.blogger.com/profile/17541853389739607456</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3053572992815735136.post-8504197163513389670</id><published>2010-02-07T12:40:00.000-05:00</published><updated>2010-02-07T12:44:48.465-05:00</updated><title type='text'>Hello World</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_KTD2vX5B3rk/S278Ch7QQhI/AAAAAAAAAAM/64eETa6zdeE/s1600-h/helloworld.png"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 260px;" src="http://3.bp.blogspot.com/_KTD2vX5B3rk/S278Ch7QQhI/AAAAAAAAAAM/64eETa6zdeE/s320/helloworld.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5435558920679604754" /&gt;&lt;/a&gt;&lt;br /&gt;Thank you Sean O'Sullivan for supporting the Renssealer Center for Open Source Software.&lt;a href="file:///home/loki/Desktop/helloworld.png"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3053572992815735136-8504197163513389670?l=rpiandroiddev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rpiandroiddev.blogspot.com/feeds/8504197163513389670/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/02/hello-world.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/8504197163513389670'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3053572992815735136/posts/default/8504197163513389670'/><link rel='alternate' type='text/html' href='http://rpiandroiddev.blogspot.com/2010/02/hello-world.html' title='Hello World'/><author><name>RCOS Android Dev Team</name><uri>http://www.blogger.com/profile/17541853389739607456</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_KTD2vX5B3rk/S278Ch7QQhI/AAAAAAAAAAM/64eETa6zdeE/s72-c/helloworld.png' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
