Re: [android-developers] list of activities/services/tasks during sync

2012-04-05 Thread Gaara
:30, Dianne Hackborn wrote: > > It depends on what applications you have installed and what sync adapters > they provide. > > On Thu, Apr 5, 2012 at 11:59 AM, Gaara wrote: > >> I would like to know what are the various things that actually get >> spawned as soon as a

[android-developers] list of activities/services/tasks during sync

2012-04-05 Thread Gaara
I would like to know what are the various things that actually get spawned as soon as a user switches ON, in Accounts & sync Also, is there a way to find out programmatically a list of all the things that get spawned? I was unable to find any reference document regarding my queries apart from

Re: [android-developers] Document databases on Android

2012-03-27 Thread Gaara
Can you provide a bit more info about this? Where do i find the couchdb installation apk? I thought the only thing that is available was couchbase mobile syncpoint! Which by itself i'm not able to get it running successfully! :/ On Monday, April 25, 2011 8:12:15 PM UTC+5:30, Mark Murphy wrote:

[android-developers] Re: Emulator for nfc in india

2012-03-08 Thread Gaara
Checkout OpenNFC. Caution: works best only if you are working on a windows environment! Else if you are a linux hacker like me, you are gonna have one hell of a difficult time! On Friday, March 2, 2012 12:50:24 AM UTC+5:30, Shantanu Jain wrote: > > Hi, I am a college student in India and my co

[android-developers] Re: After using the camera all the activities become horizontal

2011-06-30 Thread gaara
ctrl + F11 On Jun 30, 2:04 am, Josh Gitter wrote: > How did you solve it? > > On Jun 29, 11:42 pm, gaara wrote: > > > > > > > > > Solved ! > > > On Jun 29, 2:28 pm, gaara wrote:> Hi group, > > > when i use the camera in my first acti

[android-developers] Re: After using the camera all the activities become horizontal

2011-06-29 Thread gaara
Solved ! On Jun 29, 2:28 pm, gaara wrote: > Hi group, > when i use the camera in my first activity all activities become > horizontal, is that  the result of the camera configuration? > Peace, > Gaara -- You received this message because you are subscribed to the Google

[android-developers] After using the camera all the activities become horizontal

2011-06-29 Thread gaara
Hi group, when i use the camera in my first activity all activities become horizontal, is that the result of the camera configuration? Peace, Gaara -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Re: LogCat on Intellij IDEA

2011-06-29 Thread gaara
17, Kostya Vasilyev  wrote: > >> You can always use the host computer's command line window and run "adb > >> logcat" there. > > >> 29.06.2011 15:12, gaara пишет: > >>> hi group, > >>> i wanna to knwo how to get the functiona

[android-developers] Re: LogCat on Intellij IDEA

2011-06-29 Thread gaara
adb logcat On Jun 29, 11:12 am, gaara wrote: > hi group, > i wanna to knwo how to get the functionality of the logcat but this > time on Intellij IDEA. > Peace, > Gaara -- You received this message because you are subscribed to the Google Groups "Android Developers&quo

[android-developers] LogCat on Intellij IDEA

2011-06-29 Thread gaara
hi group, i wanna to knwo how to get the functionality of the logcat but this time on Intellij IDEA. Peace, Gaara -- 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@googlegro

[android-developers] Re: setOnclickListener(this); gives me a Force Close

2011-06-28 Thread gaara
Solved (((thanks to Raghav Sood XD))) Peace, Gaara On Jun 28, 3:10 pm, Kostya Vasilyev wrote: > Any case really - whenever there is a crash, check the logcat, then look > for "Caused by", which usually points to code within the application. > > 28.06.2011 19:02, gaara п

[android-developers] Re: setOnclickListener(this); gives me a Force Close

2011-06-28 Thread gaara
Ok thanks!!! Peace, Gaara On Jun 28, 3:10 pm, Kostya Vasilyev wrote: > Any case really - whenever there is a crash, check the logcat, then look > for "Caused by", which usually points to code within the application. > > 28.06.2011 19:02, gaara пишет: > > > And w

[android-developers] Re: setOnclickListener(this); gives me a Force Close

2011-06-28 Thread gaara
oww my question is not what that means but if it could be related to Android that's what i want to know even if thanks for the remarque On Jun 28, 2:37 pm, Mark Murphy wrote: > On Tue, Jun 28, 2011 at 10:32 AM, gaara wrote: > > that is an extract of my LogCat, > > Here

[android-developers] Re: setOnclickListener(this); gives me a Force Close

2011-06-28 Thread gaara
And what's that's means in this case !!! Peace, Gaara On Jun 28, 2:37 pm, Mark Murphy wrote: > On Tue, Jun 28, 2011 at 10:32 AM, gaara wrote: > > that is an extract of my LogCat, > > Here's the relevant part: > > 06-28 14:30:18.732:

[android-developers] Re: setOnclickListener(this); gives me a Force Close

