Derek Cram

Greenhorn
+ Follow
since Mar 08, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Derek Cram

Many people asked for a widget to display local time in widget:
http://www.lysesoft.com/products/worldwidetime/index.html

Have fun.
15 years ago
AndExplorer 1.0BETA3 provides official Intent to allow any third application to browe and selet a file.
Here is a sample code:





AndExplorer home:
http://www.lysesoft.com/products/andexplorer/index.html
15 years ago
Hi all,

If you need a tool to transfer files and folders (recursively) through FTP, SFTP orFTPS then try AndFTP:
APK: http://www.lysesoft.com/products/andftp/AndFTP.apk
Homepage: http://www.lysesoft.com/products/andftp/index.html

Cheers.
16 years ago
Hi Ed,

Do you detail and give example of the Android service/activity lifecycle in your book ?
I find the "singleTop", "singleTask" very confusing in Android. I still don't understand how to have 2 activities in background and put them on front when needed instead of create a new instance.

Cheers.
16 years ago
You can do HTTP and FTP communication. However, as far as I know you cannot have incoming socket to Android device. For FTP it means that you cannot use Active mode.
Only passive mode can work. We've a FTP client that will show that socket communication works: http://www.lysesoft.com/products/andftp/index.html
16 years ago