Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 14    Views: 127

nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
04/27/14 11:02 PM (10 years ago)

Advanced Quiz Android

Android version of the Advanced quiz has been uploaded. I tried to make it as match the iOS version as closely as possible. Some things that are not included in the android version: Leader boards and achievements which I will include at a later update. The explanation screen is a text only pop up. There is no option available for the more advanced html explanation. https://www.buzztouch.com/plugins/plugin.php?pid=ABA567A098CB794C4191E81
 
MacApple
Apple Fan
Profile
Posts: 4675
Reg: Oct 25, 2010
USA
61,150
like
04/28/14 04:29 AM (10 years ago)
Superb! Great stuff my good man.
 
KennedyE
Android Fan
Profile
Posts: 373
Reg: Dec 07, 2013
PH, Nigeria
3,730
like
04/28/14 04:39 AM (10 years ago)
Thanks for the Android version, was surprise to see the Android version this morning when I checked the BT market, just bought it, will play around with it soon and waiting for the future updates of other features. Cheers!
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
04/28/14 07:29 AM (10 years ago)
Wow, Nick! Awesome update -- for both platforms !
 
bfoutty
Code is Art
Profile
Posts: 185
Reg: Jun 12, 2011
Youngstown, OH
12,650
like
04/28/14 09:54 AM (10 years ago)
Nick, That's awesome. I would use it except now I am hoping that I do not have to do Android any more for the reason we talked about in Vegas.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
04/28/14 01:29 PM (10 years ago)
nice!what android books do you recommend?
 
Crown Solutions
Aspiring developer
Profile
Posts: 463
Reg: Nov 11, 2011
MN
13,480
like
04/28/14 02:38 PM (10 years ago)
Killer update Nick, didn't take long to put those Java skills to work. Jim
 
Janeen
Aspiring developer
Profile
Posts: 51
Reg: Jun 11, 2013
Southern Califo...
6,910
like
04/28/14 04:35 PM (10 years ago)
What fantastic news! I've been waiting for this release. I'm going to buy it now! Many thanks, Janeen
 
nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
like
04/29/14 09:21 PM (10 years ago)
Hey CM: Only one I have tried is the big nerd ranch book. And I am only about 25% of the way through it.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
04/29/14 09:30 PM (10 years ago)
Nice thank you.that's the one I was looking at.its only 30 bucks on Amazon.only 25 % and made a nice plugin.that's amazing
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
04/29/14 09:35 PM (10 years ago)
Great work Nick! Happy as a clam I can use it on both sides of the fence! Cheers! -- Smug
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
04/29/14 09:46 PM (10 years ago)
Well your a great coder so that's expected anyway!
 
NorfolkAndGood
Aspiring developer
Profile
Posts: 41
Reg: Jul 17, 2013
Cirencester
410
like
05/27/14 03:26 AM (10 years ago)
Can anyone help me please with an issue regarding the Android version of the Advanced quiz. The issue is font sizes for the questions and answers. I have been having an issue with screen sizes which I have resolved by forcing all screen sizes to be "small device" by expanding the 600 and 500 widths in the BT_Device file to 2500, so that it works on hi resolution devices such as Galaxy S3. However the issue I am having is that I have set the question font size (small device) to 16 and the answers to font size 10, but when these are displayed the answer text is larger than the question text (nearly twice as big). The next problem I have is that if I change the font size in the config file, to make the font smaller for the answers, it will mess up the layout of the ios deployed app. Could anyone help me with adjusting the size of the answer boxes and text in the Android app only please. Thanks in anticipation. Robert
 
NorfolkAndGood
Aspiring developer
Profile
Posts: 41
Reg: Jul 17, 2013
Cirencester
410
like
05/27/14 03:40 AM (10 years ago)
Further to the previous question, I have discovered that while the device is forced to be a small device through the BT_Device file, the font sizes are not switched accordingly, it uses the small device font size for the question and the large device font size for the answers. Can anyone help me find the code to correct this please.
 
NorfolkAndGood
Aspiring developer
Profile
Posts: 41
Reg: Jul 17, 2013
Cirencester
410
like
05/27/14 03:57 AM (10 years ago)
Please disregard my request for assistance, I have found the problem. There is a small bug in the Android code in NAD_advanced_quiz.java Where it reads: buttonArray[b].setTextColor(BT_color.getColorFromHexString(quizFontColorAnswers)); buttonArray[b].setBackgroundColor(BT_color.getColorFromHexString(quizButtonColorAnswers)); if(easapplexams_appDelegate.rootApp.getRootDevice().getIsLargeDevice()) { buttonArray[b].setTextSize(quizButtonFontSizeLargeDevice); }else{ buttonArray[b].setTextSize(quizButtonFontSizeLargeDevice); } } The second quizButtonFontSizeLargeDevice should read(quizButtonFontSizeSmallDevice); I hope this helps.
 

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.