2011-06-28 Thread gaara
that is an extract of my LogCat, Peace, Gaara 06-28 14:30:18.682: WARN/dalvikvm(479): threadid=1: thread exiting with uncaught exception (group=0x40015560) 06-28 14:30:18.732: ERROR/AndroidRuntime(479): FATAL EXCEPTION: main 06-28 14:30:18.732: ERROR/AndroidRuntime(479): java.lang.RuntimeException

[android-developers] setOnclickListener(this); gives me a Force Close

2011-06-28 Thread gaara
Hi group, why when i use my_button.setOnClickListener(this) ; with this refers to my current Activity ,i got an error of Force close, what's the difference on having the listener directly on the button and the listener on the activity then override the onClick method; Peace, Gaara --

[android-developers] Re: Image Instance on Android

2011-06-20 Thread gaara
ok could i say i wanna to extract the Byte[] which contains the image's informations Peace, Gaara On Jun 20, 5:17 pm, TreKing wrote: > On Mon, Jun 20, 2011 at 6:25 AM, gaara wrote: > > I wanna know what's the result or the structure of the preview on Android. > > http

[android-developers] Re: GAE and Android

2011-06-20 Thread gaara
Thanks for replay, i wanna ask a question how can i check that i have setup GAE correctly!!! Peace, Gaara On Jun 20, 1:59 pm, JP wrote: > As far as I can tell the significant log is: > > 06-20 09:18:08.952: ERROR/AndroidRuntime(359): Internal Server Error > (500) - Internal Server E

[android-developers] Get Byte[] as a result of the preview with Android Camera

2011-06-20 Thread gaara
Hi group, how to get the Byte[] from the camera on Android, which method or which parameter can help me to do that;; Peace, Gaara -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Image Instance on Android

2011-06-20 Thread gaara
Hi group, I wanna know what's the result or the structure of the preview on Android. Peace, Gaara -- 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 u

[android-developers] Difference between localhost and applicatiin_ID.appspot.com

2011-06-17 Thread gaara
Hi, i wonder why my link in localhost work and we i deploy the resource or the link as application_ID.appspot.com/resource i have an error that the link was broken. Peace, Gaara -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: Couldn't be excuted after a button click

2011-06-17 Thread gaara
t;it couldn't be executed". what do you actually mean? > > as an example the below code start's the activity only when there is an > exception. is that what you wanted? or is that how you cut & paste? > > On Fri, Jun 17, 2011 at 11:18 AM, gaara wrote: > >

[android-developers] Couldn't be excuted after a button click

2011-06-17 Thread gaara
Hi, i wonder what's wrong with this part of the code,,please it's couldn't be executed , the button in which is done is still static. Peace, Gaara final Thread checkUpdate = new Thread() { public void run() { EditText name = (EditText) findViewByI

[android-developers] Couldn't be excuted after a button click

2011-06-17 Thread gaara
Hi, i wonder what's wrong with this part of the code,,please it's couldn't be executed , the button in which is done is still static. Peace, Gaara final Thread checkUpdate = new Thread() { public void run() { EditText name = (EditText) findViewByI

[android-developers] Google App engine and android

2011-06-14 Thread gaara
Hi everyone, Can any one has finish an application which store informations in google app engine via an android application, or any one have suggestions about this subject,, Peace, Gaara -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Log of my application

2011-06-08 Thread gaara
Hi, I want to know how to get the log result of my application, the command or the directory where i could find that,Thanks. Peace, Gaara -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Detecting the white-black runs in a barcode

2011-06-06 Thread gaara
Hi everybody , I wanna know if someone has already make a class for detecting the presence of a barcode in a image, only the detection not the scan !!! Peace, Gaara -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Combination android and google app engien

2011-06-03 Thread gaara
Hi, i tried the store data from android application into google app engine using Restlet and objectify but i still have no connection between the two applications. Can any one had experience with this, only datastore on google app engine via android. Peace, Gaara -- You received this message

[android-developers] Customize the style of widgets

2011-06-03 Thread gaara
Hi, I wanna give my button and my text in the layouts some styles ,can any one help or give me some recommendations, Peace, Gaara -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Re: Communication with Flash (swf)

2011-06-01 Thread gaara
Hi, i have the same problem? you think that we have this possibility even if swf file is big? Peace Gaara On May 31, 8:05 am, sleith wrote: > Hi, > Is there anyway app/webview can communicate with flash? > Is fscommand able to do this? Or anyone have tried using tcp/udp > comm

[android-developers] Problem with servlet

2011-06-01 Thread gaara
Hi, When i tried to use resp.setContentType("text/html"); in my servlet i get the html tags instead of web content,can anyone help? Peace, Gaara -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

[android-developers] Web application on android

2011-06-01 Thread gaara
Hi everyone, I wanna start a web application on android, i still have problems with screen resolution, if someone have experience with that could tell me what should i avoid? as web servers what should i choose? Peace Gaara -- You received this message because you are subscribed to the Google