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

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Questions (Windows Mobile)
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Questions (Windows Mobile) Post any question regarding Basic4ppc.

Learning Basic4ppc?

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-10-2007, 10:31 PM
Junior Member
 
Join Date: Sep 2007
Location: Silicone Valley
Posts: 26
Question Learning Basic4ppc?

Hi again,

As mentioned in another recent post, I'm checking out Basic4ppc vs other basic apps such as NSBasic, etc...

One thing I've noticed as a 'Code Noob' is that while I've found some 'reference material' docs for Basic4ppc, I've found no tutorials or other 'learning materials'.

To me as a newb, reference materials are important but they do not really help one get started using an app such as Basic4ppc.

So, have I just missed the tutorials/learning materials? If so, could someone point me to them? Or do they not exist?

FWIW, while I'm a 'code noob' I have read some books on BASIC and C, etc. so understand some very basic (no pun intended...) programming concepts, but really still a noob as I haven't had the time before to really spend the necessary time practicing coding.

Which is one of the reasons I'm looking for a reasonable 'on-board development' handheld device IDE to use. As I usually carry my ppc around but not always my laptop and want to be able to take advantage of free time that I have here and there, inbetween things to practice and learn....

Thanks for any and all input!



Mark
Code Noob But Eager to Learn....
__________________
Silicone Valley Digerati/Code Noob
HTC Advantage X7501/WM6
Kohjinsha SH6/Vista HP (For Sale, PM me...)
MacBook C2D
Reply With Quote
  #2 (permalink)  
Old 09-10-2007, 10:40 PM
Knows the basics
 
Join Date: Apr 2007
Location: Qld, Australia
Posts: 98
Default

Hi Mark,

I am learning B4PPC also and find that the examples that come with the program to be good tutorials.

I run the sample code and see how the program works and then go back and read through the logic of the code to understand its functioning.

Often I make changes inthe code to see the effects on the program.

Code is the best teacher in my thoughts.
Reply With Quote
  #3 (permalink)  
Old 09-10-2007, 10:42 PM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 2,313
Awards Showcase
Forum Contributer 
Total Awards: 1
Default

The best leaning material you will ever find my friend, is the forum itself...
This is our 3rd attempt to a forum....the first one was logged at a users website, (Hi Geotrail) that unfortunatly durring an upgrade crashed and all info was...lost but not forever...what could be salvage is in a topic somewere in the samples forum...
The second one was almost like the first....but the upgrade worked(only a few day worth of post were lost) and so where we are today...
Always willing to help a fellow noob, as we all once were( and sometimes still are...)

The best code examples are in the help files themselfs as they explain with an example how a particular control works....
Any other doubt, don't be afraid to ask....even if in your code 2+2 is equaling 5...
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France-Saumur
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)
B4PPC DLL Version Listing - B4Android DLL Version Listing
Reply With Quote
  #4 (permalink)  
Old 09-10-2007, 10:55 PM
Junior Member
 
Join Date: Sep 2007
Location: Silicone Valley
Posts: 26
Thumbs up

Quote:
Originally Posted by BPak View Post
Hi Mark,

I am learning B4PPC also and find that the examples that come with the program to be good tutorials.

I run the sample code and see how the program works and then go back and read through the logic of the code to understand its functioning.

Often I make changes inthe code to see the effects on the program.

Code is the best teacher in my thoughts.
Excellent points and good perspective on this, BPak!

Thanks,

Mark
__________________
Silicone Valley Digerati/Code Noob
HTC Advantage X7501/WM6
Kohjinsha SH6/Vista HP (For Sale, PM me...)
MacBook C2D
Reply With Quote
  #5 (permalink)  
Old 09-10-2007, 10:58 PM
Junior Member
 
Join Date: Sep 2007
Location: Silicone Valley
Posts: 26
Thumbs up

Quote:
Originally Posted by Cableguy View Post
The best leaning material you will ever find my friend, is the forum itself...
[Snip.... ]

