I have a C structure with 2 attributes, say the content and the val How do I read this into an android file? Does android support any structure?
My structure is like
struct data[] = { {"aakash", 2260}, {"anuj", 1}} How to read such structures in android?