1 CONFIDENTIAL ORM for Android MIKHAIL IVANOU AUGUST 7, 2015.

Slides:



Advertisements
Similar presentations
Bruce Scharlau, University of Aberdeen, 2012 Data storage options for mobiles Mobile Computing.
Advertisements

Usage of the memoQ web service API by LSP – a case study
© Copyright 2012 STI INNSBRUCK Apache Lucene Ioan Toma based on slides from Aaron Bannert
Ellucian Mobile: Don’t text and drive, kids!
City Sara VonBargen, Sr. Implementation Manager GovDelivery ® & Digital Subscription Management: Better Public Communication.
From the market leader in digital signage players
Google Android as a mobile development platform T Internet Technologies for Mobile Computing Olli Mäkinen.
 Aggregated information into a single browser  A single browser to access multiple applications, data stores and productivity tools What is Portal Technology?
M1G Introduction to Database Development 1. Databases and Database Design.
Mass Traffic Attack Video 1 Why Write Articles?. Finding Paying Customers - Most People Go Online To Find Free Information Free Publicity – It literally.
SDK Release Jan D Group STRI Samsung Game Framework (SGF)
11 Games and Content Session 4.1. Session Overview  Show how games are made up of program code and content  Find out about the content management system.
ContentProviders. SQLite Database SQLite is a software library that implements aself- contained, serverless,zero- configuration,transactionalSQL database.
INTRODUCTION TO HTML5 CSS Styles. Understanding Style Sheets  HTML5 enables you to define many different types of content on a web page, including headings,
 In My.Wartburg you can add…  YouTube Videos  Films on Demand (Vogel Lib.)  Internet Pages With a Video  Anything with a URL (
© Copyright 2013 TONE SOFTWARE CORPORATION. Confidential and Proprietary. All rights reserved. ® Operator Training – Release Alarms Suppression and.
Take a leap towards the most promising technology
COMP 410 & Sky.NET May 2 nd, What is COMP 410? Forming an independent company The customer The planning Learning teamwork.
5 Quick ways to improve content value do cool stuff using Calais.
1 Tradedoubler & Mobile Mobile web & app tracking technical overview.
Introduction of Geoprocessing Topic 7a 4/10/2007.
Managing Student Documents. What we will cover: Document Basics Document Categories Confidential Documents Document Forwarding Document Approval Document.
Nilesh Singh Local Data Storage option Android provides several options for you to save persistent application data. - Shared preferences - Creation.
DataLogger For Android based on Cosm.com Presented by: Pang Zineng.
2005 Epocrates, Inc. All rights reserved. Integrating XML with legacy relational data for publishing on handheld devices David A. Lee Senior member of.
ICDL 2004 Improving Federated Service for Non-cooperating Digital Libraries R. Shi, K. Maly, M. Zubair Department of Computer Science Old Dominion University.
Persistance Android. Adding Persistance SQL Refresher Understand how to create and migrate SQLLite database with android APIs. – Get all tasks – Add a.
1 Implementing LEAP2A using the Argotic library in.NET Andrew Everson Extensions for Argotic version can be downloaded from:
Caching for Performance Jeff Tapper Tapper.net Consulting.
Routing Opportunity Creation: WAN Conversation with customer.
A Guide to Getting Started. 2 Free social learning network for teachers, students, schools and districts Safe and easy way to connect Exchange ideas Share.
Virtual Application Profiler (VAPP) Problem – Increasing hardware complexity – Programmers need to understand interactions between architecture and their.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
Entity Framework 7 Who Are You & What Have You Done to my ORM?
Introduction to RSS RSS is a method that uses XML to distribute web content on one web site, to many other web sites.
Introduction of Geoprocessing Lecture 9 3/24/2008.
JPA in Vaadin CSCI 3130 Winter What is JPA?  Java Persistence API  Allows for “easy” storage of Java Objects  Is a type of Object Relational.
Barbhaya Vijay ( ). TitleCompetitive Exam Geek NameBarbhaya Vijay Enrolment No Company NameAvayaPlus Internal GuideProf. Vaishali.
2014 Mobile UI Performance: Dealing with lots of data Tina Wen – iOS Dropbox 10/10/2014 #GHC
Here are some things you can do while you wait 1.Open your omeka.net site in your browser (e.g. 2.Open.
Identify & Prevent Duplicate Payments Presenter: Daniel Kimpton.
Esri UC 2014 | Technical Workshop | Enhancing Web Map Performance in ArcGIS Online Julia Guard & Melanie Summers.
Performance optimization and caching in Kentico CMS Martin Hejtmanek (CTO), Webinar 9/16/2009.
Windows App Studio Windows App Studio is the tool that makes it fast and easy to build Windows 10 apps. It’s accessible from any device with a browser.
Slug: A Semantic Web Crawler Leigh Dodds Engineering Manager, Ingenta Jena User Conference May 2006.
Patricia App How to Get Started
Geospatial Research & Solutions GIS.ASU.EDU
Introduction Adult website business is very big and it has loads of cash. You cannot imagine how much a single famous porn site makes a day. There are.
Apache Ignite Data Grid Research Corey Pentasuglia.
 Gmail is a free webmail service, developed by Google.  Gmail also supports advertising.  Users can access Gmail on the desktop, laptop or through.
Dependency Analysis Use Cases
MongoDB Er. Shiva K. Shrestha ME Computer, NCIT
Android Database using SQLite
Hybrid Mobile Applications
Dependency Analysis Use Cases
CA16R405 - Mobile Application Development (Theory)
MonoGame and Windows 8.
Free MB6-704 Actual Tests - MB6-704 Actual Dumps PDF
CIS 443 RANK Education for Service-- cis443rank.com.
Student Introduction.
Get Office 2016 with Office 365 and get down to business
Background Current Mobile Environment:
Control Unit Introduction Types Comparison Control Memory
A technical look at the new capabilities
INTERNET RECHARTERING
Bootstrap Direct quote from source: bootstrap/
Business Zone - Clearing your Cache
Office 365 Performance Management
INTELLIGENT BROWSERS Cenk Ursavas.
Presentation transcript:

1 CONFIDENTIAL ORM for Android MIKHAIL IVANOU AUGUST 7, 2015

2 CONFIDENTIAL Caching in Android ORM Testing Results Links

3 CONFIDENTIAL ORM for Android Introduction Problem o Slow/no internet o Speed o Amount of data Solution?

4 CONFIDENTIAL ORM for Android ORM Custom (SQLite based) Realm.io SugarORM ORMLite GreenDAO XCore

5 CONFIDENTIAL How to test Feed:

6 CONFIDENTIAL How to test Model:

7 CONFIDENTIAL How to test 1.Parse and store 400 news 2.Read all news 3.Read news for particular author 4.Read news with images 5.Issues in implementation Test device: Nexus 5

8 CONFIDENTIAL TEST results CustomRealmSugarOrmORMLiteGreenDAOXCore Save603/673/ /403/ / /717/826422/416/410849/777/775 Read all940/864/92530/27/293021/ /580/543 27/30/28Not tested Read filtered 176/133/17930/28/29Not tested 148/150/140 14/21/22Not tested Read with images 841/845/81531/34/32Not tested 557/574/596 68/57/60Not tested Cache size < 1Mb

9 CONFIDENTIAL Results Leaders: GreenDAO Realm.io +- CustomNeed to control everything, huge code GreenDAOAutoGenereted models, easy to startBe careful on model updates Realm.ioWorks both iOS and Android, easy models Still beta, threading and models limitations ORMLiteEasy to implementLast release at 2013 year XCoreNot ORM, but complex framework to load, cache, show content. Can automatically add fields to DB No documentation SugarORMEasy to implementCan’t work with one-to-many relations

10 CONFIDENTIAL Links Test project - GreenDAO - SugarORM - ORMLite - XCore - Realm.io -

11 CONFIDENTIAL Questions