Android Question Sketch floor plan

aeric

Expert
Licensed User
Longtime User
I want to add a function for drawing a floor plan in the app (not B4XPages).
I think the editor must have the functions of drawing lines, curves, squares/rectangular, undo/redo, erase and adding text.
I am not familiar with drawing. Hope members can give some advice.

Similar thread:
 
Solution
Hi:

Maybe you can get some inspiration from:

josejad

Expert
Licensed User
Longtime User
Hi:

Maybe you can get some inspiration from:

 
Upvote 0
Solution

aeric

Expert
Licensed User
Longtime User
Hi:

Maybe you can get some inspiration from:

Thanks.
I forgot this exist.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
I created a simple one with help of DeepSeek.

1738573174205.png
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
I have uploaded the project to GitHub.
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
You can use this example too to add some drag and drop functions (for example, add pre-draw elements)

 
Upvote 0

aeric

Expert
Licensed User
Longtime User
You can use this example too to add some drag and drop functions (for example, add pre-draw elements)

I already have an example for this one.
 
Upvote 0
Top