Re: [android-developers] json format

2012-09-13 Thread Lew
Yeah, I got that part the first time around. It's a style thing. To me, storing locale-specific date parts are bad enough, but storing characters that aren't even part of a date format seems a tad beyond the pale. Whatever floats your boat, I guess. I don't guess the computer cares one way

[android-developers] in-app billing is possible through Paypal A/c.

2012-09-13 Thread Rajan
hi all, i want to use *in-app billing* as a paid service, but for that i don't want to use Google PLAY (App market) or i don't want to go through Google PLAY. it must be done through the user's Paypal account. is it possible (Programmatically) ?? if YES than please provide me any link or

[android-developers] Please help in explaining this geometrical concept!!

2012-09-13 Thread Kunal shah
I know this a stupid question to ask, but I was going through a tutorial and I just dont seem to understand the below lines of code...Have pulled my hair understanding the geometrical algorithm behind this, but.Oh!!! This is very simple but I just dont seem to get it. Please helpI am a

[android-developers] Re: Button.getBackgroundDrawable() return value?

2012-09-13 Thread Calin Perebiceanu
Hello, If you are referring to Button.getBackground() than it returns Drawable http://developer.android.com/reference/android/graphics/drawable/Drawable.html , which is the base class for * BitmapDrawablehttp://developer.android.com/reference/android/graphics/drawable/BitmapDrawable.html *,

Re: [android-developers] Why can't I view the code of PackageManagerService class on Eclipse? (I put it in the right directory)

2012-09-13 Thread Calin Perebiceanu
Add External Class Folder adds an external *CLASS* folder and not an external *SOURCE *folder. If you want to add the sources you downloaded to the build path of your project you should go to JBP-Sources-Add Folder. If you want to attach the sources to an existing jar in your buildpath then

[android-developers] Re: sqlite database

2012-09-13 Thread Antoniuskas
http://cursodeandroid.blogspot.com.es/ You can tralate with google. El jueves, 13 de septiembre de 2012 06:52:52 UTC+2, mohammed Nuhail escribió: how to insert data once in sqlite database programatically ? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: HttpResponse throwing an unidentified error?

2012-09-13 Thread Calin Perebiceanu
Use Log.e or even e.printStackTrace() instead of putting it in the textview On Thursday, 13 September 2012 06:47:53 UTC+3, AttemptedSuccess wrote: Hello, I'm trying to connect to the internet and retrieve the xml of a website. At the moment I'm just trying to connect to the google main page,

Re: [android-developers] EditText without initial keyboard

2012-09-13 Thread Ravin
Okay thanks for that info Harri. I managed to get it to work using the focus method so I did not end up having to investigate your method. On Wednesday, September 12, 2012 10:22:04 AM UTC-7, Harri Smått wrote: On Sep 12, 2012, at 7:51 PM, Ravin rper...@yahoo.com javascript: wrote: Does

[android-developers] Re: in-app billing is possible through Paypal A/c.

2012-09-13 Thread Calin Perebiceanu
Quote from http://developer.android.com/guide/google/play/billing/index.html *In-app Billing is a Google Play* service that lets .. I think this says it all. On Thursday, 13 September 2012 09:31:33 UTC+3, Rajan wrote: hi all, i want to use *in-app billing* as a paid service, but for

[android-developers] Explain the goemetrial concept behind this, please!!

2012-09-13 Thread Kunal Shah
I know this a stupid question to ask, but I was going through a tutorial and I just dont seem to understand the below lines of code...Have pulled my hair understanding the geometrical algorithm behind this, but.Oh!!! This is very simple but I just dont seem to get it. Please helpI am a

[android-developers] hi....

2012-09-13 Thread Ibrahim Sada
Hello friends... i am inserting values in databse sqlite table from the code... But when ever i run the code or programe itse inserting value again Assume i have 1,2,3,4,5 and i run the code then its inserting 1,2,3,4,5 and when i run the code again its comming twice...

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

2012-09-13 Thread Rocky
when u will run apps, that many time it will insert into database, two solution - 1. after first time insert, comment this insert statement 2. before insert, write delete query for the same table. On Thu, Sep 13, 2012 at 12:55 PM, Ibrahim Sada ibrahim.in...@gmail.comwrote: Hello friends...

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

2012-09-13 Thread Ibrahim Sada
How to query deari want to know i have tried alot... thnx dear.. On 13 September 2012 12:59, Rocky rkjhaw1...@gmail.com wrote: when u will run apps, that many time it will insert into database, two solution - 1. after first time insert, comment this insert statement 2. before insert,

[android-developers] Re: Translation and rotation matricies 2D on Canvas

2012-09-13 Thread NikDmit
There is another save without parameters public int save () Since: API Level 1http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels Saves the current matrix and clip onto a private stack. Subsequent calls to translate,scale,rotate,skew,concat or clipRect,clipPath

[android-developers] HttpUrlConnection post request in Android 4.0+

2012-09-13 Thread Test
Hi all, I am using HttpUrlConnection for network communication. It works fine for Android 2.3 and its lower version but on android 4.0+ devices it is not working. I am making post connection in AsyncTask. After googling, I came to know Android 4.0+ turns GET request into POST. We can turn

Re: [android-developers] Transfering VBO's between a loader and renderer.

2012-09-13 Thread Fabien R
On 12/09/2012 23:13, Braindrool wrote: Thanks, just what I was looking for. But a new question arises. I saw in some snippets that people do: int[] temp = new int[2]; gl.glGenBuffers(2, temp, 0); Does it really work to transfer a VBO through an integer? You would

[android-developers] Re: Android Licensing LVL

2012-09-13 Thread Calin Perebiceanu
https://groups.google.com/forum/?fromgroups=#!topic/android-developers/p4YZANmd5Pg On Wednesday, 12 September 2012 17:39:52 UTC+3, Paolo Mancini wrote: Hi, I'm using the LVL ServerManagedPolicy but I've a couple of question. This is my case. A client buy my app and after try to open and use

Re: [android-developers] How to change the Blue Line below Title in AlertDialog.

2012-09-13 Thread Calin Perebiceanu
Ok then. On Wednesday, 12 September 2012 04:15:38 UTC+3, Shan Ul Haq wrote: thats the point .. if i want to create my own view then i would'nt care for customizing the AlertDialog theme. i will just create my own alert dialog. I dont want to create my own view. i just want to change the

[android-developers] increment progress bar in the cursor adapter

2012-09-13 Thread Live Happy
i have a list view extends cursoradapter and in the layout of this list i have a progress bar and i want set the prograss value to progress bar so its possible to pass the value from the activity to the adapter to increment it wish that any idea or any help with that appreciate ur answer thanks

[android-developers] Posts not showing up?

2012-09-13 Thread Martijn van Mechelen
Hi, Two days ago I've posted three messages into the Android Developers group. The messages probably have to moderated, but they are still not showing up. Is something going wrong? Regards, Martijn van Mechelen -- You received this message because you are subscribed to the Google Groups

[android-developers] in-app billing is possible through Paypal A/c.

2012-09-13 Thread Andrea Pietroni
Google for: android paypal api OR library For very lazy people, first two results: https://www.x.com/developers/paypal/products/mobile-payment-libraries https://cms.paypal.com/cms_content/US/en_US/files/developer/PP_MPL_Developer_Guide_and_Reference_Android.pdf -- You received this message

[android-developers] Explain the goemetrial concept behind this, please!!

2012-09-13 Thread Andrea Pietroni
Negative scale numbers mirror the image. It looks like it's drawing the picture half scaled 4 times: - first time at top left - then at its right, mirroring accordingly - etc -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Explain the goemetrial concept behind this, please!!

2012-09-13 Thread Fred Niggle
Your post if very vague, at a guess i think your trying to ask someone to explain the concepts of matrix's and image manipulation, and that is true that this mailing list is not the place for such a question. Regards, Fred On 13 September 2012 10:54, Andrea Pietroni

[android-developers] Re: Button.getBackgroundDrawable() return value?

2012-09-13 Thread superpsycho
Thank you Calin, Button.getBackground() instanceof NinePatchDrawable returns me a true. Sorry for the confusion. I mean the return value of *AndroidStandartButton *.getBackground() whichs background is created by the NinePatch PNG offered *private* by the Android System. My actual problem is a

Re: [android-developers] Re: Button.getBackgroundDrawable() return value?

2012-09-13 Thread Sravanthi Dadu
hi, can any one please solve my problem regarding Facebook for android... i got an error in logcat as follows.. E/AndroidRuntime(499): java.lang.NoClassDefFoundError: com.facebook.android.R$drawable 09-13 15:45:57.900: E/AndroidRuntime(499): at

Re: [android-developers] Re: Button.getBackgroundDrawable() return value?

2012-09-13 Thread superpsycho
I think you ahve to open you own thread... Under this headline nobody will will find you. Am Donnerstag, 13. September 2012 12:23:37 UTC+2 schrieb sravanthi dadu: hi, can any one please solve my problem regarding Facebook for android... i got an error in logcat as follows..

Re: [android-developers] Re: Button.getBackgroundDrawable() return value?

2012-09-13 Thread Sravanthi Dadu
how can i import facebook_sdk in our sample progrm -- 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] Re: Button.getBackgroundDrawable() return value?

2012-09-13 Thread superpsycho
U are wrong in here. Stop trolling, write your own Fb (with better API i hope) and stfu. Am Donnerstag, 13. September 2012 12:48:12 UTC+2 schrieb sravanthi dadu: how can i import facebook_sdk in our sample progrm -- You received this message because you are subscribed to the Google Groups

[android-developers] StackOverFlowError when using multiple SubActivity

2012-09-13 Thread Rajan
i want to start multiple sub activity with-in a single tabwidget. i also tried out some code, but it not works properly. problem : when i switched from MainActivity -- A -- A1 -- A2 and again A2 -- A1 -- A ( i performed this activity switching operation around 2 to 3 times after that it gives

[android-developers] Re: HttpResponse throwing an unidentified error?

2012-09-13 Thread AttemptedSuccess
Tried them before the TextView, sticking the error in a TextView was just the most recent thing I tried to discover the error at the time. On Thursday, September 13, 2012 5:13:11 PM UTC+10, Calin Perebiceanu wrote: Use Log.e or even e.printStackTrace() instead of putting it in the textview

Re: [android-developers] Android Call Recorder

2012-09-13 Thread Asheesh Arya
its depend on mobile device on some device call recording implement successfully on some device it doesn't support -- 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] Re: HttpResponse throwing an unidentified error?

2012-09-13 Thread AttemptedSuccess
I tried them before I tried using a TextView, TextView was just the most recent thing I'd tried to figure out the Exception. On Thursday, September 13, 2012 5:13:11 PM UTC+10, Calin Perebiceanu wrote: Use Log.e or even e.printStackTrace() instead of putting it in the textview -- You

[android-developers] Re: Posts not showing up?

2012-09-13 Thread Kunal Shah
Same thing with me... On Thursday, September 13, 2012 2:56:47 PM UTC+5:30, Martijn van Mechelen wrote: Hi, Two days ago I've posted three messages into the Android Developers group. The messages probably have to moderated, but they are still not showing up. Is something going wrong?

Re: [android-developers] Re: HttpResponse throwing an unidentified error?

2012-09-13 Thread Harri Smått
Hi, I didn't find the original message and location where you're executing this HTTP request. But if it's the UI thread, please see this blog post; http://www.androiddesignpatterns.com/2012/06/app-force-close-honeycomb-ics.html Hope this helps since same code you provided worked like a charm

Re: [android-developers] Explain the goemetrial concept behind this, please!!

2012-09-13 Thread Kunal Shah
On Thursday, September 13, 2012 3:31:07 PM UTC+5:30, Fred Niggle wrote: Your post if very vague, at a guess i think your trying to ask someone to explain the concepts of matrix's and image manipulation, and that is true that this mailing list is not the place for such a question.

[android-developers] Re: Explain the goemetrial concept behind this, please!!

2012-09-13 Thread Kunal Shah
Thank you On Thursday, September 13, 2012 3:24:49 PM UTC+5:30, Andrea Pietroni wrote: Negative scale numbers mirror the image. It looks like it's drawing the picture half scaled 4 times: - first time at top left - then at its right, mirroring accordingly - etc -- You received this

[android-developers] Re: Explain the goemetrial concept behind this, please!!

2012-09-13 Thread Kunal Shah
Fred, I understand...But had to learn it somehow though..And SORRY On 13 September 2012 10:54, Andrea Pietroni andrea.pietr...@gmail.comwrote: Negative scale numbers mirror the image. It looks like it's drawing the picture half scaled 4 times: - first time at top left - then

Re: [android-developers] Re: Explain the goemetrial concept behind this, please!!

2012-09-13 Thread Ibrahim Sada
Its better if u google that..no one vl teach u here. On 13 September 2012 17:07, Kunal Shah kal...@gmail.com wrote: Fred, I understand...But had to learn it somehow though..And SORRY On 13 September 2012 10:54, Andrea Pietroni andrea.pietr...@gmail.com wrote:

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

2012-09-13 Thread Rocky
delete query of that table. u need to delete all data of that table before inserting. On Thu, Sep 13, 2012 at 1:00 PM, Ibrahim Sada ibrahim.in...@gmail.comwrote: How to query deari want to know i have tried alot... thnx dear.. On 13 September 2012 12:59, Rocky rkjhaw1...@gmail.com

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

2012-09-13 Thread Ibrahim Sada
u mean i have to call this method before inserting? public boolean deleteRecord(long rowId) { return db.delete(DATABASE_TABLE, KEY_ROWID + = + rowId, null) 0; } thnx dear.. On 13 September 2012 17:24, Rocky rkjhaw1...@gmail.com wrote: delete query of that table.

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

2012-09-13 Thread Rocky
exactly.. :) Then before insertion system will erase all info from db, u wouldn't get any kinds of repetition of data. OR check if data is available into db If(! data_available_in_DB) { then insert data into db } this is second way to handl.e On Thu, Sep 13, 2012 at 5:28 PM, Ibrahim Sada

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

2012-09-13 Thread Ibrahim Sada
okey dear thanx very much On 13 September 2012 17:35, Rocky rkjhaw1...@gmail.com wrote: exactly.. :) Then before insertion system will erase all info from db, u wouldn't get any kinds of repetition of data. OR check if data is available into db If(! data_available_in_DB) { then

[android-developers] installation issue

2012-09-13 Thread rauf qureshi
hello everyone I want to install my android application in HTC android device but i am not able to connect that in installation mode can any body tell the solution. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Rotating Android View in API 10 without using Animation

2012-09-13 Thread Hossein
I want to rotate an ImageView toward specific pivot and with special degree. I searched in Google and found some solution about this, but I didn't find complete answer about this (like this answerhttp://stackoverflow.com/questions/7634540/rotating-imageview-in-android-api-level-11 ). I tried

Re: [android-developers] Can I prelaunch an app?

2012-09-13 Thread Steve
The use case is that some apps are godawful slow to load. In Windows you can start two programs and do stuff with the faster-loading one while the slower-loading one is still loading. It would be nice to do that on a droid if you're hell-bent on not wasting time waiting for a single app to

[android-developers] Re: Rotate image around it's centre problem with matrix rotation

2012-09-13 Thread bob
If you want the image in the center of the screen, change this: Y = initialY; to this: * Y = (int) (screenH /2) - (arrowH / 2) ;* On Thursday, September 13, 2012 12:43:56 AM UTC-5, Haris wrote: Hai here is my full code... package com.motionsensor; import java.util.List;

[android-developers] Re: Translation and rotation matricies 2D on Canvas

2012-09-13 Thread bob
I was actually confused by the docs for that method call as well. I wasn't sure what was meant by *clip*. I guess they mean *clipping region*, which I guess is a rectangle. I was under a serious time constraint when I first looked into this. I was afraid clip might have referred to

Re: [android-developers] Why can't I view the code of PackageManagerService class on Eclipse? (I put it in the right directory)

2012-09-13 Thread Jin
Hi Calin, I do the first step, and added the file which contains the source code into project's directory. But is it right I cannot open it to see detailed classes? In the second step, I did not find Expand your jar option. (as showed in the attachment) Thanks 在

Re: [android-developers] Why can't I view the code of PackageManagerService class on Eclipse? (I put it in the right directory)

2012-09-13 Thread Kristopher Micinski
typically you download the entire platform source, you cannot just download a isngle source file to the current directory, as you need the hierarchical directory structure in place, as it mirrors the package declarations.. kris On Thu, Sep 13, 2012 at 11:16 AM, Jin jiang...@gmail.com wrote: Hi

[android-developers] Re: webview cookie sometimes null

2012-09-13 Thread emada.adame
Yeah I'm still having this issue, can anyone help? any ideas? Here is my new updated code: String server = settings.getString(server, ); String user = settings.getString(username, ); String passwd = settings.getString(passwd, ); webview = new WebView(this); WebSettings

Re: [android-developers] Why can't I view the code of PackageManagerService class on Eclipse? (I put it in the right directory)

2012-09-13 Thread Jin
I see. Thank you. 在 2012年9月13日星期四UTC-4上午11时25分33秒,Kristopher Micinski写道: typically you download the entire platform source, you cannot just download a isngle source file to the current directory, as you need the hierarchical directory structure in place, as it mirrors the package

[android-developers] Re: installation issue

2012-09-13 Thread bob
If the app is good, you can put it on the Play store and get it thru the Play app. On Thursday, September 13, 2012 8:02:10 AM UTC-5, rauf qureshi wrote: hello everyone I want to install my android application in HTC android device but i am not able to connect that in installation mode

[android-developers] Re: Translation and rotation matricies 2D on Canvas

2012-09-13 Thread NikDmit
So do I. I got another suggestion: using linear algebra in case I want to rotate only shape on the canvas. That will work faster, since you don't need to transform the entire canvas, but only it's part. I've done it before, but in different framework. -- You received this message because you

[android-developers] Re: webview cookie sometimes null

2012-09-13 Thread bob
The issue is probably that the cookie is not necessarily there. I don't see anywhere in your code where you load any URL. I'm pretty sure this function doesn't load anything: public String getCookie (String url) It probably just looks in a cookie cache. On Thursday, September 13,

[android-developers] Re: How to overcome error: Error parsing XML: unbound prefix

2012-09-13 Thread Bost
Hi, in the fourth line android was misspelled: andorid:orientation=horizontal Regards -- 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

[android-developers] Re: Translation and rotation matricies 2D on Canvas

2012-09-13 Thread bob
That may or may not be faster. If you are using hardware acceleration, using the matrices is probably faster. There is almost certainly special hardware in the GPU for fast matrix multiplication. On Thursday, September 13, 2012 10:53:04 AM UTC-5, NikDmit wrote: So do I. I got another

[android-developers] Re: How to overcome error: Error parsing XML: unbound prefix

2012-09-13 Thread bob
It's also misspelled in like 5 other places. On Thursday, September 13, 2012 12:11:08 PM UTC-5, Bost wrote: Hi, in the fourth line android was misspelled: andorid:orientation=horizontal Regards -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Can I prelaunch an app?

2012-09-13 Thread Justin Anderson
The use case is that some apps are godawful slow to load. In Windows you can start two programs and do stuff with the faster-loading one while the slower-loading one is still loading. It would be nice to do that on a droid if you're hell-bent on not wasting time waiting for a single app to

[android-developers] Re: VideoView inside ScrollView

2012-09-13 Thread glenviewjeff
A bit late but, Romain Guy said in this [Android issue][1]: This is a known limitation of `VideoView`. You should instead use [TextureView][2] in Android 4.0 and up. [1]: http://code.google.com/p/android/issues/detail?id=37229 [2]:

[android-developers] Dynamically change fromDegrees and toDegrees params in RotateAnimation

2012-09-13 Thread Hossein
I've defined RotateAnimation to rotate a ImageView. So, I want to stop the animation after some repeats. The scenario is as following : First animation starts from -25 to 25 degree, after one animating, this should be change to -24 to 24 and reversely and ... and when reach to 0 to 0 this

[android-developers] Should Context.getCacheDir() ever return null?

2012-09-13 Thread Nathan
Just asking because I have seen some logs which seem to indicate 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 unsubscribe from this group, send email to

Re: [android-developers] Should Context.getCacheDir() ever return null?

2012-09-13 Thread Mark Murphy
On Thu, Sep 13, 2012 at 2:29 PM, Nathan nathan.d.mel...@gmail.com wrote: Just asking because I have seen some logs which seem to indicate that. Looking at the source code, if the directory does not exist, and creating it fails, a warning is logged to LogCat and it returns null. Do you see an

Re: [android-developers] Should Context.getCacheDir() ever return null?

2012-09-13 Thread Nathan
I'm going to assume it is unable to create the directory and I may not be able to find out why. No user (to my knowledge) has approached me yet, so I don't have Logcat logs. But of course I do have one helpful comment from a user: grr At this point, there are six reports in a weeks

Re: [android-developers] Should Context.getCacheDir() ever return null?

2012-09-13 Thread Mark Murphy
On Thu, Sep 13, 2012 at 3:00 PM, Nathan nathan.d.mel...@gmail.com wrote: But of course I do have one helpful comment from a user: grr Aw, c'mon. That was just Kellogg's Tony the Tiger, who accidentally submitted the comment before fully spelling out grREAT! :-) At this point,

[android-developers] Re: hi

2012-09-13 Thread Lew
jesweer wrote: public class loginactivity extends Activity{ Java coding conventions call for type names to be spelled in camel case with an initial upper-case letter. @Override It's rather a bad idea to indent online code with TAB characters. Use 4 spaces (or 3 or 2) per indent level.

[android-developers] Re: Translation and rotation matricies 2D on Canvas

2012-09-13 Thread NikDmit
That's true. -- 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

[android-developers] Re: hi

2012-09-13 Thread bob
The problems with the code appear to be twofold: 1. The comparison of the username and password is case-sensitive, which it probably shouldn't be (*maybe* for password, probably not for username) 2. The passwords are stored insecurely in the database, whereas an MD5 hash would be

[android-developers] Re: Dynamically change fromDegrees and toDegrees params in RotateAnimation

2012-09-13 Thread bob
I'm thinking maybe you should subclass Animation and override these two methods: boolean getTransformationhttp://developer.android.com/reference/android/view/animation/Animation.html#getTransformation(long,%20android.view.animation.Transformation,%20float)(long currentTime,

[android-developers] Re: hi

2012-09-13 Thread Lew
bob wrote: The problems with the code appear to be twofold: 1. The comparison of the username and password is case-sensitive, which it probably shouldn't be (*maybe* for password, probably not for username) That's not true. Usernames are often and commonly case sensitive. Passwords most

[android-developers] Blueteeth

2012-09-13 Thread bob
So, has anyone ever gotten an Android Bluetooth server working that can handle multiple clients simultaneously? I looked at some old posts, and it seems this was a headache for many. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Blueteeth

2012-09-13 Thread Kristopher Micinski
only up to two or three, never more.. I'd investigate other avenues.. kris On Thu, Sep 13, 2012 at 5:30 PM, bob b...@coolfone.comze.com wrote: So, has anyone ever gotten an Android Bluetooth server working that can handle multiple clients simultaneously? I looked at some old posts, and it

Re: [android-developers] Should Context.getCacheDir() ever return null?

2012-09-13 Thread Nathan
On Thursday, September 13, 2012 12:27:32 PM UTC-7, Mark Murphy (a Commons Guy) wrote: On Thu, Sep 13, 2012 at 3:00 PM, Nathan nathan@gmail.comjavascript: wrote: Six people running out of disk space inside of a week seems unlikely. You don't have my users ;) But seriously, I would

Re: [android-developers] Blueteeth

2012-09-13 Thread bob
On Thursday, September 13, 2012 4:37:57 PM UTC-5, Kristopher Micinski wrote: only up to two or three, never more.. *Quoth the Raven* I'd investigate other avenues.. kris On Thu, Sep 13, 2012 at 5:30 PM, bob b...@coolfone.comze.comjavascript: wrote: So, has anyone ever gotten

Re: [android-developers] Should Context.getCacheDir() ever return null?

2012-09-13 Thread Mark Murphy
On Thu, Sep 13, 2012 at 6:20 PM, Nathan nathan.d.mel...@gmail.com wrote: I don't know how common it is to use up disk space. Can they do it by installing too many apps? Yes, though I would expect the straw that broke the camel's back would be smaller stuff, like internal storage used by

Re: [android-developers] Blueteeth

2012-09-13 Thread Kristopher Micinski
Like I said (probably you've seen), if you're looking for a peer to peer based system, Bluetooth probably isn't going to work too well, I'd look at doing something built atop a cloud based solution, kris On Thu, Sep 13, 2012 at 6:20 PM, bob b...@coolfone.comze.com wrote: On Thursday,

[android-developers] Android USB to USB communication

2012-09-13 Thread dnk
Android supports USB Host mode via its APIs but is there a library out there that takes care of the threading and communication? Can two devices use USB to pass arbitrary data, i.e chat messages? I've seen one for USB 2 Serial but I am talking about USB-to-USB. How come there is none yet?

Re: [android-developers] FragmentStatePagerAdapter is not setting the UI elemtents when using Loader API

2012-09-13 Thread Jose Ayerdis
Eureka, I know What was happening was fairly trivial and makes a lots of sense, I had in my onResume() @Override public void onResume() { super.onResume(); getActivity().getSupportLoaderManager().restartLoader(CONTACT_REQUEST, null, this);

Re: [android-developers] Re: hi

2012-09-13 Thread Jim Graham
On Thu, Sep 13, 2012 at 01:49:42PM -0700, bob wrote: 1. The comparison of the username and password is case-sensitive, which it probably shouldn't be (*maybe* for password, probably not for username) Just FYI: I have never seen a case where the password is NOT case sensitive (that would

[android-developers] Re: Rotate image around it's centre problem with matrix rotation

2012-09-13 Thread Haris
Hai bob, have you run my code..? On Monday, 10 September 2012 18:48:32 UTC+5:30, Haris wrote: Hai all I am trying an application like rotating image with motion sensorMy problem is that the image does not rotate about centre properlyAnd my angle range is 0 to 90 and 0 to -90..

Re: [android-developers] Android Emulator not starting up

2012-09-13 Thread android_solutions
Hi, I am getting exactly the same issue, 10 hours or so for boot up emulator and then cant think of closing the emulator. Please suggest solution, nothing works out with snapshot option.Even for API level 10 and below, Im not getting , enabling of the snapshot option.Please suggest. Thanks,

Re: [android-developers] Android Emulator not starting up

2012-09-13 Thread Asheesh Arya
refer this link http://stackoverflow.com/questions/1554099/slow-android-emulator -- 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] Android Emulator not starting up

2012-09-13 Thread android_solutions
Is this at all any installation issue, due to any corruption of file? Let me know, if anybody having solution. Thanks, Pallavi On Friday, September 14, 2012 10:47:35 AM UTC+5:30, android_solutions wrote: Hi, I am getting exactly the same issue, 10 hours or so for boot up emulator and then