Re: [android-developers] Re: Hi..

2013-07-02 Thread Ibrahim Sada
A *server* is a system (software and suitable computer hardware) that responds to requests across a computer network to provide, or help to provide Anythng else...??? On 1 July 2013 19:04, RichardC richard.crit...@googlemail.com wrote: Define Server On Monday, July 1, 2013 1:43:35 PM UTC+1,

Re: [android-developers] Re: Hi..

2013-07-02 Thread Piren
really dude? that's what you got from him? Also, i've already noticed that all the code you post is always a copy-paste from SO, so now even an answer to what you consider a server you copy-paste from wikipedia? On Tuesday, July 2, 2013 9:17:53 AM UTC+3, Ibrahim wrote: A *server* is a

Re: [android-developers] Re: Hi..

2013-07-02 Thread Ibrahim Sada
I Am doing this because my english is not good.. i am asking ur help.. not ur arrgument .. if u cant help then just ignore it... On 2 July 2013 12:12, Piren gpi...@gmail.com wrote: really dude? that's what you got from him? Also, i've already noticed that all the code you post is always a

Re: [android-developers] Re: Hi..

2013-07-02 Thread Ibrahim Sada
Thanks.. On 2 July 2013 12:16, Ibrahim Sada ibrahim.in...@gmail.com wrote: I Am doing this because my english is not good.. i am asking ur help.. not ur arrgument .. if u cant help then just ignore it... On 2 July 2013 12:12, Piren gpi...@gmail.com wrote: really dude? that's what you

[android-developers] android.os.TransactionTooLargeException on applyBatch()

2013-07-02 Thread Rashmi
Hi, In my application, I am executing applyBatch() on contacts database to insert huge contacts. Calling applyBatch() with 490 operations at a time. But the insertion is failing with 'android.os.TransactionTooLargeException'. Reduced the operation size to 200. Still I am getting the same

Re: [android-developers] Re: Hi..

2013-07-02 Thread Piren
Usually people here don't care about the English level of the poster, this is an international forum and not everyone's native language is English (it isn't mine). However, your posting history shows that you never actually try to program anything. You copy-paste code and then dump it in here

[android-developers] Re: android.os.TransactionTooLargeException on applyBatch()

2013-07-02 Thread Piren
http://developer.android.com/reference/android/os/TransactionTooLargeException.html The key to avoiding TransactionTooLargeExceptionhttp://developer.android.com/reference/android/os/TransactionTooLargeException.html is to keep all transactions relatively small. Try to minimize the amount of

Re: [android-developers] Re: Hi..

2013-07-02 Thread Ibrahim Sada
I Am Not Asking the code friends i need how do i start coding...?? i didnt asked code from you guys.. i dnt knoe how to initiate for that type of code.. i have did in java server client coding.. for android i dont have any idea.. im sorry if i said anythng wrong... On 2 July 2013 13:12, Piren

Re: [android-developers] Re: Hi..

2013-07-02 Thread Piren
I Am Not Asking the code friends i need how do i start coding...?? - You did i didnt asked code from you guys.. - You did i dnt knoe how to initiate for that type of code.. - Obviously i have did in java server client coding.. - I doubt it, this is exactly the same. If you'd know how to code a

Re: [android-developers] Re: Hi..

2013-07-02 Thread Ibrahim Sada
you want my java server code?? i did in java... i can show u my java code.. On 2 July 2013 14:19, Piren gpi...@gmail.com wrote: I Am Not Asking the code friends i need how do i start coding...?? - You did i didnt asked code from you guys.. - You did i dnt knoe how to initiate for that

[android-developers] GCM not working when setting dispatch period on google analytics

2013-07-02 Thread sariel ben arye
Hi there. I'm using google analytics in my android app. I tried to set the dispatch time in the analytics.xml file as described in the guide: integer name=ga_dispatchPeriod300/integer I see that the dispatch works, and data is updated to server every 5 minutes, but when I use this

Re: [android-developers] Re: Hi..

2013-07-02 Thread Piren
Nope, i have no need for it. And as i said - if you already did it, just use it on Android. On Tuesday, July 2, 2013 11:53:52 AM UTC+3, Ibrahim wrote: you want my java server code?? i did in java... i can show u my java code.. On 2 July 2013 14:19, Piren gpi...@gmail.com javascript:

Re: [android-developers] Re: Hi..

2013-07-02 Thread Ibrahim Sada
I Am trying friend.. im getting blank... no error nothng... On 2 July 2013 15:53, Piren gpi...@gmail.com wrote: Nope, i have no need for it. And as i said - if you already did it, just use it on Android. On Tuesday, July 2, 2013 11:53:52 AM UTC+3, Ibrahim wrote: you want my java server

Re: [android-developers] Re: creating apk according to selected java files

2013-07-02 Thread surabhi jain
Thanks for reply. I am sure that there is no dependency of remaining classes. But exactly I am not getting that How could we build project using Ant including selected java classes? On Wed, Jun 19, 2013 at 3:24 AM, Lew lewbl...@gmail.com wrote: And bear in mind that transitive dependencies

[android-developers] Re: Traslate Animation in ListView (like Google Plus App)

2013-07-02 Thread Alexander Osmanov
Hi, there is a similar approach plus explanation of how you can add distortion to list views in my blog. I hope it helps. http://thehiddenduck.blogspot.ru/2013/06/adding-item-animations-to-listview.html On Thursday, February 7, 2013 6:16:59 PM UTC+4, Gianluca Cacace wrote: Has anyone idea to

[android-developers] how to implement editable spinner in android

2013-07-02 Thread Sadhna Upadhyay
how to implement editable spinner in android -- -- 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

Re: [android-developers] how to implement editable spinner in android

2013-07-02 Thread Amey Bapat
Hi, *http://lmgtfy.com/?q=editable+spinner+androidl=1 or * http://stackoverflow.com/questions/2243388/how-to-create-editable-spinner-in-android On Tue, Jul 2, 2013 at 6:11 PM, Sadhna Upadhyay sadhna.braah...@gmail.comwrote: how to implement editable spinner in android -- -- You

[android-developers] Does Android Camera support V4L2 Or Usc Project

2013-07-02 Thread dani maoz
It the answer is yes, can someone post tutorial or links thanks in advance Dani -- -- 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

[android-developers] Fork/Join and JSR166 on Android

2013-07-02 Thread Ratamovic
Hi all, I am trying to find some information about the support of the new Fork/Join framework introduced in Java7 (JSR166). Of course Android doesn't support Java 1.7 (yet at least) but a Java6 (limited) backport of Fork/Join exists (see jsr166

[android-developers] Service is restarted after ANR, OutOfMemoryError, native crashes, etc inspite of Service.START_NOT_STICKY

2013-07-02 Thread Shri
My service returns Service.START_NOT_STICKY from Service.onStartCommand. However, from the event log, I see that my activity is restarted after ANR, OutOfMemoryError, native crashes, etc. 06-25 14:11:43.628 I/am_schedule_service_restart( 108): [com.shri/com.shri.TestService,17816] This

[android-developers] Re: Service is restarted after ANR, OutOfMemoryError, native crashes, etc inspite of Service.START_NOT_STICKY

2013-07-02 Thread RichardC
Need to ask an obvious question: is your service crashing before onStartCommand completes? On Wednesday, July 3, 2013 12:02:34 AM UTC+1, Shri wrote: My service returns Service.START_NOT_STICKY from Service.onStartCommand. However, from the event log, I see that my activity is restarted after

Re: [android-developers] setLayoutParams stops working

2013-07-02 Thread TreKing
On Tue, Jul 2, 2013 at 12:40 AM, Wyler Yerrachione foundationservi...@gmail.com wrote: I'm using setLayoutParams on some images in a HorizontalScrollView to change their size as they scroll past. Not sure about your issue, but why not use an animation?

[android-developers] i want my app to pick images from gallery according to date and time it was clicked(acc to timestamp)

2013-07-02 Thread siter
i want my app to pick images from gallery according to date and time it was clicked(acc to timestamp)...older photos should come first can u please tell just the outline... how to do it?? -- -- You received this message because you are subscribed to the Google Groups Android Developers