I want to Get all my Application Setting transfer from Setting to Application inside .
Like I have settings like this in my Setting
And I want to handle it from my application. The main problme is that when i need to change my setting I need to minimize of kill my application to save its changes . So Do i want to put it inside my Application on click of one tabbar button . So I can change it any time from inside my application .
How do I put all this in my custom view which i have created inside my application . Thanks in advance .