Recent content by subaashini

  1. S

    Coding in the database seems fine but when run cant view the data

    I'm doing a lab session on SQLite but there's no error shows in my databaselper.java but still when i click the button view entry i can view any data.Can anyone let me know what wrong with my coding and what i should do? package com.example.sqlite; import android.content.ContentValues; import...