screenshot

  1. xiaoyao

    Android Question How to implement Android background screenshot service

    How to implement Android background screenshot service I do not know if there is such an example, after the APP enters the background, the screenshot is taken every 5 seconds, and a notification pops up after the completion of 5 screenshots
  2. P

    Android Question Different colors in B4A screenshots

    I take a screenshot in the B4A environment. My phone is Samsung Galaxy A32 5G (use USB debugging mode). The screenshot taken has completely different colors than the screen of my application. The Android app has correct colors. The difference is only in the screenshot. A screenshot taken in the...
  3. M

    Bug? Send To UI Cloud option not available

    Hi everyone, why don't I have he "Send to UI Cloud" button? is it only for iOS? thanks in advance
  4. carlos7000

    Android Question How do I make a service run at the moment I want while I run another application in the foreground?

    I'm trying to make an application that remains running in the background, ready to take a screenshot. But I don't know how to make it take the screenshot at the moment I need it. On my Motorola, I just have to put 3 fingers on the screen to take a screenshot, but I can't do that on my tv box...
  5. alirezahassan

    B4J Question Take a screenshot disabled

    is there any java code for disable screenshot? Can I convert C# code to b4j?
  6. alirezahassan

    B4A Library [B4A] - AH_TakeScreenShot - Take a screenshot (Library)

    Hi all, You can take a screenshot of the screen with a single line of code. in the next version you can take a screen shot with desired view. this zip file have a library and a sample. Currently version v1.0 (2021/05/23) Private Sub BTN_ScreenShot_Click Dim bitmap As Bitmap...
  7. alirezahassan

    B4A Library [B4A] - AH_ActivityScreenShot - Disable or enable screenshots (Library)

    Hi All. Today I am very happy to publish my first library For best IDE Which is called AH_ActivityScreenShot. You can Give or Deprivation of screenshot or videoshot access from the user in an instant. easy to use Currently version v1.0 (2021/05/23) Dim AH_ActivityScreenShot as...
  8. mcqueccu

    Wish Get Screenshot from hosted builder or iOS emulator tool for PC

    Background: I finished developing my first B4I app with my testing device of iPhone 5s, I then used the screenshot resizer tool to generate other screenshot sizes for my app and uploaded to the app store. I got Metadata rejected because the images on larger screens look stretched in width...
  9. A

    Android Question Create image from panel

    Hello, Does anybody know if there is a way to create and save an image that contains a screenshot of a panel (with all the B4Xview inside)? Thanks in advance
  10. B

    Android Question snapshot to camera and UI

    Hi... I used opencv lib in one of my project to open camera and tracking a face. and added some ui (label, button) above the camera's panel. I wanna make a screenshot to the camera and the UI together I tried : Sub TakeScreenshot Dim jo As JavaObject jo.InitializeContext Dim decor As...
  11. R

    Android Question Selfie library

    Trying to make a screenshot of my app and tried the Selfie library: https://www.b4x.com/android/forum/threads/selfie-make-screenshot-of-your-own-app.73398/#content Used the exact code as in the above thread and I get no errors, but I can't find any produced image file. Tried various other...
Top