SQLite has become a popular data management tool for many applications. In this application, the wildfire dataset provided by Minnesota DNR is in the GeoPackage format, which is based on SQLite3.
This project demonstrates the use of SQLite to open the dataset for various queries regarding the frequency of fires in Minnesota. The locations of fire may be projected onto Google Map for inspection at the user's request.
This is a demo project for ITP226 Mobile Java Android Development offered at NVCC. ITP226 provides the necessary design and programming skills required for developing applications on mobile devices. For more information about this course, please visit the college website at: https://courses.vccs.edu/colleges/nova/courses/ITP226-MobileJavaAndroidDevelopment
This project demonstrates the use of SQLite to open the dataset for various queries regarding the frequency of fires in Minnesota. The locations of fire may be projected onto Google Map for inspection at the user's request.
This is a demo project for ITP226 Mobile Java Android Development offered at NVCC. ITP226 provides the necessary design and programming skills required for developing applications on mobile devices. For more information about this course, please visit the college website at: https://courses.vccs.edu/colleges/nova/courses/ITP226-MobileJavaAndroidDevelopment
Show More