Android Applicatons
Latest News: 2010-06-03
Initial launch of SFTranslator.
Disclaimer:
SFtranslator currently relies on Google Speech Recognition, and Google Translation server. I am currently in the process of developing a local SR engine where being online is not necessary in order to use this application. The Translation engine is being enhance and soon that will be an offline process also. Please be patient as I am working as hard as I can to get this new features to you. If you have any questions or comment feel free to drop me a line. I always answers to questions and read and take in consideration of critism, and in many cases, I would do the best of my ability to satisfy the request.
Requirements:
- Minimum Android version 2.0
- An internet connection (Preferable 3G or WiFi)
Features:
- The Following language is supported: English, French, Spanish, Italian, German, Irish, Chinese.
- You may type in your phrase and have it translated if your phone does not support speech recognition.
- Quickly switch between the two languages.
- For all those who purchase, there will soon be an online interface, so you may use the same service.
Upcoming Features:
- Currently working on Google SR engine to allow more than recognition of English
- More Supported language
Screen Shots:
| Disclaimer | Help Menu | Main Screen | Side Layout | Language Preference | Language Selection |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Latest News: 2010-09-01
Complete code rewrite. This application has been written when I first started exploring Android as a possibility and from the examples I can find was somewhat subpar in best practices. I decided to take the time and refactor and rewrite the application from scratch. And the result is a much easier and clean code base. Now when error is encountered, the more exact message would be displayed. And also added some of the other features I have developed for other applications, such as maintaining information of when changing orientation, checking for specific resources before continuing and many more performance optimization.
Disclaimer:
MySQL Analyzer is an android based application, because the limitation of the Android SDK, a third party REST service is being use to actually carry out the SQL queries. Please make sure your database is accessible online. The REST service does not log anything and does not record anything. The service is a PHP script that takes the informations passed and make the SQL call.
Requirements:
- Minimum Android version 1.5
- An internet connection (Preferable 3G or WiFi)
- Your Database can be connected to via Internet
Features:
- (Completed on 2010-09-01) Completely rewrite the applcations from scratch
- Connection Profiles
- Connection Verification
- Execute any SQL statements (SELECT, UPDATE, DELETE, INSERT, REPLACE, DROP, TRUNCATE, CREATE, ...)
- Show Databases (Available for current user)
- Show Tables (Current selected Database)
- Switch between databases
- Show results in column grid format
- Encryption of Data
- (Completed on 2010-03-22) CSV is working and saving to SSD Card directly.
- (Completed on 2010-03-20) XLS is working and saving to SSD Card directly.
- (Completed on 2010-03-17) New UI
- (Completed on 2010-03-17) Added disconnect button so you can switch server without restarting app
- (Completed on 2010-03-17) New work flow, disable buttons when they are not necessary
- (Completed on 2010-02-05) Connection Profile Deleting
- (Completed on 2010-02-04) Encryption of Data
- (Completed on 2010-02-04) Data compression for faster data retrival
- (Completed on 2010-02-04) Pagination of resultset
- (Completed on 2010-02-04) Large Resultset fix, auto LIMIT 100 is being added because of Phone resource, but you may set a LIMIT higher than 100 on your query
Upcoming Features:
- History of the last 10 queries
- Sorting (Without reloading)
- Exporting to the following format: PDF (Coming Very Soon)
- Email Results (This is coming very soon also)
- Auto completing of table names
Screen Shots:
| Connection Profiles | New Connection | Main Screen | Results | Show Databases | Show Tables | Table Definition |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |












