Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Share Your Creations > Open Source Projects
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Open Source Projects The place to discuss Basic4ppc open source applications.

Freewarepocketpc.net "Client"

Reply
 
LinkBack (2) Thread Tools Display Modes
  2 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 12-07-2008, 09:11 PM
Basic4ppc Veteran
 
Join Date: Jan 2008
Posts: 215
Default Freewarepocketpc.net "Client" - Rewritten & Released

2/3/09 update
I've rewritten the freewarepocketpc.net client - see attached source code. This is being released under the GNU General Public License.

XDA forum: [APP] Pocket Freeware (developer release) - xda-developers

Current version: D.19

Requires:Listview, fgControls libraries (filippo)

- - - -
Features
1. View applications by New, or by category (edit categories.txt file to customize what categories you want)
2. View application detail - if app was installed by "Pocket Freeware" it will have checkmark and show both installed date and latest available date.
3. Download & install
4. Pocket PC and PC versions

Future or still in development
1. View list of what has been installed from freewarepocketpc.net with this app (and check for updates!)
2. Landscape mode (not implemented due to my laziness and focus on features)
3. View listings on freewarepocketpc.net's shareware site
4. More robust downloading (working with site owner)
5. Save settings (currently hard coded, some you can change during run-time)
6. Clean-up details page (artistic, I am not)
7. Your feature here?

Instructions & hints
1. Checking an unchecked box in the details page will download and install the app
2. Clicking on the image in the details page will enlarge the image. Click on image again to minimize.
3. Little "X" in right hand corner of details page will close the details & return to listing
4. Double click (or press enter on dpad) to select application to view details. I may add the detail launch on the main page image in a future release
Attached Images
File Type: jpg app_main.JPG (19.4 KB, 96 views)
File Type: jpg app_details.JPG (17.6 KB, 65 views)
File Type: jpg app_img.JPG (13.0 KB, 46 views)
Attached Files
File Type: zip cache.zip (203.5 KB, 49 views)
File Type: zip gfx.zip (199.0 KB, 51 views)
File Type: sbp freeware19.sbp (32.8 KB, 52 views)

Last edited by digitaldon37 : 02-20-2009 at 01:31 AM.
Reply With Quote
  #2 (permalink)  
Old 12-07-2008, 09:20 PM
Basic4ppc Expert
 
Join Date: May 2008
Location: Italy
Posts: 599
Awards Showcase
Beta Tester 
Total Awards: 1
Default

I guess that you already know Gecko is being developed with Basic4PPC

see here:

http://www.basic4ppc.com/forum/open-...installer.html

rgds
moster67
Reply With Quote
  #3 (permalink)  
Old 12-07-2008, 11:39 PM
Basic4ppc Veteran
 
Join Date: Jan 2008
Posts: 215
Default

Quote:
Originally Posted by moster67 View Post
I guess that you already know Gecko is being developed with Basic4PPC

see here:

http://www.basic4ppc.com/forum/open-...installer.html

rgds
moster67
Yes - I wish him success and can't wait to see the code posted here.

On another note - since it's a slow night - I've added some more code and you can actually browse and download a cab. Since it is functional I added a release number to it. See main post.

Last edited by digitaldon37 : 12-07-2008 at 11:43 PM.
Reply With Quote
  #4 (permalink)  
Old 12-08-2008, 06:16 AM
Basic4ppc Expert
 
Join Date: May 2008
Location: Italy
Posts: 599
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Great app!!

I will continue keeping an eye on this one - it's a quick way to see if there are any "goodies" which I'd like to install and and I can do it directly from my device..

rgds,
moster67
Reply With Quote
  #5 (permalink)  
Old 12-08-2008, 04:49 PM
Basic4ppc Veteran
 
Join Date: Jan 2008
Posts: 215
Default

Quote:
Originally Posted by moster67 View Post
Great app!!

I will continue keeping an eye on this one - it's a quick way to see if there are any "goodies" which I'd like to install and and I can do it directly from my device..