Always willing to help a fellow noob, as we all once were( and sometimes still are...)

The best code examples are in the help files themselfs as they explain with an example how a particular control works....
Any other doubt, don't be afraid to ask....even if in your code 2+2 is equaling 5...
Great point about the forum itself, Cableguy!

And thanks for the willingness to help out a fellow noob too...I know I can use all the help I can get...




Mark
__________________
Silicone Valley Digerati/Code Noob
HTC Advantage X7501/WM6
Kohjinsha SH6/Vista HP (For Sale, PM me...)
MacBook C2D
Reply With Quote
  #6 (permalink)  
Old 09-10-2007, 10:59 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 13,162
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

Do you plan to develop a specific application?
Maybe we will be able to give you some tips to help you get started.
Reply With Quote
  #7 (permalink)  
Old 09-11-2007, 12:27 AM
Junior Member
 
Join Date: Sep 2007
Location: Silicone Valley
Posts: 26
Lightbulb

Quote:
Originally Posted by Erel View Post
Do you plan to develop a specific application?
Maybe we will be able to give you some tips to help you get started.
Well, good question, Erel....

Have had some ideas...one thought I had was to try and develop an app similar to an app that I've used before. The thought being that by trying to 'recreate an existing app' it would be a good learning exercise rather than trying to create from scratch a new app that I've never seen or used before....hope this makes some sense...

So in that regard, I've thought about something that would help me in my daytime job where I manage lots of building projects.

So, maybe some sort of project tracking or task management app would be a meaningful exercise...but don't know how difficult a challenge that is or not.

Thanks,

Mark
__________________
Silicone Valley Digerati/Code Noob
HTC Advantage X7501/WM6
Kohjinsha SH6/Vista HP (For Sale, PM me...)
MacBook C2D
Reply With Quote
  #8 (permalink)  
Old 09-11-2007, 12:43 PM
Basic4ppc Veteran
 
Join Date: Apr 2007
Posts: 269
Default

Well, another good way to learn the lingo, besides taking apart the existing examples, is to translate exisating code from other languages into BASIC4PPC. I have doen this and it is very instructive. beside the examples on the board I am sure that almost everybody has examples to him- or herself just for testing that can help you out.....
And...errr... yes maybe this project you're suggesting is a bit steep, but then again, give it a try!
Help is always swift and to the point!
Marc
Reply With Quote
  #9 (permalink)  
Old 09-11-2007, 02:24 PM
Junior Member
 
Join Date: Sep 2007
Location: Silicone Valley
Posts: 26
Thumbs up

Quote:
Originally Posted by Stellaferox View Post
Well, another good way to learn the lingo, besides taking apart the existing examples, is to translate exisating code from other languages into BASIC4PPC. I have doen this and it is very instructive. beside the examples on the board I am sure that almost everybody has examples to him- or herself just for testing that can help you out.....
And...errr... yes maybe this project you're suggesting is a bit steep, but then again, give it a try!
Help is always swift and to the point!
Marc
Thanks for another great idea and support, Marc. Appreciate it!

Don't want to tackle something too difficult for starters though, I seem to get enough error messages as it is.....



Mark
__________________
Silicone Valley Digerati/Code Noob
HTC Advantage X7501/WM6
Kohjinsha SH6/Vista HP (For Sale, PM me...)
MacBook C2D
Reply With Quote
  #10 (permalink)  
Old 09-11-2007, 03:57 PM
Senior Member
 
Join Date: Apr 2007
Location: Kindred,ND
Posts: 122
Awards Showcase
Beta Tester 
Total Awards: 1
Default

You've already got a load of good advice. Just read the help file get a chm reader on ppc and set it to a button so you can reference the help chm. I have nsbasic and at my age its too complex and doesn't make an exe file. good luck
Reply With Quote
Reply


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


All times are GMT. The time now is 01:15 AM.


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