Hi mkinzler ..
Danke für deinen Feedback.
Mir ist leider nicht ganz klar wie das ganze funktionieren soll....
Ich brauch ja eine "normale" Android app" - wo ich die einstellungen abspeichern kann ( in ein txt file?)
Funktioniert das auf Android:
memo1.lines.clear;
memo1.lines.append('[Settings]');
memo1.lines.append('UserID='+ wert vom editfeld);
memo1.lines.append('Intervall='+ wert vom editfeld);
memo1.lines.append('Serveradresse='+ wert vom editfeld);
Memo.Lines.SaveToFile(GetHomePath + '/config_fuer_service.txt');
Ich brauch einen Hintergrundservice, der die werte vom textfile für die kommunikation verwendet
Würde sowas gehen?
var
Ini: TIniFile;
begin
Ini := TIniFile.Create(GetHomePath + '/config_fuer_service.txt');
try
UserID:= Ini.ReadInteger( 'Settings', 'UserID', 0 );
...
finally
Ini.Free;
Welche Komponente verwende ich für die Kommunikation mit dem PHP ? .. funktioniert
Indy im Android?
kann der hintergrudservice eine "notification" erzeugen?
würde etwas wie folgt in einem Service funktionieren?
var
MyNotification: TNotification;
begin
if php response <> '' then
MyNotification := NotificationCenter1.CreateNotification;
try
MyNotification.Name := 'Notification';
MyNotification.Title := 'Meine erste Nachricht';
MyNotification.AlertBody := 'Service zeigt Notification';
MyNotification.FireDate := Now;
NotificationCenter1.PresentNotification(MyNotifica tion);
finally
MyNotification.Free;
end;
end;
end;
Vielen Dank für Hinweise
Erich Wanker - for life:=1971 to lebensende do begin ..
O
/H\
/ \