J junaidahmed Well-Known Member Licensed User Longtime User Aug 26, 2018 #1 I have an an Samsung Note 8 Device.I would like to know how to create stylus base application and store it into sqlite database.
I have an an Samsung Note 8 Device.I would like to know how to create stylus base application and store it into sqlite database.
Cableguy Expert Licensed User Longtime User Aug 26, 2018 #2 junaidahmed said: I would like to know how to create stylus base application and store it into sqlite database. Click to expand... Store the app into the database????????????? I'm guessing you mean use Sql db in your app... For the stylus, There is a S-pen related lib in the forum, just do a quick search and you will surely find it Upvote 0
junaidahmed said: I would like to know how to create stylus base application and store it into sqlite database. Click to expand... Store the app into the database????????????? I'm guessing you mean use Sql db in your app... For the stylus, There is a S-pen related lib in the forum, just do a quick search and you will surely find it
LucaMs Expert Licensed User Longtime User Aug 26, 2018 #3 Cableguy said: Store the app into the database????????????? Click to expand... It could be a great revolution "DBMS" field types: Text Integer Long App Byte ... Upvote 0
Cableguy said: Store the app into the database????????????? Click to expand... It could be a great revolution "DBMS" field types: Text Integer Long App Byte ...
R RB Smissaert Well-Known Member Licensed User Longtime User Aug 26, 2018 #4 LucaMs said: It could be a great revolution "DBMS" field types: Text Integer Long App Byte ... Click to expand... I can't see DR Hipp adding this but it could go into a blob. RBS Upvote 0
LucaMs said: It could be a great revolution "DBMS" field types: Text Integer Long App Byte ... Click to expand... I can't see DR Hipp adding this but it could go into a blob. RBS
J junaidahmed Well-Known Member Licensed User Longtime User Aug 27, 2018 #5 Anyone have example code for this ??? Upvote 0
DonManfred Expert Licensed User Longtime User Aug 27, 2018 #6 Code for what? You should first describe it more clearly what you want to do. What is a Stylus based Application? Upvote 0
Code for what? You should first describe it more clearly what you want to do. What is a Stylus based Application?
OliverA Expert Licensed User Longtime User Aug 27, 2018 #7 junaidahmed said: I have an an Samsung Note 8 Device.I would like to know how to create stylus base application and store it into sqlite database. Click to expand... junaidahmed said: Anyone have example code for this ??? Click to expand... Question: Are you trying to store the image created with the stylus in a database? Then take a look at this for a starting point: https://www.b4x.com/android/forum/threads/signature-capture-tutorial.9096/ Upvote 0
junaidahmed said: I have an an Samsung Note 8 Device.I would like to know how to create stylus base application and store it into sqlite database. Click to expand... junaidahmed said: Anyone have example code for this ??? Click to expand... Question: Are you trying to store the image created with the stylus in a database? Then take a look at this for a starting point: https://www.b4x.com/android/forum/threads/signature-capture-tutorial.9096/