Re: [android-developers] Thermal Printer

2014-03-12 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
Check out Datecs.bg. You can do this via bluetooth Στις 12 Μαρ 2014 5:04 μ.μ., ο χρήστης Diego N. diegonunes.sist...@gmail.com έγραψε: Dear, hello. I need to print to a thermal printer from my application, someone has already done this kind of implementation? Wi-Fi? Bluotuth? Will be

[android-developers] Error opening sqlite database

2011-09-27 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
I created a sqlite database with sqlite manager firefox addon. I used this in my application on HTC legend updated to 2.2 version. It worked fine. The same database i used it with the same app on a new HTC Sensation Z710e. I opened and closed the database on this smartphone and after that i

Re: [android-developers] Error opening sqlite database

2011-09-27 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
versions. You can check the mode by running PRAGMA journal_mode. If the result is WAL, disable it by using PRAGMA journal_mode=DELETE or ...=TRUNCATE before copying the database off to your device. -- Kostya 27.09.2011 23:55, ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ пишет: I created a sqlite database with sqlite

[android-developers] last_insert_rowid

2011-02-23 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
How to use SELECT last_insert_rowid() in android environment? Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] last_insert_rowid

2011-02-23 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
for the new item. -- Kostya 23.02.2011 21:16, ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ пишет: How to use SELECT last_insert_rowid() in android environment? Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] last_insert_rowid

2011-02-23 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
Ok Thank you 2011/2/23 Kostya Vasilyev kmans...@gmail.com If the insert() was called from your own code, you could save the return value. Otherwise, use db.rawQuery(SELECT last_insert_rowid(), null), and get the value from the cursor. -- Kostya 23.02.2011 21:29, ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ пишет

Re: [android-developers] Re: Passing values from an Activity to a class that extends View Class

2010-11-23 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
Well i made this and it works for me *This is the manifest file* ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=pas.Hari.com android:versionCode=1 android:versionName=1.0 application android:icon=@drawable/icon

Re: [android-developers] Re: order by clause

2010-11-22 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
I made this for myself and it works I created a class named fro example dbFile public class DbFile { static Cursor getAll(SQLiteDatabase db) { return(db.rawQuery(SELECT * FROM TableName ORDER BY ColumnName, null)); } } and from my activity class i declare Cursor model=null; and on create i call:

Re: [android-developers] Re: order by clause

2010-11-22 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
If you work on Eclipse try to read carefully the Console and logCat window, maybe there you'll find the answer Στις 22 Νοεμβρίου 2010 1:38 μ.μ., ο χρήστης pramod.deore deore.pramo...@gmail.com έγραψε: Hi, ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ yes it solves my problem. But I don't understand what earlier query

[android-developers] Recorded message

2010-11-18 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
Is it possible to play a recorded message when making a phone call. I mean to call a contact and when the call is answered to play immediately a recorded message. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Recorded message

2010-11-18 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
Thnaks a lot Στις 18 Νοεμβρίου 2010 6:09 μ.μ., ο χρήστης Mark Murphy mmur...@commonsware.com έγραψε: 2010/11/18 ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ plia...@gmail.com: Is it possible to play a recorded message when making a phone call. I mean to call a contact and when the call is answered to play

Re: [android-developers]

2010-11-12 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
I got these and they helped me a lot. http://commonsware.com/Android http://commonsware.com/AdvAndroid http://commonsware.com/AndTutorials Nice reading. 2010/11/12 xc s sxchao2...@gmail.com hey,everyone,I am student from china,I want to buy a book about android ,not just some demo samples,I

Re: [android-developers] Re: Hourglass

2010-11-02 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
Thanks for the reply 2010/11/2 Dianne Hackborn hack...@android.com Ignoring everything else, you should do the work in an async task. 3 seconds is a *LONG* time. Seriously, it's a really really long time. When you are sitting there interacting with your phone and it sits there frozen for

[android-developers] Hourglass

2010-11-01 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
How can i display an hourglass while i try to load a new activity; Thanks for help -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send