Purdue Pride 4.14.10 Joe Gutierrez Tung Ho Janam Jhaveri 4/14/2010Purdue Pride1.

Slides:



Advertisements
Similar presentations
Programming with Android: Data management
Advertisements

CE881: Mobile and Social Application Programming Flexible Data Handling with Integrity: SQLite Simon M. Lucas.
Application Generator Merrill Networking Services.
Click & Fix 9/15/2010 James Cui Janam Jhaveri Paul Mongold 1.
Purdue Pride Joe Gutierrez Tung Ho Janam Jhaveri 4/21/2010Purdue Pride1.
Click & Fix 9/22/10 James Cui Janam Jhaveri Paul Mongold.
Click & Fix 11/22/10 James Cui Janam Jhaveri Paul Mongold.
Click & Fix 10/20/10 James Cui Janam Jhaveri Paul Mongold.
NJIT Co-authorship database a website by Christopher Pax.
Click & Fix: Final Presentation 12/08/10 James Cui Janam Jhaveri Paul Mongold.
Unit Testing Tips and Tricks: Database Interaction Louis Thomas.
Cosc 5/4730 Android and Blackberry SQLite. For the sql language syntax, please see SQlite documentation –
SQLLite and Java CS-328 Dick Steflik. SQLLite Embedded RDBMS ACID Compliant Size – about 257 Kbytes Not a client/server architecture –Accessed via function.
SQLite 1 CS440. What is SQLite?  Open Source Database embedded in Android  SQL syntax  Requires small memory at runtime (250 Kbytes)  Lightweight.
CS378 - Mobile Computing Persistence - SQLite. Databases RDBMS – relational data base management system Relational databases introduced by E. F. Codd.
MBAC 611.  We have been using MS Access to query and modify our databases.  MS Access provides a GUI (Graphical User Interface) that hides much of the.
Purdue Pride Joe Gutierrez Tung Ho Janam Jahavier 3/10/2010Purdue Pride1.
Purdue Pride Joe Gutierrez Tung Ho Janam Jhaveri 4/30/2010Purdue Pride1.
Purdue Pride Joe Gutierrez Tung Ho Janam Jhaveri 4/1/2010Purdue Pride1.
How a little code can help with support.. Chris Barba – Developer at Cimarex Energy Blog:
Purdue Pride Live Wallpapers Unsure if do-able – Couldn’t find anything about RSS => maybe very recent feature => formatting RSS might be an.
ANDROID CONTENT PROVIDERS Peter Liu School of ICT, Seneca College.
Mark Dixon Page 1 23 – Web applications: Writing data to Databases using PhP.
© 2011 PLANET TECHNOLOGIES, INC. Create a FREE Weather RSS Web Part Patrick Curran, MCT AUGUST 12, 2011.
Milestone III BRIAN WYKA.  Web-based project manager  Ideal for small company  Portal for employees to interact with each other  A way for administrators.
Data Storage: Part 4 (Content Providers). Content Providers Content providers allow the sharing of data between applications. Inter-process communication.
Purdue Pride Joe Gutierrez Tung Ho Janam Jhaveri 4/7/2010Purdue Pride1.
Tutorial 121 Creating a New Web Forms Page You will find that creating Web Forms is similar to creating traditional Windows applications in Visual Basic.
Overview In this tutorial you will: learn what a blog is understand how blogs may be used in e-learning identify different types of blogs.
Tutorial: Using ArcGIS Server and ESRI ArcGIS API for Javascript Peter Sforza March 7, 2013.
SQLite Android Club SQLite About onCreate Insert Select Update Delete onUpdate.
Title 1 Software Linked Interactive Competitive Environment Detailed Design March 1 st, 2012.
Mark Dixon 1 09 – Java Servlets. Mark Dixon 2 Session Aims & Objectives Aims –To cover a range of web-application design techniques Objectives, by end.
Android Storage. There are several options for storage of data with Android We can put data into a preferences file. We can put data into a ‘normal’ file.
9 Persistence - SQLite CSNB544 Mobile Application Development Thanks to Utexas Austin.
Apps Find the latest version of this document at
Microsoft Access 2013 ®® Tutorial 10 Automating Tasks with Macros.
Persistance Android. Adding Persistance SQL Refresher Understand how to create and migrate SQLLite database with android APIs. – Get all tasks – Add a.
Click & Fix 9/22/10 James Cui Janam Jhaveri Paul Mongold.
SQLite DB Storing Data in Android RAVI GAURAV PANDEY 1.
Cosc 5/4730 Android Maps v2 Blackberry Maps. Android.
Android - SQLite Database 12/10/2015. Introduction SQLite is a opensource SQL database that stores data to a text file on a device. Android comes in with.
SQlite. SQLite is a opensource SQL database that stores data to a text file on a device. Android comes in with built in SQLite database implementation.
Click & Fix 10/13/10 James Cui Janam Jhaveri Paul Mongold.
Purdue Pride Joe Gutierrez Tung Ho Janam Jahavier 3/3/2010Purdue Pride.
1. Playing with SQLite Database  SQLite : Database specific name for Android Application  For windows there are several kind of database name : Mysql,
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
By: Eliav Menachi.  On Android, all application data (including files) are private to that application  Android provides a standard way for an application.
Making content providers
Mobile Applications (Android Programming)
SQLite in Android Landon Cox March 2, 2017.
Android Database using SQLite
Lecture 8: Database Topics: Basic SQLite Operations.
PRG 421 MART Education for Service-- prg421mart.com.
PRG 421 GUIDE Education for Service-- prg421guide.com.
Android Storage.
Mobile Computing With Android ACST 4550 Android Database Storage
Android Developer Fundamentals V2
PRODUCT ROADMAP TITLE Q1 Q2 Q3 Q4 Q4 Q3 Q2 Q1 Q1 Q2 Q3 Q4 20XX 20XX
ListView A view that shows items in a vertically scrolling list. The items come from the ListAdapter associated with this view. ListAdapter is used to.
Department of School of Computing and Engineering
SQLLite and Android.
Database SQL.
PRODUCT ROADMAP TITLE Q1 Q2 Q3 Q4 Q4 Q3 Q2 Q1 Q1 Q2 Q3 Q4 20XX 20XX
Mobile Programming Dr. Mohsin Ali Memon.
Why We Need Car Parking Systems - Wohr Parking Systems
Types of Stack Parking Systems Offered by Wohr Parking Systems
Add Title.
Presentation transcript:

Purdue Pride Joe Gutierrez Tung Ho Janam Jhaveri 4/14/2010Purdue Pride1

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 4/14/2010Purdue Pride2

Milestones Website with RSS feed is set up (3.3.10) Basic widget displays hard-coded text ( ) Successfully store and recall data from SQL Lite with an application ( ) (Need to add fixes) Successfully retrieve and display RSS feed onto view (4.1.10) RSS Application fully working (no database) ( ) 4/14/2010Purdue Pride3

Demo 4/14/2010Purdue Pride4

Database database works (kinda) to access database in shell  go to androids tool directory  cd data/data  cd purdue.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 } 4/14/2010Purdue Pride5

Next Task 4/14/2010Purdue Pride6 April 21 th : Have Database working April 28 th : RSS Feed interacting with Database