jandcproductions
Lost but trying
Profile
Posts: 28
Reg: Mar 22, 2013
Lugoff
580
04/03/13 06:39 AM (12 years ago)

Eclipse/Xcode Question

Hello. If I download the source code for my app and import it into Xcode or Eclipse, if I make changes or add files there, will it sync back to Buzztouch? If not, how can I make sure they stay in sync together?
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
04/03/13 06:53 AM (12 years ago)
Changes in Xcode/Eclipse don't sync back. It's a one-way process in essence. Your control panel work simply saves a text file online that contains some instructions for the app to read. In technical terms, this is called "JSON". All of the actual code is in Xcode/Exlipse. Your app goes online to fetch the text file to see if it should follow a different path in the code it already has.
 
jandcproductions
Lost but trying
Profile
Posts: 28
Reg: Mar 22, 2013
Lugoff
580
like
04/03/13 06:54 AM (12 years ago)
So if I add my files (for the file names in BT), everytime I recompile the app, I have to go and re-add all of the images, etc?
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
04/03/13 06:56 AM (12 years ago)
If by recompile you mean download the source code from Buzztouch, then yes. But if you're just making changes to the code you previously downloaded and compiled, then no - those images stay in the project folder on your computer
 
jandcproductions
Lost but trying
Profile
Posts: 28
Reg: Mar 22, 2013
Lugoff
580
like
04/03/13 06:57 AM (12 years ago)
ok, will I need to keep downloading the source code from BT? (If I add a new screen, plugin, etc, do I have to re-download?)
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
04/03/13 06:58 AM (12 years ago)
If you add a new plugin, yes. The plugin contains the actual code. If just adding a screen, then no. That just makes a change to the online text file
 
jandcproductions
Lost but trying
Profile
Posts: 28
Reg: Mar 22, 2013
Lugoff
580
like
04/03/13 07:00 AM (12 years ago)
ok, and I assume all image files go in the same place? And where is that place? I really appreciate your help!
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
04/03/13 07:01 AM (12 years ago)
No problem! In Xcode, images go in the BT_Images folder. In Eclipse they go in res/drawable
 
jandcproductions
Lost but trying
Profile
Posts: 28
Reg: Mar 22, 2013
Lugoff
580
like
04/03/13 07:18 AM (12 years ago)
thanks!
 
sal s
Aspiring developer
Profile
Posts: 10
Reg: Mar 29, 2012
Chicago
1,400
like
04/01/14 09:54 AM (11 years ago)
Is the the initial creation/package from Buzztouch only supposed to "start you off" then download to the xcode or eclipse program to refine? Understood it is one way from buzztouch to the project,not including images. The only changes that would "push" any json changes and new plugin info to the project, however any development in the project environment that is made is not changed when a change is made to buzztouch? no json is overwritten? Just making sure it sounds like Buzztouch creates the framework and additions of BT plugins if added but the xcode or eclipse project stays in tact and is not adversely affected by changes made in buzztouch. I was confused by when buzztouch packages things up and you can put a version on it that it is managing the finished product and it sounds like its isn't. which is fine, just clarifying for my own knowledge. Thanks
 

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.