1 / 6

Purdue Pride 4.14.10 Joe Gutierrez Tung Ho Janam Jhaveri

Purdue Pride 4.14.10 Joe Gutierrez Tung Ho Janam Jhaveri. Timeline. 7 weeks March 10 th : Widget, RSS tutorials March 24 th : RSS Feed April 7 th : SQL Lite Database (currently working on) April 21 st : Widget April 28 th : Work off any loose ends. Milestones.

dolph
Download Presentation

Purdue Pride 4.14.10 Joe Gutierrez Tung Ho Janam Jhaveri

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Purdue Pride4.14.10Joe GutierrezTung HoJanam Jhaveri Purdue Pride

  2. Timeline • 7 weeks • March 10th: Widget, RSS tutorials • March 24th: RSS Feed • April 7th: SQL LiteDatabase (currently working on) • April 21st: Widget • April 28th: Work off any loose ends Purdue Pride

  3. Milestones • Website with RSS feed is set up (3.3.10) • Basic widget displays hard-coded text (3.10.10) • Successfully store and recall data from SQL Lite with an application (3.24.10) (Need to add fixes) • Successfully retrieve and display RSS feed onto view (4.1.10) • RSS Application fully working (no database) (4.14.10) Purdue Pride

  4. Demo http://www.purdue.edu/newsroom/rss/engineering.xml Purdue Pride

  5. Database • database works (kinda) • to access database in shell • go to androids tool directory • cd data/data • cdpurdue.pride (project name) • cd databases • sqlite3 pride (pride is database’s name) • .tables • feed is stored, but messed up • title and descriptions are being appended to each other • Changed code in RSSHandler => should work now • need to rewrite database class • used code from online tutorial, however it’s an older API • can’t detect when to create new table in database • DbAdapter class • public class PrideDB { • private static final String FEEDS_TABLE = "feeds"; • private static final String DATABASE_NAME = "pride"; • private static SQLiteDatabase db; • public PrideDB(Context ctx) { • db = ctx.openOrCreateDatabase(DATABASE_NAME, 0, null); //API change • } Purdue Pride

  6. Next Task • April 21th: Have Database working • April 28th: RSS Feed interacting with Database Purdue Pride

More Related