Click here to Skip to main content
15,797,721 members
Home / Discussions / Android
   

Android

 
QuestionRe: how to write POST methdod to PHP Pin
David Crow7-Oct-17 15:45
David Crow7-Oct-17 15:45 
QuestionShow a ProgressDialog inside a Fragment that is injected in a Tab Pin
Vimalsoft(Pty) Ltd30-Sep-17 6:54
professionalVimalsoft(Pty) Ltd30-Sep-17 6:54 
Good Day Everyone

I have a Code that saves data and send an email after that. want to show Progress Dialog when this is happening. This code is in a Fragment that is shown in a Tab. below is my code

in my Activity this works nicely. i have a challenge in making this to work in a Fragment
btn_contact_save.Click += (sender, e) =>
            {
                var progressDialog = new ProgressDialog(Context);
                progressDialog.SetTitle("Saving...");
                progressDialog.Indeterminate = true;
                progressDialog.Show();
                progressDialog.SetCancelable(false);

<pre>
             btn_details_save_Click(view);

            progressDialog.Dismiss();

        };</pre>

Thanks
Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vimalsoft.com
vuyiswa[at]vimalsoft.com

QuestionRe: Show a ProgressDialog inside a Fragment that is injected in a Tab Pin
David Crow2-Oct-17 4:09
David Crow2-Oct-17 4:09 
AnswerRe: Show a ProgressDialog inside a Fragment that is injected in a Tab Pin
Vimalsoft(Pty) Ltd2-Oct-17 8:11
professionalVimalsoft(Pty) Ltd2-Oct-17 8:11 
QuestionRe: Show a ProgressDialog inside a Fragment that is injected in a Tab Pin
David Crow2-Oct-17 8:14
David Crow2-Oct-17 8:14 
AnswerRe: Show a ProgressDialog inside a Fragment that is injected in a Tab Pin
Vimalsoft(Pty) Ltd2-Oct-17 8:25
professionalVimalsoft(Pty) Ltd2-Oct-17 8:25 
QuestionRe: Show a ProgressDialog inside a Fragment that is injected in a Tab Pin
David Crow2-Oct-17 8:30
David Crow2-Oct-17 8:30 
AnswerRe: Show a ProgressDialog inside a Fragment that is injected in a Tab Pin
Vimalsoft(Pty) Ltd2-Oct-17 8:37
professionalVimalsoft(Pty) Ltd2-Oct-17 8:37 
QuestionTiming and fragment creation Pin
David Crow29-Sep-17 8:44
David Crow29-Sep-17 8:44 
QuestionAndroid.Content.ActivityNotFoundException: Unable to find explicit activity class Pin
Vimalsoft(Pty) Ltd28-Sep-17 7:43
professionalVimalsoft(Pty) Ltd28-Sep-17 7:43 
SuggestionRe: Android.Content.ActivityNotFoundException: Unable to find explicit activity class Pin
Richard MacCutchan28-Sep-17 10:44
mveRichard MacCutchan28-Sep-17 10:44 
GeneralRe: Android.Content.ActivityNotFoundException: Unable to find explicit activity class Pin
Vimalsoft(Pty) Ltd28-Sep-17 23:44
professionalVimalsoft(Pty) Ltd28-Sep-17 23:44 
GeneralHow are chat application in Android used? Pin
Salfishya Mary28-Sep-17 4:58
Salfishya Mary28-Sep-17 4:58 
GeneralRe: How are chat application in Android used? Pin
Richard MacCutchan28-Sep-17 6:20
mveRichard MacCutchan28-Sep-17 6:20 
GeneralRe: How are chat application in Android used? Pin
Sienna Amelia3-Oct-17 3:07
Sienna Amelia3-Oct-17 3:07 
QuestionSQL server connection in Android Pin
Malashree Halade19-Sep-17 21:26
Malashree Halade19-Sep-17 21:26 
AnswerRe: SQL server connection in Android Pin
Richard MacCutchan19-Sep-17 23:11
mveRichard MacCutchan19-Sep-17 23:11 
AnswerRe: SQL server connection in Android Pin
Vimalsoft(Pty) Ltd25-Sep-17 5:12
professionalVimalsoft(Pty) Ltd25-Sep-17 5:12 
QuestionAccess MySql using php script from Android app.. Pin
Member 1341654718-Sep-17 17:03
Member 1341654718-Sep-17 17:03 
QuestionRe: Access MySql using php script from Android app.. Pin
David Crow19-Sep-17 10:47
David Crow19-Sep-17 10:47 
AnswerRe: Access MySql using php script from Android app.. Pin
Member 1341654720-Sep-17 17:03
Member 1341654720-Sep-17 17:03 
GeneralRe: Access MySql using php script from Android app.. Pin
Member 1341654720-Sep-17 20:24
Member 1341654720-Sep-17 20:24 
SuggestionRe: Access MySql using php script from Android app.. Pin
David Crow20-Sep-17 17:52
David Crow20-Sep-17 17:52 
GeneralRe: Access MySql using php script from Android app.. Pin
Member 1341654723-Sep-17 16:03
Member 1341654723-Sep-17 16:03 
QuestionFCM notification Pin
Malashree Halade9-Sep-17 4:26
Malashree Halade9-Sep-17 4:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.