Android Open Source - UI ListView/Database






    1. CMPE277Assgn4-AndroidApp-Storage
      This is CMPE 277 Assignment 4 to learn following things: 1. Usage of Intent to pass data from one activity to another 2. How to execute task in Async like calling API's 3. How to save data in Android Devices using SQL Lite & Shared Preferences 4. How to display data in List View from DB, Array, Shared Preferences using Adapters.
      Activity:4 Min SDK:8 Target SDK:19 Java File:7 Manifest File:1

    2. FromDbExampleAndroid
      A sample application to fetch data from mysql database and display on a listview
      Activity:1 Min SDK:8 Target SDK:21 Java File:4 Manifest File:1

    3. HelloDragDropListDB
      Sample application for drag and drop listview backed by DB
      Activity:3 Min SDK:14 Target SDK:18 Java File:8 Manifest File:1

    4. EditTextList_POCv2
      This is a POC, EditText(And Spinner) areas inside a List view, Assumptions: Full touch device , The initial list data for setting up the list is from a cursor from a db(can use any data source, eg, content provider etc.) and store values into a simple datastructure. And structuring the Android application the right way with a separate model. Comments on design choices are welcome.
      Activity:4 Min SDK:8 Target SDK:17 Java File:15 Manifest File:1

    5. Weight_Test
      A simple Android app that displays a graph, list view, and other data from a database of weight values over time
      Activity:5 Java File:12 Manifest File:1

    6. Android_Image_From_DatabaseUrl
      This Project is basically designed for the backend users. User is going to type the url of image in database then android frondend code directly converts that image url into image that is visible in imageview attached in listview.
      Activity:1 Java File:2 Manifest File:1