Context in source publication

Context 1
... this point of view, we aim to facilitate SQLite creation process to be as simple as possible for novice developers. The block diagram at Figure 3 represents the proposed solution. Our tool, ASQLC, generates Android client database components (SQLite) in two main phases. ...

Similar publications

Article
Full-text available
This article explores the performance optimizations of an embedded database memory management system to ensure high responsiveness of real-time healthcare data frameworks. SQLite is a popular embedded database engine extensively used in medical and healthcare data storage systems. However, SQLite is essentially built around lightweight applications...
Conference Paper
Full-text available
The digital age in early care environments at ages 0-6 facilitates both, the evaluation process and the intervention process. For this reason, the design of a desktop application has been developed from the use of widely spread technologies such as JavaFX or .NET. These technologies allow data inset and processing, with only few machine requirement...
Article
Full-text available
Information Technology in spatial data processing has developed to a point where these results are in line with the application challenges required by natural resource management. In addition, the internet, geomatics, and telecommunications are rapidly changing the way natural resources are managed and protected. These provide more accurate and up-...
Article
Full-text available
Android is currently the most used mobile operating system all over the world. The two database management systems that Android officially supports are SQLite and Firebase. Android SDK provides built-in packages to let developers implement applications which store its data on these databases. At this point, it is necessary to reveal the performance...
Article
Full-text available
There is widespread agreement that clinical trials should be registered in a public registry, preferably before the trial commences. It is also important that details of each trial in the public record are complete and accurate. In this study, we examined the trial sites and ethics committee (EC) data for 1359 recent Phase 2 or Phase 3 intervention...

Citations

... It's a SQLiteBuilder programming technique that associates an object with database data. [1][2] [3] ...
Article
Full-text available
The article presents SQLiteBuilder, an Open-Source Android ORM that restores the fun factor to SQLite Database programming. It saves development time and relieves developers of Low-Level Database requirements. An excellent relational database that is incorporated is SQLite. Nonetheless, creating SQL and analyzing query results are time-consuming and laborious jobs. [1] SQLiteBuilder removes these constraints by translating Java objects to database tables. With a basic Object-Oriented API, users can save, update, remove, and query Java objects. The SQLiteBuilder package makes it easier to create An-droid applications that connect with databases. An open-source, free tool for object relational mapping is called SQLiteBuilder. Data creation, updating, and access are all facilitated by ORM tools. It is a method used in programming to link an object to database data. [2]
... The things that distinguish Android apps from other desktop and web applications, that Android apps are consist from activities [3], [54]. These activities and other information about the app are laying inside the ManifestAndroid XML file [55]. ...
Conference Paper
Full-text available
Design patterns in software development have shown great promise in improving software quality. Traditionally, software developers utilize a set of design patterns to foster reusability and better software design. Recently, mobile applications (apps) have become a mainstay of modern computing, as well as, a challenging domain for software engineers. This is because mobile apps now target more critical domains such as health, banking, m-payments, and even military to mention just a few. Android is a very popular mobile platform, and has managed to take over the majority of mobile market. It is true that there are comprehensive studies in the area of design patterns detection in several object-oriented languages such as Java, C# and C++. However, little studies target design patterns in Android apps. As a step toward helping to measure and explore the application of design patterns in Android apps, we introduce PatRoid, an automated framework for detecting design patterns. PatRoid is a model-based approach that is able to detect design patterns laying inside Android apps source code. The model is based on a graph isomorphism approach, where design patterns are divided into sub-patterns that can be aggregated to formulate design patterns. We have conducted a preliminary evaluation and the results show that PatRoid can detect all of the 23 GoF design patterns.