Discussion Forums  >  Uncategorized

Replies: 3    Views: 446

Gasguzziler
Aspiring developer
Profile
Posts: 53
Reg: Nov 24, 2010
Seattle
530
11/29/10 02:29 PM (15 years ago)

Id and Key understanding noob question

This might be elementary but I am missing something somewhere. I know that these settings need to have information in them before I can think about publishing this to the app market but I am just pulling my hair out trying to figure it out. So anyone pointing me in the right direction would be greatly appreciated. Thanks //for data downloads / saves public String appGuid = ; public String appApiKey = ; public String screenGuid = ; public String saveAsFileName = ; public String remoteDataCommand = ; public String JSONData = ;
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
11/29/10 04:32 PM (15 years ago)
Hi again... was just working on your PDF problem from the other day (totally dropped the ball - thanks for the reminder!). But first... This question means you must be looking into Act_ActivityBase.java - cool - good stuff in there. The variables (properties you listed) are initialized to blank in this file intentionally. Act_ActivityBase is a class that is used as a foundation for the Screen_ classes. Example: Screen_SubMenu is derived from Act_ActivityBase so the same variables and other properties don't have to be re-typed each time. When the screen loads, it will set the values of these variables in each screens onCreate(Bundle savedInstanceState) method. Hope this makes sense? PDF: I tried and tried to get the file you sent compressed smaller - no go. It is the file size that's causing the problem. I'm working on allowing our server to accept larger uploads but it will not today. This is a touch issue for us (thousands of uploads) and we are not sure of the long-term solution. In the meantime, I'de be happy to host that PDF you sent, and others if you need, on our servers. This would mean that you could create CustomURL screens instead of PDF screens. The URL for the screen would come from us after you sent the PDF. a) You send us the PDF b) We put in in a save place on our server c) We send you the URL to use in the CustomURL screen. Hope this helps while we work out a large-file-upload solution.
 
Gasguzziler
Aspiring developer
Profile
Posts: 53
Reg: Nov 24, 2010
Seattle
530
like
11/29/10 04:46 PM (15 years ago)
Yea that poor pdf has been crushed so much that I am surprised that it still works. I will try the custom url, I have my own server where I could host the files so no worry's there. So then I must be missing something then on this cuz I would of sworn on a stack of bibles that that is where I need to put the silly google map api key to have the maps work. well I guess I just need to do some more digging and reading. I will get it all one of these days... Thanks for your help.
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
11/29/10 10:53 PM (15 years ago)
No worries. Look in the README.txt file that came with the project - holler if you're still stuck.
 

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.