Skip to content Skip to sidebar Skip to footer

Azure Easy Table Given Me Package Info In My Listview Instead Of Data In The Azure Table

When i query the azure table for a SEEDNAME (column in my Azure table) i get null back. when i put required data in the logcat like: Log.i(TAG, 'Read object with ID ' + item.id + '

Solution 1:

I have figured out my problem. On azure the easy table i had created had the field SEEDNAME as seedNAME in the area where you add a column this was visible and not visible when viewing the table on azure. After solving this the Seed name was viewing in the logcat.

I also created a custom adapter to view the data in a listview.

Post a Comment for "Azure Easy Table Given Me Package Info In My Listview Instead Of Data In The Azure Table"