rgds,
moster67
I've implemented a "more" button if there are additional pages of software. See main post.

UI isn't pretty - but program is functional now.
Reply With Quote
  #6 (permalink)  
Old 12-08-2008, 05:00 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,726
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

I recommend you to try the new features of HTTP library v1.5. It will allow you to download the cab files with a progress indicator and without freezing the interface.
Reply With Quote
  #7 (permalink)  
Old 12-10-2008, 10:19 PM
Basic4ppc Veteran
 
Join Date: Jan 2008
Posts: 215
Default

Quote:
Originally Posted by Erel View Post
I recommend you to try the new features of HTTP library v1.5. It will allow you to download the cab files with a progress indicator and without freezing the interface.
Thanks Erel! I will take a look at that.

I've uploaded .12 - some bugs fixed.
Reply With Quote
  #8 (permalink)  
Old 12-14-2008, 07:13 PM
Senior Member
 
Join Date: Sep 2008
Posts: 161
Default

Not to break your bubble, but they already have pocketpcfreeware.mobi and it does the same job the full website does.



EDIT: I'm still curious, you got an executable? In any way, I'd love you to come and help with Gecko as you have B4P skills. The source will be on CollabEdit at some point.
__________________

Last edited by N1c0_ds : 12-14-2008 at 07:28 PM.
Reply With Quote
  #9 (permalink)  
Old 12-14-2008, 08:50 PM
Basic4ppc Veteran
 
Join Date: Jan 2008
Posts: 215
Default

Quote:
Originally Posted by N1c0_ds View Post
Not to break your bubble, but they already have pocketpcfreeware.mobi and it does the same job the full website does.



EDIT: I'm still curious, you got an executable? In any way, I'd love you to come and help with Gecko as you have B4P skills. The source will be on CollabEdit at some point.

I think that their mobi site only supports a few categories, and they only provide an RSS for new titles. I wanted something that would let me browse all categories from my PDA. I have a working executable - screen shot is posted on my wiki: pocket_freeware [CampusBBS Wiki]

This was more of an exercise of parsing html and building a program around that though. It ended up being a dedicated RSS reader for that site, though without the RSS.

Last edited by digitaldon37 : 12-14-2008 at 09:06 PM.
Reply With Quote
  #10 (permalink)  
Old 12-15-2008, 12:11 PM
Senior Member
 
Join Date: Sep 2008
Posts: 161
Default

Quote:
Originally Posted by digitaldon37 View Post
I think that their mobi site only supports a few categories, and they only provide an RSS for new titles. I wanted something that would let me browse all categories from my PDA. I have a working executable - screen shot is posted on my wiki: pocket_freeware [CampusBBS Wiki]

This was more of an exercise of parsing html and building a program around that though. It ended up being a dedicated RSS reader for that site, though without the RSS.
Then well done! How do you parse your HTML by the way?
__________________
Reply With Quote
Reply



LinkBacks (?)
LinkBack to this Thread: http://www.basic4ppc.com/forum/open-source-projects/3487-freewarepocketpc-net-client.html
Posted By For Type Date
xda-developers - Development and Hacking This thread Refback 12-11-2008 02:44 AM
Pocket Freeware - xda-developers This thread Refback 12-10-2008 10:30 PM
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Auslesen einer Tabelle in eine Textbox und löschen von "0,00-Ergebnissen" JOTHA German Forum 8 11-29-2008 08:50 AM
Cannot start B4PP anymore on desktop: "A problem was encountered" Frank Questions (Windows Mobile) 5 11-11-2008 10:03 AM
"AddEvent" and "buttonUp/buttonDown" Byak@ Questions (Windows Mobile) 12 09-10-2008 03:04 PM
Is there any thing like Visual Basic "Tabbed dialog control" in Basic4ppc? mozaharul Questions (Windows Mobile) 6 03-23-2008 11:07 AM
calling the device's "Programs" or "settings" screens HarleyM Questions (Windows Mobile) 0 12-05-2007 02:59 AM


All times are GMT. The time now is 12:57 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0