floating

  1. Alexander Stolte

    B4A Library [B4X] AS FloatingPanel

    This is a simple panel that can be attached anywhere and opens with an animation. More usecases and updates to come ;) I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by...
  2. carlos7000

    Android Question Floating point error

    I am writing a simple program that must add the number 0.000000000000001 a given number of times. something like that Do While Cycles > 0 Cycles = Cycles - 1 Total = Total + 0.000000000000001 Loop Strangely, the answer does not match what was expected. I was reducing the requirement...
  3. Alexander Stolte

    B4A Class [B4X] [XUI] AS Floating Loading Button

    First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :) The Loading Animations are from the B4XLoadingIndicator by @Erel Author...
  4. Star-Dust

    B4A Library SD: Floating Button StandOut

    (No WRAP, but B4A) I've been in a new challenge. I reworked a little release published by @JordiCP. Find Here He entered the Java code taken by GitHub (see https://github.com/henrychuangtw/Android-ChatHead) and wrapped it with "#IF JAVA" inside a B4A module. With his permission I extended a...
Top