It's useless to anyone without a PlaystationCollecting.com account, but I felt I should share it anyway given it would have been impossible for me to make if it weren't for both this program, and the users on this forum, for which I thank you. I...
This is not a real application, but allows you to associate the contents of a file VCF 2.1 (export to sd card from phone menu) in to a type structure. Look at Erel's help - phone contacts...
:sign0161: I have a bone to pick with someone on this site. I just published 2 apps on the android marketplace. I did a search to see if anyone used the same name. I found my word scramble application published by Closoft for .83 The...
My very first android app. A basic Racing Pigeon Velocity Calculator. Works well on my Acer iconia tab, (I've set it for landscape only) but will it work on other android devices. Please would you kind people test this out for me as I'm not sure...
Sub Process_Globals 'These global variables will be declared once when the application starts. 'These variables can be accessed from all modules. Dim Timer1 As Timer End Sub Sub Globals Dim Canvas1 As Canvas Dim r, d, x1...
This is a game which is a variation of hangman. You get to solve 5 words. Every valid letter earns 1 point. Every invalid letter earns a minus 2 points. Complete all words and earn at least 20 points to win. It is harder than it looks.
I am an avid reader so I created a database of the books I read. I tried to make it as simple to follow as I could. I used Sqlite for the database, The blank table was created by Sqlite Database Browser which is free. I used the new calendar...
Back in the old BBS days, I wrote a mine sweeper door game. I recently discovered basic4android and loved it. I decided that writing a version of the mine sweeper game would be good practice for learning the language. It's on the market...
Here is my creation.. I bet there is a better way to make this, but this is how I made it :) Please give feedback and bugreports. regards Edit: New version It is now possible to change size of blocks by changing msize. Also a bugfix...
Thanks to everyone who has helped me over the past few weeks and to Erel for a truly outstanding piece of software. Just released my first app : https://market.android.com/details?id=com.exg.LR Please be gentle with your comments...
This is my latest creation. A monkey who does not like bananas. The object of the game is to help Wiley mash 20 bananas in 60 seconds. I tried to make it more professional. After a while I would like to put an app on the marketplace. I...
I used some of the code created by Erel to create this simple game. It uses the phone sensors to detect the x and y motions of the the phone. The user tilts the phone back and forth to make the cat chase the mouse. This program will only...
Heey everybody, I have released my second app on the android market. :D So what does the app do: For example; Parents are worried where there children are, they open Universal Serial Buddy, that is installed on his smartphone and...
Another game. I tried a game that challeges your hand/eye coordination. You have to click on letters to spell a word. The letters are rapidly changing and its not so easy to click a letter before it changes. Maybe you are faster than I am...
My Tablet doesn't have a special ROM with Hebrew so I can only see Hebrew character but not type them as there is no special keyboard for them. Since I have several applications that want this feature - I made a Hebrew keyboard. The size fits my...
Hi all, Here is my second app (after BallTapp!), still in its infancy (have some other stuff planned for it in future versions). It is a Yahoo Answer app, you key in some keywords or a question, and it searches for answered questions in the...
I created an app using Basic4Android called VoiceGPS and its available for free on android market. I would just like to thank all here for their valuable help with this good software including Schimanski who gave me the basic idea. I just wanted...
Hi All, Just completed an initial version of a ball juggling game. Tap the ball(s) and avoid them hitting the ground. More balls are added and speed increased as the game progresses. Please give some feedback (for version 2 perhaps?) Thank...
========================================================== I'm happy to announce my third project: VoID Droid! VoID Droid uses VR (Voice Recognition) and TTS (Text to Speech) to read new incoming text messages aloud and reply them by voice...
This is my first project developed with Basic4Android Its a very straight-forward tips calcuator 'Tips Calculator - Jim Brown Sub Globals 'These global variables will be redeclared each time the activity is created. 'These...