I want to display progressbar(spinner) to the right of editText when activity is doing some processing and hide upon completion, is there a simple way to do this?
Use FrameLayout to achieve this in the best way. FrameLayout help us to add ProgressBar inside EditText. Check this :
Result :