Share My Creation Inspection and Photo

I share my current wip for a tool with name Inspection and Photo.
(its a remake from a tool i had done in ms power apps.)

concept:
you goto a place and make some notes and photos.
as an example: do inventory, damage report, photo blog, ..

features:
collecting images with thumbnails into a local database at phone (blob)
input form with customer data, location, ..
fetch gps position
used geo: intent to display a map
using a sqlite database
share database file (at windows pc you can look into this .db file with DB Browser for SQLite)
gallery view horizontal/vertical (custom view)
some kind of color theme used in manifest (but most of gui i set fix colors)
permissions check at splash screen

some open todos:
barcode reader ..
device rotation / recreate activitys mostly done
menu option for deleting the database file after upload
voice input beside textboxes


flow:
+ start a new Inspection / or select one from list
input data and save
click photo icon it will show the images list
click camera icon to open camera preview screen
click in camera preview, wait sound make beep beep
cloud upload icon to share the database


screenshots (old):
1.png 2.png 3.png4.png 5.jpg 6.png 7.png 8.png

10.jpg 11.jpg 12.jpg

used libs:
Snap_2018.09.06_22h11m52s_001_.png

ABZxing
lib
https://www.b4x.com/android/forum/threads/abzxing-barcode-reader.7303/

version 23.09.2018 12:00
 

Attachments

  • B4A Inspection and Photo.zip
    83.5 KB · Views: 710
Last edited:

dss yanmar

Member
Licensed User
nice app. but i found warning #32, i use important library like you do. how to solve it?
 

Attachments

  • a.png
    a.png
    94.8 KB · Views: 426
  • Screenshot (4).png
    Screenshot (4).png
    115.9 KB · Views: 405

MarkusR

Well-Known Member
Licensed User
Longtime User
u started a new project?
u can untick not used librarys in library manager if u not need them in future.
 
Top