View flipper solution

I want to show the view flipper only when time when the app opens first time like professional apps can some body plz help me

first, initialize a global variable (let it be named- appopen)

  •  when screen1 initialize
          set global variable to call tinydb.Get value
                                                   tag=openapp
                                 value if tag not there=0
          if get global openapp=0                       
                set viewflipper.visible to true
          else
                call tinydb.store value
                                  tag=openapp
                       value to store=1
                
        set viewflipper.Visible=false
3 Likes

Make it easy
bild

/Boban

3 Likes

Thanks brother for your help it helped me a lot