Hi to all,
I want to make progress bar visible on button click.It is happening properly but when progress bar start it hides the text of edit box.After the completion of process(also progress bar's visibility is gone) ,if user want to enter any data in edittext box it can done but it'll not be visible to the user.Can any one tell me solu...
Hello,
I am fetching an XML data from the web using HTTP GET/POST.
Right now i have done it in simple way (i.e. without threaed).
According to the below link, i tried to implement it with Progress bar dialog with Thread
http://www.ceveni.com/2009/09/sample-progress-bar-dialog-in-android.html
But how do i come to know about the finish ...
I am displaying a Progress bar in Android, which is as below:
but there is a white border around the progress-bar, what if i dont want to display any border?
i.e. Only progress-bar circle and text should be shown in progress-bar dialog.
How do i display below progress bar? (How do i display progress dialog as Searching in below imag...
After I either receive a phone call or make one, (and other undocumented interruptions) my application gets a NullPointerException when resuming my activity. Can any explain to me where it is and/or how to fix it?
I have written the code as shown below:
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCr...