[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 
the basic syncadapters, etc. 

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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

2012-04-05 Thread Gaara
Yep i know it depends exactly on the applications that you install which 
get invoked when they listen to the adapters.

My question was towards finding out the place in the android system where 
these things are registered, if they are registered at all?

On Friday, April 6, 2012 2:18:22 AM UTC+5: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 akas...@gmail.com wrote:

 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 the basic syncadapters, etc. 
  
 -- 
 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 to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 -- 
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to 
 provide private support, and so won't reply to such e-mails.  All such 
 questions should be posted on public forums, where I and others can see and 
 answer them.



-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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:

 On Mon, Apr 25, 2011 at 10:34 AM, Diego Barbosa
 diegobcarne...@gmail.com wrote:
  But, I have a commercial application, it
  communicates with a webservice and the database is a SQL
  Server, my application has to work offline, and have to store thedata on
  the device itself, which would be the best solution? SqlLite or CouchDB?

 That is impossible to answer in the abstract.

 Note that, at this time, CouchDB for Android is a ~10MB APK that the
 user has to install in addition to your app. That makes deployment of
 your app more complicated, compared to one that uses the built-in
 SQLite database.

 -- 
 Mark Murphy (a Commons Guy)
 http://commonsware.com | http://github.com/commonsguy
 http://commonsware.com/blog | http://twitter.com/commonsguy

 Android Training in London: http://bit.ly/smand1, http://bit.ly/smand2



-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 college project is based on 
 NFC. There is no nfc-enabled android phone that has been launched yet 
 in Indian market. So i can't deploy my app on any set available. 
 Is there any emulator for NFC with which i can deploy my app easily???

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 joshgit...@gmail.com wrote:
 How did you solve it?

 On Jun 29, 11:42 pm, gaara amellal.kamili...@gmail.com wrote:







  Solved !

  On Jun 29, 2:28 pm, gaara amellal.kamili...@gmail.com 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
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: LogCat on Intellij IDEA

2011-06-29 Thread gaara
adb logcat

On Jun 29, 11:12 am, gaara amellal.kamili...@gmail.com 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 group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: LogCat on Intellij IDEA

2011-06-29 Thread gaara
thanks

On Jun 29, 1:13 pm, Pepijn Van Eeckhoudt pep...@vaneeckhoudt.net
wrote:
 Indeed. In 10.0 it's only in ultimate edition but in 10.5 it's available
 in the community edition as well. When you're working on an Android
 project (i.e., a project with at least one Android module in it),
 there's a tab in the bottom tabbar titled 'Android Logcat' that does
 exactly what you would expect.

 Pepijn

 On 29/06/2011 14:40, Robert Slama wrote:

  I use version 10.5 and logcat is there ...

  r^

  On 29 June 2011 13:17, Kostya Vasilyevkmans...@gmail.com  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 functionality of the logcat but this
  time on Intellij IDEA.
  Peace,
  Gaara

  --
  Kostya Vasilyev

  --
  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 to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 amellal.kamili...@gmail.com 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
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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: Unable to start activity
ComponentInfo{com.example.android/com.example.android.AnotherOne}:
java.lang.NullPointerException
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
1647)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
1663)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
android.app.ActivityThread.access$1500(ActivityThread.java:117)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
android.os.Handler.dispatchMessage(Handler.java:99)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
android.os.Looper.loop(Looper.java:123)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
android.app.ActivityThread.main(ActivityThread.java:3683)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
java.lang.reflect.Method.invokeNative(Native Method)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
java.lang.reflect.Method.invoke(Method.java:507)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:839)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
dalvik.system.NativeStart.main(Native Method)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): Caused by:
java.lang.NullPointerException
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
com.example.android.AnotherOne.onCreate(AnotherOne.java:43)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
1047)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
1611)
06-28 14:30:18.732: ERROR/AndroidRuntime(479): ... 11 more
06-28 14:30:18.772: WARN/ActivityManager(59):   Force finishing
activity com.example.android/.AnotherOne
06-28 14:30:19.312: WARN/ActivityManager(59): Activity pause timeout
for HistoryRecord{4055a9c0 com.example.android/.AnotherOne}
06-28 14:30:30.929: WARN/ActivityManager(59): Activity destroy timeout
for HistoryRecord{4055a9c0 com.example.android/.AnotherOne}
06-28 14:31:01.101: INFO/Process(479): Sending signal. PID: 479 SIG: 9
06-28 14:31:01.163: INFO/ActivityManager(59): Process
com.example.android (pid 479) has died.
06-28 14:31:01.282: WARN/InputManagerService(59): Window already
focused, ignoring focus gain of:
com.android.internal.view.IInputMethodClient$Stub$Proxy@40716e88


