Click here to Skip to main content
15,798,592 members
Home / Discussions / Mobile
   

Mobile

 
SuggestionRe: Xamarin forms and SQLIte database Pin
David Crow26-Feb-19 5:15
David Crow26-Feb-19 5:15 
GeneralRe: Xamarin forms and SQLIte database Pin
Mycroft Holmes26-Feb-19 13:24
professionalMycroft Holmes26-Feb-19 13:24 
QuestionCross Platform Xamarin MVVM ListView binding to ViewModel List not working Pin
Stephen Holdorf19-Feb-19 3:46
Stephen Holdorf19-Feb-19 3:46 
AnswerRe: Cross Platform Xamarin MVVM ListView binding to ViewModel List not working Pin
Mycroft Holmes19-Feb-19 12:11
professionalMycroft Holmes19-Feb-19 12:11 
GeneralRe: Cross Platform Xamarin MVVM ListView binding to ViewModel List not working Pin
Stephen Holdorf20-Feb-19 5:48
Stephen Holdorf20-Feb-19 5:48 
QuestionXamarin Forms Picker binding Pin
Mycroft Holmes21-Dec-18 20:35
professionalMycroft Holmes21-Dec-18 20:35 
Questionmobile program Pin
Member 1408773812-Dec-18 21:07
Member 1408773812-Dec-18 21:07 
Questionreturn all html codes of page instead of one string (by B4A commands) Pin
Member 1352250115-Nov-18 21:38
Member 1352250115-Nov-18 21:38 
Hello

i have a web service which uploaded in my host.
now i wants to call it in a B4A.

this webservice returns only string "Hllo world".
but when i call it by bellow commands of B4A, it return all html codes of page.
why?


code in B4A :

Dim job1 As HttpJob
job1.Initialize("", Me)

job1.Download("http://www.agrp.somee.com/MYServices2.asmx?op=HelloWorld")

Wait For (job1) JobDone(job1 As HttpJob)
If job1.Success Then
a=job1.GetString
Msgbox(a,a)
End If
job1.Release



Thanks
QuestionAdvice required Pin
Mycroft Holmes9-Nov-18 18:22
professionalMycroft Holmes9-Nov-18 18:22 
AnswerRe: Advice required Pin
Adrian Mikeliunas20-Nov-18 11:49
Adrian Mikeliunas20-Nov-18 11:49 
GeneralRe: Advice required Pin
Mycroft Holmes20-Nov-18 12:22
professionalMycroft Holmes20-Nov-18 12:22 
QuestionTapGestureRecognizer on an Image on Tab not work Pin
Vimalsoft(Pty) Ltd8-Nov-18 12:34
professionalVimalsoft(Pty) Ltd8-Nov-18 12:34 
Questionprayer time Pin
Sayed Gulab Hussain Shah3-Nov-18 23:30
Sayed Gulab Hussain Shah3-Nov-18 23:30 
AnswerRe: prayer time Pin
OriginalGriff3-Nov-18 23:32
mvaOriginalGriff3-Nov-18 23:32 
AnswerRe: prayer time Pin
Afzaal Ahmad Zeeshan4-Nov-18 10:32
professionalAfzaal Ahmad Zeeshan4-Nov-18 10:32 
QuestionQuestion about copyright laws Pin
ericbruhaha23-Oct-18 16:21
ericbruhaha23-Oct-18 16:21 
AnswerRe: Question about copyright laws Pin
Richard MacCutchan23-Oct-18 23:36
mveRichard MacCutchan23-Oct-18 23:36 
AnswerRe: Question about copyright laws Pin
abayomicharm24-Oct-18 20:44
abayomicharm24-Oct-18 20:44 
AnswerRe: Question about copyright laws Pin
Eddy Vluggen25-Oct-18 2:10
professionalEddy Vluggen25-Oct-18 2:10 
GeneralRe: Question about copyright laws Pin
ericbruhaha25-Oct-18 7:42
ericbruhaha25-Oct-18 7:42 
GeneralRe: Question about copyright laws Pin
Eddy Vluggen25-Oct-18 8:48
professionalEddy Vluggen25-Oct-18 8:48 
GeneralRe: Question about copyright laws Pin
ericbruhaha25-Oct-18 9:05
ericbruhaha25-Oct-18 9:05 
GeneralRe: Question about copyright laws Pin
Eddy Vluggen25-Oct-18 9:11
professionalEddy Vluggen25-Oct-18 9:11 
QuestionUpdating a ListView from a Service Every 5 seconds Pin
Vimalsoft(Pty) Ltd15-Oct-18 1:32
professionalVimalsoft(Pty) Ltd15-Oct-18 1:32 
AnswerRe: Updating a ListView from a Service Every 5 seconds Pin
Afzaal Ahmad Zeeshan24-Oct-18 1:38
professionalAfzaal Ahmad Zeeshan24-Oct-18 1:38 

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.