[android-developers] Re: AsyncTask in Android 4.0

2013-05-11 Thread plusminus
As opposed to all the solutions provided here isn't if (Build.VERSION.SDK_INT = Build.VERSION_CODES.ICE_CREAM_SANDWICH) { the wrong check? Shouldn't it check for the targetSDKVersion instead, as Dianne mentioned? Sth like this: if (SystemUtils.getTargetSDKVersion(pContext) =

[android-developers] Re: Libgdx vs. andengine

2010-12-23 Thread plusminus
Hi Pedro, since a few days AndEngine now also has a full scenegraph api, not more only a Scene-Layers-Entities hierarchy. Besides that I can agree what Mario said. AndEngine will probably be a bit more time-efficient, where libGDX will make it easier for you to squeeze the very last bits of

[android-developers] Re: anddev.org - brand new shiny forum version!

2010-05-18 Thread plusminus
Okay, I'll tune up the text font a little. Thanks for your feedback :) Best Regards, Nicolas On 18 Mai, 09:09, Mathias Lin m...@mathiaslin.com wrote: Nice, it's my favorite forum. I like the new skin, better than before. But agree with the contrast, it should be higher, either darker

[android-developers] anddev.org - brand new shiny forum version!

2010-05-17 Thread plusminus
background. With this service users can Flattr other users to show appreciation for tutorials, explanations, files, etc... . I think you just got the idea. =) Best Regards, Nicolas 'plusminus' Gramlich # anddev.org World's largest Android Development Community -- You received this message because

[android-developers] Re: Debugging Android Test Cases (-e debug true)

2010-05-14 Thread plusminus
sounds like it should work. But note you can debug the tests from within Eclipse by doing a 'Debug As Android JUnit test' operation. Regards, Brett. On Thu, May 13, 2010 at 3:38 PM, plusminus stoeps...@gmx.de wrote: Hi guys, did anyone actually succeed in debugging AndroidTestCases

[android-developers] Re: testing applications on non developer's-devices

2010-05-14 Thread plusminus
Why should that not work? On 14 Mai, 10:56, Simone simone.russ...@gmail.com wrote: Is there a way to do that? -- 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

[android-developers] Debugging Android Test Cases (-e debug true)

2010-05-13 Thread plusminus
Hi guys, did anyone actually succeed in debugging AndroidTestCases? I have a test-suite I can successfully run either from the Eclipse or from the command. But as I add the debug flags like this: adb shell am instrument -w -e debug true org.anddev.andengine.test/

[android-developers] Re: droidfanz.com -- what does it take to get them taken down?

2010-04-29 Thread plusminus
Same here. I'd beat them up... but that's illegal xD On 21 Apr., 08:28, Edward Falk ed.f...@gmail.com wrote: Found my paid app on their site.  This is hardly a new issue; why are they still in business? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-21 Thread plusminus
Germany, waiting for 2 Nexi (one from the Dev and one from the Community program) =( On 21 Apr., 12:13, Junda ongju...@gmail.com wrote: Im from Singapore and not yet received too. On Apr 21, 4:37 pm, Josef Pfleger green-car...@orange-cactus.org wrote: I am from Austria and have not yet

[android-developers] OpenGL Thread suddenly dead? (onDrawFrame no more called)

2010-03-22 Thread plusminus
Hello, I have a problem with a suddenly dead(?) OpenGL Thread. After an indeterminate time (30 seconds to a couple of minutes) the onDrawFrame of the Renderer simply doesn't get called anymore. I get no exception, no ForceClose, no ActivityNotResponding, no nothing! I can still open the Menu,

[android-developers] Re: OpenGL Thread suddenly dead? (onDrawFrame no more called)

2010-03-22 Thread plusminus
of the previous releases. On 22 Mrz., 12:44, plusminus stoeps...@gmx.de wrote: Hello, I have a problem with a suddenly dead(?) OpenGL Thread. After an indeterminate time (30 seconds to a couple of minutes) the onDrawFrame of the Renderer simply doesn't get called anymore. I get

[android-developers] Re: OpenGL Thread suddenly dead? (onDrawFrame no more called)

2010-03-22 Thread plusminus
*Yay* it actually is an step not returning from native! The only method I forgot not to test with my superior: Log.d(Before native call) nativeCall(); Log.d(After native call) =D So a newer box2d version will probably fix this. Best Regards, Nicolas On 22 Mrz., 14:16, plusminus stoeps

[android-developers] Re: Regarding passing array strings from one activity to another activity

2009-02-15 Thread plusminus
It works if you do it right. ;) I think what you are doing wrong is that you try to receive the String [] from the parameter in onCreate(Bundle savedInstanceState) but you should get it from getIntent().getExtras().get... Regards, plusminus On 15 Feb., 23:05, Naina K kna...@gmail.com wrote

