For my application i need to create one tree structure which consist of nested folder which will grow depends open server reponse. just like an email has tree structure-
inbox or sent or draft or outbox(f)/a(f)/some content
inbox or sent or draft or outbox(f)/a(f)/b(f)/email content
inbox or sent or draft or outbox(f)/email content
and other possible combination. since i will get this path from the server so i have to loop it and create appropriate structure..can you guys please help me in it.. thanks in advance.