Discussion Forums  >  Uncategorized

Replies: 4    Views: 169

LoglineEngine
I hate code!
Profile
Posts: 65
Reg: Sep 24, 2011
LA
650
09/26/11 05:38 PM (14 years ago)

Public VOID in Coding Not allowing features to work in simulator

I am getting quite a few errors. See error screens at: I looked into the coding and see a lot of PUBLIC VOID. Example: //showLocationMap public void showLocationMap(){ It looks like a lot of the features say void. That is probably why I can't email, use map feature, Facebook, etc. How do I change that so that a feature is allowed? Change to Public allow ? Thanks.
 
LoglineEngine
I hate code!
Profile
Posts: 65
Reg: Sep 24, 2011
LA
650
like
09/26/11 05:39 PM (14 years ago)
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
09/27/11 01:18 AM (14 years ago)
@ LoglineEngine: Public void has NOTHING to do with the features your having trouble with. See remarks on this thread and please don't double post the questions about the same troubles your'e having in more than one thread. http://www.buzztouch.com/forum/thread.php?tid=5DCBDAEA627002519DDD94C void is a special word used in java programming that indicates that a method (function) has no return value. Example If a method returned an integer, it would be public int if it returned a string value it would be public String, when it returns nonthing, it's public void. Void has been used for dozens of years in many different languages, it's totally normal to see this word in java code. Lots and lots of java source-code will look foreign to a non-programmer. It may or may not (the java) begin to make sense after awhile but given enough time, you'll get it eventually ;-)
 
LoglineEngine
I hate code!
Profile
Posts: 65
Reg: Sep 24, 2011
LA
650
like
09/27/11 12:01 PM (14 years ago)
Hi David, Thanks for explaining. I'll also avoid double posting in the future. Just at a stand still. I know dealing with newbies is annoying. Hopefully in a few months I'll be able to help others. Thanks. Patrice
 
LoglineEngine
I hate code!
Profile
Posts: 65
Reg: Sep 24, 2011
LA
650
like
09/28/11 12:30 PM (14 years ago)
Hi David, I have updated my first post with issues on mapping after following instructions to the t. Maps in Chinese. Can you review that post? I posted a photo link as well. Thanks. Patrice
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.