[android-developers] Re: Automatic upgrade

2009-02-10 Thread plusminus
Hi, any ideas if Veecheck will interfere with the Android-Market-Updater? Best Regards, plusminus On Feb 3, 12:13 pm, Al Sutton a...@funkyandroid.com wrote: http://www.tomgibara.com/android/veecheck/ Al. mat wrote: Anybody knows how to resolve this issue ?? Hi All, Can you provide

[android-developers] Re: android.graphics.Camera is stable in SDK 1.0?

2009-02-09 Thread plusminus
Any info on this? On 30 Jan., 13:33, blindfold seeingwithso...@gmail.com wrote: Oops, sorry, overlooked theandroid.graphics versusandroid.hardware distinction. BTW, my latest webcam does 3D transformations too (anaglyph encoding). :-) On Jan 30, 6:11 pm, plusminus stoeps...@gmx.de wrote

[android-developers] Possible Bug in Dialog-Persistence (onCreateDialog / onPrepareDialog)

2009-02-07 Thread plusminus
/OPENSTREETMAP( 1468): Creating dialog: 5 The Bug is in my opinion that onPrepareDialog is not called after the change of the Screenorientation. I assume it would happen to the currently opened Dialog. Any suggestion is welcomed. Best Regards, plusminus

[android-developers] Re: android.graphics.Camera is stable in SDK 1.0?

2009-01-30 Thread plusminus
Hi blindfold, I am referring to another Camera-Class - not the one for taking pictures, but the one capable of doing 3d transformations. Best Regards, plusminus On 30 Jan., 06:27, blindfold seeingwithso...@gmail.com wrote: Hi plusminus, I remember running in some deadlocks, when using

[android-developers] android.graphics.Camera is stable in SDK 1.0?

2009-01-29 Thread plusminus
time. Best Regards, plusminus --~--~-~--~~~---~--~~ 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 email

[android-developers] Re: i18n - Extracting String-Resources to a Jar - Referencing problem

