Android Question tool similar at core data

Roberto P.

Well-Known Member
Licensed User
Longtime User

Roberto P.

Well-Known Member
Licensed User
Longtime User
also uses sqllite core data, but provides all the data management and its interface ....
 
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
I do not know!
I ask if they handle the data interface and if it is integrated with B4A or to import Jar?
thanks
 
Upvote 0

RAJAN MBA

Member
Licensed User
Longtime User
I am not aware of any built in data tools similar to core data in iOS. However the reason core data exists is because it is difficult to use normal databases with iOS ! Try integrating SQLite, CSV in iOS and it is far more difficult. In B4A all you do is put the SQLite database in 'File' and you are good to go. For creating, browsing, testing SQLite statements, I use Firefox addon 'SQLite Manager'. HTH
 
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
I do not know develop with Ios. I saw that with B4A is simple to manage data, but it is all manual and lacks basic infrastructure that could be very useful! This is' a constructive note.
thanks
 
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
per esempio: uno strumento che permetta di creare il campo, la sua interfaccia e poter definire controlli di base. spero essere stato chiaro
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
per esempio: uno strumento che permetta di creare il campo, la sua interfaccia e poter definire controlli di base. spero essere stato chiaro


:) in italiano mi è tutto più chiaro... ma siamo qui, quindi dobbiamo tornare all'inglese.

Would you want a graphical interface that allows you to select a field from a database, assign a view and the verification code to it?
 
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
would be very comfortable, have a structure that allows you to create a field in the db with the type, which is created management table, fields, and graphical interface, top, also the management of the version of the DB.
I imagine a liberia that generates classes and a basic infrastructure for the management of the system.

I ask too much?
thanks
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
I'm thinking about this (very loosely) for a long time.

The point that stops me is that I do not have access to view and layouts.

I was thinking of developing a tool that allows you to create the db, classes for each table object and also a minimum of graphical user interface, but for this last thing, at most I could simulate the view, a little how the designer does.

[I forgot ... I had started using B4J, but there was no way to best use drag & drop to create even joins and queries. I used VB.Net and then I stopped. Maybe I resume it into consideration.]
 
Last edited:
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
I think we have the same idea! sure, it is not easy and takes time, but a tool such as this (we like framework that case) would be an excellent tool for B4A and / or B4J. who does?
hello
 
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
good idea, but in that time I have very little time to devote to the development! I must tell you that I would love to do this kind of work that I've done in C + + / mfc. At best I can to provide my experiences and possibly contribute to the costs.
maybe you can add some other person or Anywhere that is already making many additions to the two systems.
 
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
What do you mean by "everywhere prefer B4j"?
expect .....
Thank you for your interest and availability
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
If the tool must be outside the IDE, Erel would prefer that it be developed using B4J.
Also because it is multi-platform.

I put my hands back on what I had done.
I stopped also with B4A because of drag & drop: I had to think of something to get the item in a destination listview.
 

Attachments

  • FirstSteps.zip
    372.6 KB · Views: 206
Last edited:
Upvote 0
Top