-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Chaos99 edited this page Jan 25, 2011
·
4 revisions
#Some sources for information:#
##Sub pages##
A planned Features list as well as some regression Tests can be found on other pages.
Also a draft for the Android Market description exists.
##WebDAV libraries:##
http://code.google.com/p/sardine/
(^ my vote, as it ist actively developed, uses a recent apache lib and is meant to be used as a lib ...Chaos99)
- it look pretty easy to use, let's go for it.
- we have to come around some issues converting some support libs to dex (the android dalvik format): http://code.google.com/p/android/issues/detail?id=314
http://sourceforge.net/projects/webdavclient4j/ http://jakarta.apache.org/slide
#Rough Concept (German only, use Google Translate if necessary)#
- Auf dem Telefon gar keine sichtbare App, sondern nur an das Share-Interface andocken. Da kann man dann aus jeder App einfach was schicken. Was genau das ist entscheidet jeder App-Programmierer selber. Ist nur die Frage ob die da auch nen Datentyp angeben (e.g. Datei, Text, URL, Binärdaten), damit man auch weiß, was man damit anfangen kann.
- Auf dem Server nur ein WebDAV-Ordner für jeden Benutzer oder so, wo die Sachen einfach nur abgelegt werden: Dateien direkt, Text in Textdateien und URLs in HTML-Dateien(?) oder so...
- Dann auf dem Server einfach nur eine HTML-Seite oder noch spartanischer ein Directory-Listing, welches die ganzen Sachen einfach anzeigt.
- Sehr gerne auch die Idee mit dem RSS-Feed, obwohl ich dann alleine dadurch schon zwei Anwendungsfälle sehe:
- Sachen queuen(?) und dann halt irgendwann wenn man Zeit hat mal reinschauen (i.e. mit RSS)
- oder, wie ich eigentlich dachte, Sachen in real-time auf dem PC zu bekommen (so wie jetzt ChromeToPhone schon funktioniert, nur halt andersrum)
- Man müsste wohl doch noch eine minimale App machen, die als Konfigurator funktioniert und wo man halt Server-Adresse und ggf. User/Pass angibt. ChromeToPhone hat auch sowas aufm Phone...
#Bugs and Problems#
If phone orientation is changed while sending, the activity gets restarted and the object gets send again. See http://stackoverflow.com/questions/456211/activity-restart-on-rotation-android