2009-01-27 Thread plusminus
Anyone? =( On Jan 27, 12:55 am, plusminus stoeps...@gmx.de wrote: Hi all, I'm just about to start externalizing all my String-resources to a new project and then bring them back by including the exported jar-file of this 'i18n'-project. Doing soi18nfor different languages becomes easier (I

[android-developers] Re: i18n - Extracting String-Resources to a Jar - Referencing problem

2009-01-27 Thread plusminus
path (through a (ant) script) just as desired? Peli On 27 Jan., 16:08, plusminus stoeps...@gmx.de wrote: Anyone? =( On Jan 27, 12:55 am, plusminus stoeps...@gmx.de wrote: Hi all, I'm just about to start externalizing all my String-resources to a new project and then bring them

[android-developers] Re: i18n - Extracting String-Resources to a Jar - Referencing problem

2009-01-27 Thread plusminus
Yes it seems like this (sadly) is not possible. Sounds like I have to do copy-pasting for now :( Best Regards, plusminus On 27 Jan., 12:50, Dianne Hackborn hack...@android.com wrote: So you're saying that you moved the string resources out of your project, and now other resources

[android-developers] i18n - Extracting String-Resources to a Jar - Referencing problem

2009-01-26 Thread plusminus
Hi all, I'm just about to start externalizing all my String-resources to a new project and then bring them back by including the exported jar-file of this 'i18n'-project. Doing so i18n for different languages becomes easier (I could simply export just a handful of languages to the jar). I can

[android-developers] Re: SAXParser doesn't resolve Entitiy-References ( EntityResolver )

2009-01-16 Thread plusminus
the correct value, pls update the thread! On Jan 16, 5:23 am, plusminus stoeps...@gmx.de wrote: Hi all, I have a problem with the SAX-Parser and getting attributes which are references... item id=2833670 generation_time=2009-01-15T21:09:09+0 version_number=4 start_time=2009

[android-developers] Re: SAXParser doesn't resolve Entitiy-References ( EntityResolver )

2009-01-16 Thread plusminus
I can't (properly) do so, because I do not serve the data. Best Regards, plusminus On 16 Jan., 08:41, Daniel Janev d.ja...@prosyst.com wrote:         Hi Guys, Why don't you try to escape the ? I've had same problems with kXML parser for MIDP and escaping the with amp; everything works fine

[android-developers] Re: SAXParser doesn't resolve Entitiy-References ( EntityResolver )

2009-01-16 Thread plusminus
with . plusminus wrote: I can't (properly) do so, because I do not serve the data. Best Regards, plusminus On 16 Jan., 08:41, Daniel Janev d.ja...@prosyst.com wrote:         Hi Guys, Why don't you try to escape the ? I've had same problems with kXML parser for MIDP and escaping

[android-developers] SAXParser doesn't resolve Entitiy-References ( EntityResolver )

2009-01-15 Thread plusminus
-Java, all Entities were resolved via the EntityResolver. Any ideas? I've spent half a day on this issue alreade =( Best Regards, plusminus --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Text-to-Speech for Android: Eyes-Free

2008-12-16 Thread plusminus
Text-2-Speech is built into AndNav2 since a few days *YAY* http://www.andnav.org Big thx to Charles L.Chen for his work and openness to suggestions! =) Best Regards, Nicolas On Dec 16, 9:24 am, Jean-Baptiste Queru j...@google.com wrote: There is a speech-recognition engine in Android, but

[android-developers] OutOfMemoryError BitmapFactory.nativeDecodeByteArray inside Threads

2008-12-14 Thread plusminus
The following situation happens only in a few cases, but it does more than once. - I'm receiving several OutOfMemoryError in BitmapFactory.nativeDecodeByteArray. DDMS-Heap-View never broke the 16MB barrier. I can't even get it above 6MB, while going wild and

[android-developers] Re: Database storage

2008-11-26 Thread plusminus
*bump* On 11 Nov., 08:28, g1ster [EMAIL PROTECTED] wrote: Is there a way to store a SQLitedatabaseinstance to an external storage like a SD card? Mydatabaseis growing and don't want it to take up all the internal storage. Thanks!!! --~--~-~--~~~---~--~~ You

[android-developers] Re: Database storage

2008-11-26 Thread plusminus
I receive an exception that says like Filename contains Pathseparators I'm using /sdcard/folder/file with SQLiteOpenHelper. Thanks in advance. Best Regards, plusminus On 26 Nov., 21:41, Dianne Hackborn [EMAIL PROTECTED] wrote: Uh, you can just create it with a path to a file on the SD card

[android-developers] Re: SQLiteDatabase on SDCard possible?

2008-11-26 Thread plusminus
Got it, seems like SQLiteOpenHelper works only with dbs in the data- folder of the app. This does it: SQLiteDatabase.openDatabase(/sdcard/my.db, null, SQLiteDatabase.CREATE_IF_NECESSARY); On 26 Nov., 21:53, plusminus [EMAIL PROTECTED] wrote: Changed topic to expressive title

[android-developers] Re: Open SubMenu programatically

2008-11-24 Thread plusminus
I want to do so, because the ui-button is just a hot-button to some existing functionality in a submenu. Looks like I'll double-implement it using a SingleChoice-AlertDialog (its just some more or less trivial code) Best Regards, plusminus On Nov 24, 6:07 am, Guillaume Perrot [EMAIL PROTECTED

[android-developers] Open SubMenu programatically

2008-11-23 Thread plusminus
Hi guys, anyone knows how to open a submenu using code? I only know how to open the menu itself using this snippet: this.getWindow().openPanel(Window.FEATURE_OPTIONS_PANEL, new KeyEvent (KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MENU)); Regards, plusminus http://anddev.org # Worlds largest

[android-developers] Re: Text to Speech lib from Android Market

2008-11-12 Thread plusminus
Any new information on a working TTS solution? On Nov 12, 8:01 am, Nanard [EMAIL PROTECTED] wrote: I needTTSlib also. Once this lib is available the Android Market could have another killer-application, and Google another reason to get $$. So, Google team : please provide such API/lib  

[android-developers] Re: Does SoundPool work or has anyone successfully used it?

2008-11-12 Thread plusminus
, Dave [EMAIL PROTECTED] wrote: By default, the MediaPlayer volume should be set to 1.0, i.e. no attenuation. Which stream type are you using when you create the MediaPlayer? Have you checked to make sure that the master stream volume is set correctly? On Nov 11, 10:10 am, plusminus [EMAIL

[android-developers] Re: Does SoundPool work or has anyone successfully used it?

2008-11-11 Thread plusminus
onCompletion(MediaPlayer arg0) {                                 arg0.release();                         }                 });         }         public void release() {                 pool.release();                 soundResourceMap.clear();         } } On Nov 10, 10:04 pm, plusminus [EMAIL

[android-developers] Re: Does SoundPool work or has anyone successfully used it?

2008-11-10 Thread plusminus
Hi all, any ideas on how to implement a kind of OnCompletionListener ? As I want to queue 2 sounds after each other :/ Any help appreciated. Best Regards, plusminus On 15 Okt., 08:47, Robert Green [EMAIL PROTECTED] wrote: I just read the whole discussion.  All I can say is... What were

[android-developers] Re: Pre settings for each application

2008-11-10 Thread plusminus
HI Yasmin, we have a snippet covering Preferences on anddev.org: http://www.anddev.org/alertdialog_preferences_builder_popup-t3506.html Maybe it helps you understanding. Regards, plusminus http://anddev.org # Worlds largest Android Development Community / Tutorials On 10 Nov., 22:21

[android-developers] Re: Comment spam in android market :(

2008-11-10 Thread plusminus
Comments with bad ratings get hidden and need to be expanded by the user -- Almost no one will see them anymore +1 for Comment-Rating-System On 11 Nov., 00:10, zl25drexel [EMAIL PROTECTED] wrote: well the ratings/comments now are just the same as the ratings/ comments on youtube. does any1

[android-developers] Re: Text to Speech lib from Android Market

2008-10-29 Thread plusminus
I cannot see the T2S-library on the market... am I blind? On Oct 29, 4:11 am, blindfold [EMAIL PROTECTED] wrote: You give yet another reason why access to the Android Market apps outside the G1 phone environment is needed. One needs such libraries on the PC to do Android software development

[android-developers] Re: Text to Speech lib from Android Market

2008-10-29 Thread plusminus
anddev.com is one of the source. Blues On Oct 29, 10:01 am, plusminus [EMAIL PROTECTED] wrote: I cannot see the T2S-library on the market... am I blind? On Oct 29, 4:11 am, blindfold [EMAIL PROTECTED] wrote: You give yet another reason why access to the Android Market apps outside the G1

[android-developers] Starting specific SystemSettings-Subcategories does not work.

2008-10-28 Thread plusminus
-Settings-Activity. Thx in advance. Regards, plusminus --~--~-~--~~~---~--~~ 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

[android-developers] Re: Google maps not working on G1

2008-10-27 Thread plusminus
Many (not all, just many) users of AndNav have the same problem and I have no idea why this happens :'( On 27 Okt., 17:33, nick fox [EMAIL PROTECTED] wrote: thanks for responding. here's my problem, I AM using the release map key that I generated from my MD5 fingerprint. I just did not put

[android-developers] Re: Nullexception when trying to get text user input from dialog box

2008-10-26 Thread plusminus
Did you call setContentView before ? Regards, plusminus http://anddev.org # Worlds largest Android Development Community / Tutorials On 26 Okt., 03:58, akurni [EMAIL PROTECTED] wrote: I tried to follow the example in the API demo on custom view inside alert dialog. case DIALOG_EDIT_TITLE

[android-developers] Re: Read a file and parse xml

2008-10-26 Thread plusminus
XML is text -- ??? On 26 Okt., 10:11, Premier [EMAIL PROTECTED] wrote: Hello world, i'd like to open a popup into my application and read the selected file. That file is xml-file, and i want to parse it. Now i'm using context.getAssets().open(fileName); but it requires text file and not

[android-developers] Re: Found the problem with the getFromLocationName method

2008-10-23 Thread plusminus
I think you found it! Looks pretty obvious because there is neither a reference to that Parameter-ArrayList nor sth is returned. On 21 Okt., 16:24, Rafael Fernandes [EMAIL PROTECTED] wrote: Hi all, after the release of android's source code, I believe found the problem with the method:

[android-developers] Re: Attaching the Eclipse debugger to actual device

2008-10-22 Thread plusminus
I've put together a list of instructions to debug from eclipse right on the G1 (for Windows): http://href.to/eIM Regards, plusminus http://anddev.org # Worlds largest Android Development Community / Tutorials On 23 Okt., 01:35, marstein [EMAIL PROTECTED] wrote: Great news - thanks! It works

[android-developers] Re: When is R.string etc available?

2008-10-02 Thread plusminus
The second one is the way its meant to be. I don't know the exact reason but its probably similar to the fact why there are no Constructors for Activities, but the onCreate()/onDestroy()/onResume() Lifecycle-Stuff. Regards, plusminus http://anddev.org # Worlds largest Android Development

[android-developers] Re: Testers Needed - Community App Store

2008-10-02 Thread plusminus
... and why should we be using your store rather than the Android Market ? On 2 Okt., 20:39, plusminus [EMAIL PROTECTED] wrote: Will you provide a auto-updating feature for apps? On 2 Okt., 15:27, Al Sutton [EMAIL PROTECTED] wrote: I've put together a quick first pass at an application

[android-developers] Re: how to disable the back key for the phone

2008-09-30 Thread plusminus
overwrite onKeyDown of your Activity and put a case KeyEvent.KEYCODE_BACK to a switch for the keycode-parameter. Return true in that case. Regards, plusminus # anddev.org | Worlds largest Android Community On Sep 30, 1:58 pm, april [EMAIL PROTECTED] wrote: My application needs to send several

[android-developers] Re: How to use SmsManager.sendDataMessage() to send the message

2008-09-30 Thread plusminus
. This is not really a feasible replacement for GTalk's data messaging functionality. Cheers, Justin Android Team @ Google On Sep 4, 6:08 pm, plusminus [EMAIL PROTECTED] wrote: *bump* I'd like to know that too. How to receive DataMessages

[android-developers] Re: How to exit the application completely from any screen

2008-09-13 Thread plusminus
otherwise, just grab a flag in onActivityResult(...) of the parent-activity and call .finish() also. Works really smooth with me. Regards, plusminus http://anddev.org # Worlds largest Android Development Community / Tutorials On Sep 13, 3:58 am, Romain Guy [EMAIL PROTECTED] wrote

[android-developers] Re: Does getLocationFromName work in 0.9?

2008-09-11 Thread plusminus
Btw, the Geocoder works really awesome! Grats to the Android Dev Team! On 8 Sep., 23:42, plusminus [EMAIL PROTECTED] wrote: Devices are getting closer and closer :( On 6 Sep., 16:49, Megha Joshi [EMAIL PROTECTED] wrote: You are right,getFromLocationName() with bounding box returns

[android-developers] Re: non-scrolling gallery?

2008-09-10 Thread plusminus
Maybe override something like onTouch / setting onTouchListener()? On Sep 10, 1:34 pm, kingkung [EMAIL PROTECTED] wrote: I want all of the features of the gallery (image icons, selector skins, switching selections by pressing left and right), but I don't want the thing to scroll... I want the

[android-developers] Re: Offering widgets in the Application Market

2008-09-09 Thread plusminus
widgets = applications ? Yes (free from the beginning, sale some 'time' later) Regards, plusminus # anddev.org - Worlds largest Android Developer Community in the world On Sep 9, 2:57 pm, BikingBill [EMAIL PROTECTED] wrote: Since Android supports downloadable widgets, does anyone know

[android-developers] Re: Does getLocationFromName work in 0.9?

2008-09-08 Thread plusminus
Devices are getting closer and closer :( On 6 Sep., 16:49, Megha Joshi [EMAIL PROTECTED] wrote: You are right, getFromLocationName() with bounding box returns a empty list ...it is a bug...and will be fixed in the next release. 2008/9/6 [EMAIL PROTECTED] [EMAIL PROTECTED] Sorry to bump,

[android-developers] Re: How to use SmsManager.sendDataMessage() to send the message

2008-09-04 Thread plusminus
*bump* I'd like to know that too. How to receive DataMessages then? Btw: your bug may be reated to this one: http://code.google.com/p/android/issues/detail?id=856 Best Regards, plusminus # http://www.anddev.org - Worlds largest Android Development Community On 26 Aug., 05:13, anywhere [EMAIL

[android-developers] Re: Replacement for MapView's OnLongPressListener

2008-09-04 Thread plusminus
So for everyone who is interested, this is my solution: http://www.anddev.org/viewtopic.php?p=# (Funny post-id ^^) Best Regards, plusminus for anddev.org On 3 Sep., 17:05, Megha Joshi [EMAIL PROTECTED] wrote: 2008/9/3 Megha Joshi [EMAIL PROTECTED] 2008/9/1 plusminus [EMAIL

[android-developers] Replacement for MapView's OnLongPressListener

2008-09-01 Thread plusminus
What is the common replacement MapView's OnLongPressListener ? OnLongClick does not provide the screencoordinates and adding an Overlay just to get the coordinates is not the way its meant to be... Thx in advance --~--~-~--~~~---~--~~ You received this message

[android-developers] Replacement for MapView's OnLongPressListener

2008-09-01 Thread plusminus
What is the common replacement for MapView's OnLongPressListener (since its gone in 0.9) ? OnLongClick does not provide the Coordinates :( PS: This is my third try to post o_O. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: Replacement for MapView's OnLongPressListener

2008-09-01 Thread plusminus
I did not yet try it, as it does not serve my needs ;) On 1 Sep., 22:47, Joa [EMAIL PROTECTED] wrote: PS: This is my third try to post o_O. Hey, at least you got onLongClick() to fire. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Is MapView without roads possible?

2008-08-30 Thread plusminus
It enables a Traffic-Overlay. On 30 Aug., 07:47, flix [EMAIL PROTECTED] wrote: Hello, I'm using the Google Maps API in my application (in satellite mode). But for my aim, it is rather disturbing that there are always the roads (and their numbers) shown on the map. Is it possible to

[android-developers] Re: Convert Android application in android web application

2008-07-14 Thread plusminus
Hello Prem, maybe you should rethink the whole Android-thing ;) [If I misunderstood you and you are searching for a way to get the *.apk to the device, have a look here: http://www.trackdroid.com ] Regards, plusminus On 14 Jul., 09:57, Prem [EMAIL PROTECTED] wrote: Hi All, I had developed

[android-developers] Re: SDK Update?

2008-06-29 Thread plusminus
Maybe they have reasons why they are not releasing a new one. But I at least want to know why :( On Jun 29, 11:19 pm, David Given [EMAIL PROTECTED] wrote: Mark Armendariz wrote: Josh, I have to agree with Joa. Thanks for the inside info!! The fact that sdk updates are withheld from the

[android-developers] Re: Can mobile position itself?

2008-06-20 Thread plusminus
yes. I guess you might want to know how to do this? -- Have a look at all the Map-Tutorials on anddev: http://www.anddev.org/viewforum.php?f=18 Regards, plusminus http://anddev.org # Worlds largest Android Development Community / Tutorials On Jun 20, 4:24 am, Barco [EMAIL PROTECTED] wrote

[android-developers] Re: How to get the maximum value of an attribute in a table

2008-05-28 Thread plusminus
I'd suggest rawQuery ... Regards, plusminus http://anddev.org # Worlds largest Android Development Community / Tutorials On May 28, 4:00 pm, scorpio [EMAIL PROTECTED] wrote: Here, the return value is an integer, but for Sqlitedatabase.query() its returning cursor, so how can we get

[android-developers] Re: Working with files

2008-05-23 Thread plusminus
Remember that you are not working on the same machines ! Android-Common-File-Operations will not work ! Regards, plusminus http://anddev.org # Worlds largest Android Development Community / Tutorials On May 23, 11:16 am, imen [EMAIL PROTECTED] wrote: Hi, In my application, i want to use

[android-developers] Re: One more activitr can not use same package in eclipe

2008-05-17 Thread plusminus
***trying to decrypt his words*** It IS possible to have multiple Activities in the same package. Regards, plusminus http://anddev.org # Worlds largest Android Development Community / Tutorials On May 14, 7:58 pm, Megha Joshi [EMAIL PROTECTED] wrote: Could you please provide a more detailed

[android-developers] Its a Zoooooommmm MDK (ZoomMDK)

2008-05-08 Thread plusminus
device. Then we will see how well performing the device is against the emulator. Stay tuned :) Regards, plusminus http://anddev.org # Worlds largest Android Development Community / Tutorials (sorry for posting in multiple forums) --~--~-~--~~~---~--~~ You received

[android-developers] Announcing AndBook - Learning Android From Scratch! - Searching Helpers

2008-03-24 Thread plusminus
know, whether YOU want to contribute in any way. (Even if you want to take the chief-writer-role!) Regards, plusminus http://anddev.org # Worlds largest Android Development Community / Tutorials --~--~-~--~~~---~--~~ You received this message because you