progressdialog on dialogfragment
 
I'm using a  ProgressDialog in DialogFragment.
I show ProgressDialog when DialogFragment on load.
Bu ProgressDialog show on under to DialogFragment.

How to fix?
DialogFragment  override methods

- OnCreate
- OnCreateView
- OnActivityCreated
- OnStart

I'm add ProgressDialog.Show() metot in DialogFragment.OnStart() method.
/* MyDailogFragment.cs */
public override void OnStart()
{
	base.OnStart();
	MyProgressDialog.Show();
}

 

Author: Engin ATALAY
Date: 26.01.2021 10:32:51
View Count: 453
 
 

COMMENTS
 
No comments yet. Be the first to comment who you are.
 
 
 
 
 
 
 
WRITE COMMENT
 
 
Your Name :
 
 
 
E-mail :
 
 
 
Your Message :
 
 
 
 
 
 
 
This project : ASP.NET MVC , RAZOR, Entity Framework , CSS , HTML , JQUERY(2.0.2) , AJAX the C# side-tier architecture was developed with logic.
 
Yukarı Çık