B4A Class FrostPocketBaseMobile - A Full Wrapper for Pocketbase-mobile server

Hello B4X Community,

I'm excited to share a new library I've wrapped for B4A developers. FrostPocketBaseMobile is a B4A wrapper around the Pocketbase-mobile library by Rohit Sangwan. This wrapper brings the power of a Pocketbase Server to your B4A projects, allowing you to easily integrate a lightweight, self-hosted backend into your Android apps.

Features​

  • REST API and Admin UI: Access the Pocketbase REST API and Admin UI from your Android device.
  • Lightweight and Fast: Pocketbase is designed to be a lightweight solution that runs efficiently on your Android device.

Pocketbase 1.jpg


How to Use​

  1. Download the AAR File:
  2. Add to Your B4A Project:
    • Move the downloaded AAR file to your B4A additional library folder.
  3. Run the B4A Project:

Download Links​

License​

This wrapper is based on the Pocketbase-mobile library, which is licensed under the MIT License.

Support My Work​

If you find this library useful, please consider supporting my work:


Happy coding!
 

Attachments

  • Pocketbase 2.jpg
    Pocketbase 2.jpg
    86.4 KB · Views: 65
  • Pocketbase 3.jpg
    Pocketbase 3.jpg
    136.1 KB · Views: 61

Mashiane

Expert
Licensed User
Longtime User
As pocketbase is available for linux also, you can download it from here


To use in a b4x app, you can use HTTPUtils.

There are examples and source code to do that on this thread

 

FrostCodes

Active Member
Licensed User
Longtime User
As pocketbase is available for linux also, you can download it from here


To use in a b4x app, you can use HTTPUtils.

There are examples and source code to do that on this thread

This is actually correct and the pocketbase zip is even smaller (currently about 14mb)
 
Top