Other Quiz #12 - Find the bug - Process & Activities life cycle - Erel    Feb 17, 2014   (2 reactions) This one should be quite simple. Find and explain the bug in each of the following code snippets: 1. 'main Sub Process_Globals End Sub Sub Globals Dim sql1 As SQL End Sub Sub Activity_Create(FirstTime As Boolean) If FirstTime Then sql1.Initialize(File.DirRootExternal, "1.db", False) End If End Sub 2. 'main Sub Process_Globals Public sql1 As SQL End Sub S... Other Quiz #10 - 2000 buttons quiz - Erel    Jan 12, 2014 unfortunately this quiz is not for you...
In this quiz you need to add 2000 buttons to the main activity. Each... implements this quiz.
An excellent answer is an answer that correctly implements this quiz and doesn... Other [quiz] Find the bug - Erel    Jul 14, 2015 ", True)
End If
End Sub
Solution: https://www.b4x.com/android/forum/threads/quiz-find-the-bug... Other April fools quite difficult and a bit unfair quiz - Erel    Apr 1, 2021   (2 reactions) https://www.b4x.com/basic4android/images/PI7jrPEBiD.gif
code:
Sub Process_Globals
Private fx A... Other [B4X] quiz: Json prettifier - Erel    Nov 16, 2021   (4 reactions) Task: You have a compact json string and you want to understand its structure.
You can of course us... Other Quiz #11 - Drawing functions - Erel    Jan 26, 2014   (3 reactions) Edit: Don't miss the bonus question in post #11. Back to high school quiz. In your code should be a sub with the following signature: Sub Func(x As Double) As Double The user implements this function. The user enters (directly in the code) any math function they like. The quiz is to draw the math function. Some examples (the red graph will be explained soon): Sub Func(x As Double) As Double Return x End Sub http://www.b4x.com/basic4android/images/SS-2014-01-26_10.57.37.png... Other Quiz #12 - Does it work? - Erel    Nov 25, 2020
Sub Class_Globals
Private Root As B4XView
Private xui As XUI
Private LastClickedTime As... Other [B4X] Quiz #7 - hash hash - Erel    Apr 10, 2020 I've implemented a hash table / map as part of the "teachers examples": https://www.b4... Other [quiz] Compare signs - Erel    Oct 17, 2018   (1 reaction) We want to check whether the two values are either non-negative or negative.
If (Func1 >= 0 An... Other [B4X] Quiz: Resumable Subs - Erel    May 25, 2017 1. What is the difference between:
Sub Activity_Create(FirstTime As Boolean)
For Each link As St... Page: 1   2   |