Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Mobile Development > BOOK: Beginning Android Application Development
|
BOOK: Beginning Android Application Development
This is the forum to discuss the Wrox book Beginning Android Application Development by Wei-Meng Lee; ISBN: 978-1-1180-1711-1
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Android Application Development section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 5th, 2012, 11:52 AM
Registered User
 
Join Date: May 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default sqlite database and text file limits with Android Emulator (AVD)

Please can you tell me if Sqlite database and Text file are limited in records number and/or file size when used with the Android Emulator (AVD)?
I try to read and display the records from sqllite database and text file. It works fine on the Android Emulator when the database and the file have little records number (about 80 records). I can read and display (Toast.makeText function) the datas.
When I increase the records number (2800 records) the display does not work, nothing happen. After few times, about 2mn, the Emulator come back on the ANDROID screen.
I try another test. I try to copy the 2800 records sqlite database (bundling the database) from the assets folder to /data/data/net.learn2develop.Databases/databases/ folder. Next I try to read the database from the /data/data/net.learn2develop.Databases/databases/ folder and display each record. I check with DDMS. The database is copied. But the Toast.makeText function display nothing. Again after few times, the Emulator come back on the ANDROID screen.
Thank you for your help.

Last edited by JCFAB; May 5th, 2012 at 11:55 AM..





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 5 - Adding Contacts to Android Emulator mabbas BOOK: Professional Android 2 Application Development 0 January 20th, 2012 08:00 AM
Chapter 5 - Using menus with Views - Problem with the Menu button on Android Emulator Frankie3142 BOOK: Beginning Android Application Development 0 January 4th, 2012 04:59 AM
I don't see the Android keyboard on the emulator trolleygeek BOOK: Beginning Android Application Development 0 August 7th, 2011 06:03 PM
Android 2 Emulator Error krsn_2010 BOOK: Professional Android 2 Application Development 0 September 22nd, 2010 01:14 AM
Android Emulator error Keekslb BOOK: Professional Android 2 Application Development 0 September 2nd, 2010 10:58 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.