fast

  1. Peter Simpson

    B4J Library Redis Client fast in-memory datastore

    Hello everyone, After reading the post by @hatzisn HERE titled 'Redis - A great tutorial', I decided to look more into Redis. Even though I personally cannot ever see myself using this Redis library (I prefer B4X KVS or in‑memory SQLite). But, B4X (B4J) developers might want to use it, and of...
  2. P

    B4A Library AnimateProgressBar - Standard Progress Bars are Animated Now

    Hi This library animates standard progress bars. It doesn't add any view Animation is smoother on a real device. this is a gif. Example: Sub Globals Private ProgressBar1 As ProgressBar Private RndPb As Button Dim apb As AnimateProgressBar End Sub Sub Activity_Create(FirstTime...
  3. J

    Android Code Snippet Concept for VERY fast temporary IO

    SubName: N/A its simply a concept/idea that would appear very easy to implement, with possibly great benefits for performance. But totally untested, only created it and put a file in it, and it acted just like normal storage. Description: Historically, I have seen my IO access on storage around...
Top