Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 440 Bytes

File metadata and controls

6 lines (4 loc) · 440 Bytes

SQLiteApp-Android

Android interface for SQLiteApp

SQLiteApp is a simple mobile app that I created to learn the .Net stack and Xamarin. It uses a provided SQLite file with thousands of records of stores and orders placed, and presents the data in an efficient, browsable manner.

This repository contains the Android user interface for the project, while SQLiteApp provides the business logic.