On Jun 28, 2:18 pm, Mark Murphy mmur...@commonsware.com wrote:
 Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine
 LogCat and view the stack trace associated with your force close.









 On Tue, Jun 28, 2011 at 9:51 AM, gaara amellal.kamili...@gmail.com wrote:
  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

  --
  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 to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

 Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 mmur...@commonsware.com wrote:
 On Tue, Jun 28, 2011 at 10:32 AM, gaara amellal.kamili...@gmail.com wrote:
  that is an extract of my LogCat,

 Here's the relevant part:

 06-28 14:30:18.732: ERROR/AndroidRuntime(479): Caused by:
 java.lang.NullPointerException
 06-28 14:30:18.732: ERROR/AndroidRuntime(479):     at
 com.example.android.AnotherOne.onCreate(AnotherOne.java:43)

 You have a NullPointerException on line 43.

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

 Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 mmur...@commonsware.com wrote:
 On Tue, Jun 28, 2011 at 10:32 AM, gaara amellal.kamili...@gmail.com wrote:
  that is an extract of my LogCat,

 Here's the relevant part:

 06-28 14:30:18.732: ERROR/AndroidRuntime(479): Caused by:
 java.lang.NullPointerException
 06-28 14:30:18.732: ERROR/AndroidRuntime(479):     at
 com.example.android.AnotherOne.onCreate(AnotherOne.java:43)

 You have a NullPointerException on line 43.

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

 Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 kmans...@gmail.com 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 what's that's means in this case !!!
  Peace,
  Gaara

 --
 Kostya Vasilyev

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 kmans...@gmail.com 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 what's that's means in this case !!!
  Peace,
  Gaara

 --
 Kostya Vasilyev

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 joachim.pfeif...@gmail.com 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 Error

 The Android http client reached out to the web server which read back
 a 500 error. Happens on occasion. Either you haven't set up your GAE
 app correctly, or this is one of the glitches that GAE sometimes has.
 In any case, you would be expected to wrap the call in an exception
 handler so your app doesn't just go under with an Force-Close.

 On Jun 20, 2:24 am, gaara amellal.kamili...@gmail.com wrote:

  Hi group,
  Can someone help to understand this for checking my error

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 treking...@gmail.com wrote:
 On Mon, Jun 20, 2011 at 6:25 AM, gaara amellal.kamili...@gmail.com wrote:
  I wanna know what's the result or the structure of the preview on Android.

 http://www.catb.org/~esr/faqs/smart-questions.html

 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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) findViewById(R.id.userName);
EditText firstname = (EditText)
findViewById(R.id.userFirstName);
EditText mail = (EditText) findViewById(R.id.userMail);
EditText phone = (EditText) findViewById(R.id.userPhone);
User u = new User();
u.setFirstname(firstname.getText().toString());
u.setLastname(name.getText().toString());
u.setMail(mail.getText().toString());
u.setPhone(phone.getText().toString());
final UserController uc = new UserController();
try {
uc.create(u);
} catch (Exception e) {
return;

final Intent intent = new Intent(AddUserActivity.this,
GaeHomeScreen.class);
startActivity(intent);
}
   };
checkUpdate.start();

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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) findViewById(R.id.userName);
EditText firstname = (EditText)
findViewById(R.id.userFirstName);
EditText mail = (EditText) findViewById(R.id.userMail);
EditText phone = (EditText) findViewById(R.id.userPhone);
User u = new User();
u.setFirstname(firstname.getText().toString());
u.setLastname(name.getText().toString());
u.setMail(mail.getText().toString());
u.setPhone(phone.getText().toString());
final UserController uc = new UserController();
try {
uc.create(u);
} catch (Exception e) {
return;

final Intent intent = new Intent(AddUserActivity.this,
GaeHomeScreen.class);
startActivity(intent);
}
   };
checkUpdate.start();

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2011-06-17 Thread gaara
Thanks for replay, i want to execute the thread when i click a button,
but still no response it normally must pass to GaeHomeScreen
activity .

On Jun 17, 3:25 pm, Prakash Iyer thei...@gmail.com wrote:
 ok, i'll bite. at least i have no clue what you are asking and hence cannot
 help. you say 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 amellal.kamili...@gmail.com wrote:
  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) findViewById(R.id.userName);
         EditText firstname = (EditText)
  findViewById(R.id.userFirstName);
         EditText mail = (EditText) findViewById(R.id.userMail);
         EditText phone = (EditText) findViewById(R.id.userPhone);
         User u = new User();
         u.setFirstname(firstname.getText().toString());
         u.setLastname(name.getText().toString());
         u.setMail(mail.getText().toString());
         u.setPhone(phone.getText().toString());
         final UserController uc = new UserController();
         try {
             uc.create(u);
         } catch (Exception e) {
             return;

         final Intent intent = new Intent(AddUserActivity.this,
             GaeHomeScreen.class);
         startActivity(intent);
         }
    };
     checkUpdate.start();

  --
  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 to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 raysle...@gmail.com wrote:
 Hi,
 Is there anyway app/webview can communicate with flash?
 Is fscommand able to do this? Or anyone have tried using tcp/udp
 communication to communicate with flash?
 need help, Thanks .

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en