-
Search
Categories
-
Linux, PHP, LAMP, The Web in a blog- Android – how to develop directly on a phone
- Android drawable default icons – they are free to use
- Android how to read and write files
- Uncompress on the fly when copying a file from a remove location with scp
- Setting up an encrypted volume on an external hard drive on CentOS
- Linux bash – tar tricks
- Implement Selenium tests
- Using a downloaded package without IDE in Java
- CSS selectors optimisation
- Ubuntu Linux on Acer Aspire AO751h
Tag Cloud
alarm array backup begin button character commercial constants coppermine CSV DVD eclipse ecommerce email email server expect firefox font foreach formatting fstab ftp GMail gnome keyboard Lucene marketing memcached mount plugin profiling protect regexp scp Selenium SEO sftp split svn tar utf utf8 Vbulletin Virtual Server Web Dev Security
Category Archives: Android
Android – how to develop directly on a phone
There are severe problem with using the Android Emulator on a netbook / mini-laptop. It is much better to use your phone. That’s it: you develop on Eclipse and run and debug the program directly on your phone. In order … Continue reading
Posted in Android
Leave a comment
Android drawable default icons – they are free to use
http://androiddrawableexplorer.appspot.com/
Posted in Android
Leave a comment
Android how to read and write files
http://huuah.com/android-writing-and-reading-files/
Posted in Android
Leave a comment
Android – test application with different APIs
This is to change the device used by the emulator Run button > its menu > Run configurations > Target tab This is to change the actual API used for the application: Menu > Project > Properties > Android >
Posted in Android
Leave a comment
Checklist before releasing Android app
_ Cross-Android-API testing _ Securing Your Private Key _ Versioning Your Application http://developer.android.com/guide/publishing/versioning.html _Specifying Your Application’s System API Requirements http://developer.android.com/guide/topics/manifest/uses-sdk-element.html _ http://developer.android.com/guide/publishing/preparing.html _ http://developer.android.com/guide/publishing/publishing.html
Posted in Android
Leave a comment
