Recent content by Software Account

  1. S

    Error in Android app

    I have the below code which returns the FirstName, LastName and Class of student stored in database in json format. But when I run the app, data is not displayed ~~~~ package com.example.anitaa.student; import android.app.DownloadManager; import android.support.v7.app.AppCompatActivity; import...