I am using greendao for the first time. and it is going good. I have generated code and entities. I have put the basic data and checked it using sqlite browser and all data is there in specific fields.
Now there are some method in the dao class and I have used the insert method to insert the data. But Now I have to get data so looking how to return the data. here are my some of the questions:
How to get data ?
Is there any built in method in there ? or I need to make my own and where?
I need to know when should I need to close connection and what things I need to take in account while using greendao ?
please provide some source code or any demo code on How I can get data. I have no source code to share on , As rest is basic code generated by the dao. And I think it would be childish question , but I have not found any documentation telling about its method it have etc. Please help me in my problem described above and also clear my confusions.