I am trying to make a custom dialog with listview which is going to contain checkboxes and textviews and i just couldnt find a reasonable tutorial to do it , any help or hints w
It sounds like what your looking for is multiple choice mode for the ListView. Without knowing that phrase it's pretty hard to get a good example, but here's another SO question with answers that might help you out.
(Doing this in a Dialog is essentially the same process as in the selected answer's example.)