Re: [android-developers] How to create program on server side code java and client side code in android?

2012-11-28 Thread sree android
you can write server side code in JEE or PHP or .NET and using webservice concept we can use in android. these is the link,it is use full you. http://javatutorialspoint.blogspot.in/2012/02/simple-java-web-service-client-using.html -- You received this message because you are subscribed to the Go

[android-developers] How to create program on server side code java and client side code in android?

2012-11-28 Thread Tom
Hi, How to create program on server side code java and client side code in android? Does any one know the sample application or any link to refer this concept please share with me.. Thanks, Tamilarasi.S -- You received this message because you are subscribed to the Google Groups "A

Re: [android-developers] Re: How do you show 'Are you sure you want to quit' dialog?

2012-11-28 Thread Johan Appelgren
You'd probably want to persist data even if you have a confirmation dialog on back since the user might task switch or press home. -- 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@goo

[android-developers] Re: Android Alarm Clock UI

2012-11-28 Thread Etienne
Originally posted here : http://stackoverflow.com/questions/13523350/android-alarm-clock-ui/13523970#comment18608151_13523970 -- 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] Android Alarm Clock UI

2012-11-28 Thread Etienne
[image: enter image description here] I am trying to figure out how the UI was designed for the Android Alarm Clock app. This appears to be using the Holo Dark Theme. The screenshot included is the Create/Edit Alarm Activity screen. It looks similar to Android Settings

[android-developers] Re: Emulator ICS : add account

2012-11-28 Thread Gopi Krishnan T
Hi Guys, Check with this link, This helped me add the exchange account.Setting up email account in emulator Thanks. On Saturday, July 21, 2012 2:35:57 AM UTC+5:30, rlrhett wrote: > > This workaround does not seem to by wo

Re: [android-developers] Read data from android app and want to display on Web

2012-11-28 Thread TreKing
On Wed, Nov 21, 2012 at 7:16 AM, Ashish Jain wrote: > I am trying to read data from an android app and want to display on the > web. > I think you need to explain what you mean by that you are trying to read data from an Android app. Read it how? > Also let me how to consume this webservice fro

Re: [android-developers] Android OS lag

2012-11-28 Thread TreKing
On Fri, Nov 23, 2012 at 7:37 PM, Björn Morén wrote: > I assume that for the Android OS this is the equivalent of minimizing an > application in Windows. The desktop process is already running in the > background and the process of whatever app I was using is not terminated; > it continues to run.

[android-developers] GoogleTV USB Access

2012-11-28 Thread Ankur Avlani
Hi All, I am trying to develop a Image explorer in Google TV. I want to find out a way to access the USB contents (maybe File IO), once the USB is connected. I did a lot of google search but couldnt find relevant answers. USBManager and USBDevice class in the API didnt help me much to find the

Re: [android-developers] Re: How do you show 'Are you sure you want to quit' dialog?

2012-11-28 Thread TreKing
On Wed, Nov 28, 2012 at 5:30 PM, Subodh Nijsure wrote: > Some of my screens have 5-8 items that users enter stuff like name, > address, some other data. I just don't want users to enter say 80% of data > and loose that data just because they hit back button one two many times.. > Is there another

Re: [android-developers] Re: How do you show 'Are you sure you want to quit' dialog?

2012-11-28 Thread Kristopher Micinski
Instead of asking the user if they'd like to quit, I'd simply save the data and then restore it, but maybe that's just me. For lightweight things like this you can persist them in a SharedPreferences. This sort of depends on your use case, but I think you've confused people, because you're not re

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread Lew
bob wrote: > There's a comma on this page that should not be: > http://developer.android.com/reference/android/hardware/SensorManager.html > > This line > > public class SensorActivity extends Activity, implements SensorEventListener { > > should have no comma. > > Oh, yeah, that completely kills

Re: [android-developers] Re: How do you show 'Are you sure you want to quit' dialog?

2012-11-28 Thread Subodh Nijsure
I had no idea I would spark such a discussion. Only reason I was considering adding 'are you sure you want to exit' button was Some of my screens have 5-8 items that users enter stuff like name, address, some other data. I just don't want users to enter say 80% of data and loose that data just be

Re: [android-developers] Re: Kudos to ADT package developers

2012-11-28 Thread Tor Norbye
We don't modify the general Java editor completion; you should report those issues in the Eclipse issue tracker for JDT. -- Tor On Wed, Nov 28, 2012 at 3:04 PM, Παύλος-Πέτρος Τουρνάρης < p.tourna...@gmail.com> wrote: > In Java! > > > > On Thu, Nov 29, 2012 at 1:01 AM, Tor Norbye wrote: > >> Au

Re: [android-developers] Re: Kudos to ADT package developers

2012-11-28 Thread Παύλος-Πέτρος Τουρνάρης
In Java! On Thu, Nov 29, 2012 at 1:01 AM, Tor Norbye wrote: > Autocompletion in Java or in XML? > > > On Wed, Nov 28, 2012 at 2:51 PM, Παύλος-Πέτρος Τουρνάρης < > p.tourna...@gmail.com> wrote: > >> The AutoCompletion is up to you to make it better or up to the Eclipse >> guys? >> >> >> On Thu,

Re: [android-developers] Re: Kudos to ADT package developers

2012-11-28 Thread Tor Norbye
Autocompletion in Java or in XML? On Wed, Nov 28, 2012 at 2:51 PM, Παύλος-Πέτρος Τουρνάρης < p.tourna...@gmail.com> wrote: > The AutoCompletion is up to you to make it better or up to the Eclipse > guys? > > > On Thu, Nov 29, 2012 at 12:42 AM, Tor Norbye wrote: > >> You don't need to install th

Re: [android-developers] Re: Kudos to ADT package developers

2012-11-28 Thread Παύλος-Πέτρος Τουρνάρης
The AutoCompletion is up to you to make it better or up to the Eclipse guys? On Thu, Nov 29, 2012 at 12:42 AM, Tor Norbye wrote: > You don't need to install the ADT bundle; we also continue to distribute > the plugins so you can add them to your existing IDEs. The goal for the > bundle is to ma

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread bob
There's a comma on this page that should not be: http://developer.android.com/reference/android/hardware/SensorManager.html This line public class SensorActivity extends Activity, implements SensorEventListener { should have no comma. On Wednesday, November 28, 2012 4:39:28 PM UTC-6, Lew wro

Re: [android-developers] Re: Kudos to ADT package developers

2012-11-28 Thread Tor Norbye
You don't need to install the ADT bundle; we also continue to distribute the plugins so you can add them to your existing IDEs. The goal for the bundle is to make first time setup much simpler; in addition to the IDE with the plugins preconfigured, it also bundled the SDK tools, and finally makes t

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread Lew
Piren wrote: > Without going into the subject at hand, i just want to mention that > sometimes the documentation is wrong... already came across a few functions > not doing what they say they would do.. so... should probably not rely on > that >> >> >>> Such as ...? -- Lew -- You received

[android-developers] Re: HttpURLConnection on Galaxy Nexus 4.2

2012-11-28 Thread bob
You could always use a java.net.Socket. That's probably what I would do. On Thursday, November 22, 2012 3:58:52 AM UTC-6, Ryan Bateman wrote: > > I'm attempting to write a simple API management class and running into an > issue when using HttpUrlConnection to POST content on a Galaxy Nexus >

Re: [android-developers] Re: HttpURLConnection on Galaxy Nexus 4.2

2012-11-28 Thread Piren
That's cause he's using the wrong field... that field is in fact a String, but was deprecated a long long while ago. He should be using SDK_INT On Wednesday, November 28, 2012 9:25:04 AM UTC-5, Ralph Bergmann wrote: > > Am 27.11.12 11:40, schrieb Fritjof: > > Integer.parseInt(Build.VERSION.SDK)

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread Piren
Without going into the subject at hand, i just want to mention that sometimes the documentation is wrong... already came across a few functions not doing what they say they would do.. so... should probably not rely on that On Wednesday, November 28, 2012 4:48:43 PM UTC-5, bob wrote: > > > Just

Re: [android-developers] android version problem

2012-11-28 Thread Piren
it does make it more fun ... we can play 21 ^support* questions On Sunday, November 25, 2012 11:21:12 PM UTC-5, TreKing wrote: > > On Sun, Nov 25, 2012 at 10:31 PM, Sadhna Upadhyay > > > wrote: > >> when i am testing the app on 1ndroid 2.3.4 some functionality is not >> working why it is so? >

[android-developers] Re: Kudos to ADT package developers

2012-11-28 Thread Piren
My only issue with such a bundle is that it means that i have multiple instances of Eclipse on my computer, each of them needs to be configured from 0 to match my preferred style... the Android bundle, Motodev, SpringSource, JBOSS Studio and the list goes on... On Wednesday, November 28, 2012

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread bob
Just to clarify, here is the method you are calling with a bad input stream: public static Bitmap decodeStream (InputStream is) Added in API level 1 Decode an input stream into a bitmap. If the input stream is null, or cannot be used to decode a bitmap, the function returns null. The stream's p

Re: [android-developers] Re: Save photo in 320x426 resolution with high quality

2012-11-28 Thread bob
Also, make sure you set fullPath as the path to the image, not just the path to the directory containing the image. On Wednesday, November 28, 2012 3:25:55 PM UTC-6, Ricardo Cardoso wrote: > > I forgot to write the variables in the code that put the fullpath > > public final static String APP_

Re: [android-developers] Re: Save photo in 320x426 resolution with high quality

2012-11-28 Thread bob
Maybe use a counter and, if the file exists, increment it? On Wednesday, November 28, 2012 3:25:55 PM UTC-6, Ricardo Cardoso wrote: > > I forgot to write the variables in the code that put the fullpath > > public final static String APP_PATH_SD_CARD = "/directory/"; > > But how not to use the "

[android-developers] missing method in android.graphics.SurfaceTexture

2012-11-28 Thread bob
Am I the only one who thinks there is a missing method in android.graphics.SurfaceTexture? Shouldn't there be a way to get the integer texture ID for the texture? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] Re: Save photo in 320x426 resolution with high quality

2012-11-28 Thread Ricardo Cardoso
I forgot to write the variables in the code that put the fullpath public final static String APP_PATH_SD_CARD = "/directory/"; But how not to use the "System.currentTimeMillis ()"? Without replacing the photo taken next to a picture? 2012/11/28 bob > Well, the code where you set fullPath i

Re: [android-developers] I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread TreKing
On Mon, Nov 26, 2012 at 7:45 PM, Gabriel Higareda wrote: > But when i run my app, no picture is shown and my catch message shows... > Not sure what is going on. You might consider printing the actual error message from the exception, instead of writing out "IO Exception", which it might not even

Re: [android-developers] External data storage - Best practise

2012-11-28 Thread TreKing
On Fri, Nov 23, 2012 at 8:47 AM, Alexander Hoffmann < alexanderh...@googlemail.com> wrote: > My first question is: The Website should only show the data for the user > who entered the data so i need any login system and that what I don't know > how to do. I saw on other apps with website that say

[android-developers] Re: Save photo in 320x426 resolution with high quality

2012-11-28 Thread bob
Well, the code where you set fullPath is obviously wrong. Also, be careful saving it with this file name: System.currentTimeMillis () + ". Jpg" If you construct that file name at a different time, it may not open. On Wednesday, November 28, 2012 2:31:01 PM UTC-6, Ricardo Cardoso wrote: >

[android-developers] Save photo in 320x426 resolution with high quality

2012-11-28 Thread Ricardo Cardoso
I'm taking a picture with my application and saving to the phone directory But when I ask to save with this resolution in pixels is giving nullpointerexeption: 11-28 18:01:47.593: E / AndroidRuntime (19992): Caused by: java.lang.NullPointerException 11-28 18:01:47.593: E / AndroidRuntime (1999

Re: [android-developers] Re: android e book

2012-11-28 Thread Kristopher Micinski
So use any HTML parser to read it, rather than an XML or JSON parser. kris On Mon, Nov 26, 2012 at 6:40 PM, Salih Gündüz wrote: > http://www.mevzuat.adalet.gov.tr/html/388.html > > > On Tue, Nov 27, 2012 at 1:39 AM, Salih Gündüz wrote: > >> thanks mario. but I can not reach any xml or database.

Re: [android-developers] Re: Write to another application's internal memory

2012-11-28 Thread Kristopher Micinski
This is the right advice, and this is the Android way to do it. On Wed, Nov 28, 2012 at 9:45 AM, Streets Of Boston wrote: > You can't do that. > > If you want 2 separate apps (i.e. apps with a different package name and > therefore different user-ids) to share data, you'd have to device other >

[android-developers] EffectFactory effects

2012-11-28 Thread bob
Does anyone know if there is an easy way to apply the android.media.effect.EffectFactory effects to a video? 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

[android-developers] Re: Write to another application's internal memory

2012-11-28 Thread G. Blake Meike
http://en.wikipedia.org/wiki/Bob's_your_uncle -- 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+unsubs

Re: [android-developers] RenderScript

2012-11-28 Thread Harri Smått
Hi, Not only across multiple CPUs but also a way to produce near to NDK speed code over different devices. Ideally lots of RenderScript code can be ran on GPU which makes it even faster than CPU. -- H On Nov 28, 2012, at 6:38 PM, bob wrote: > I'm trying to understand RenderScript. The docs

[android-developers] Re: Write to another application's internal memory

2012-11-28 Thread bob
I am not his uncle. On Wednesday, November 28, 2012 12:39:08 PM UTC-6, G. Blake Meike wrote: > > I think that the fact that this question is about "writing to internal >> memory" is confusing people. I think that all you want to do is allow App2 >> access to a file owned by App1. That is pr

[android-developers] Re: Write to another application's internal memory

2012-11-28 Thread G. Blake Meike
> > I think that the fact that this question is about "writing to internal > memory" is confusing people. I think that all you want to do is allow App2 > access to a file owned by App1. That is probably pretty easy: > > App1 will own the file(s). They will be in its sandbox files directory >

Re: [android-developers] Re: Kudos to ADT package developers

2012-11-28 Thread bob
This sounds like MOTODEV Studio but not from Motorola. On Wednesday, November 28, 2012 10:36:14 AM UTC-6, Paul-Peter Tournaris wrote: > > http://developer.android.com/sdk/index.html > > Where it says "Download Android SDK" -> ADT Bundle for Windows!! > > > On Wed, Nov 28, 2012 at 6:08 PM, bob

Re: [android-developers] Re: How do you show 'Are you sure you want to quit' dialog?

2012-11-28 Thread Kristopher Micinski
To add, the "exit" button also has the effect of turning off GPS updates, so "exiting" also has a feature that implies something else: that you quit draining the user's battery. On Wed, Nov 28, 2012 at 12:38 PM, Latimerius wrote: > On Wed, Nov 28, 2012 at 6:24 PM, TreKing wrote: > > On Wed, No

Re: [android-developers] Informing Google about permission to build and post branded app

2012-11-28 Thread TreKing
On Mon, Nov 26, 2012 at 3:57 PM, capps wrote: > Do I need to get a written letter of permission from the copyright holder > to Google before the app can be approved and upload to Google Play? Apps don't get approved before being uploaded - they get retroactively disapproved and then yanked if t

Re: [android-developers] Re: How do you show 'Are you sure you want to quit' dialog?

2012-11-28 Thread TreKing
On Wed, Nov 28, 2012 at 11:38 AM, Latimerius wrote: > I'm guessing something about Navigation must be somehow expensive or slow > so they had to put > that check in. > The check if you really want to exit, in the google navigation case, I * think* is for convenience and safety. Like I stated bef

[android-developers] GCMBroadcast Receiver Enable/Disable

2012-11-28 Thread Paul-Peter Tournaris
Hello guys. In my application i have a gcmbroadcast receiver registered, so that i can receive PushNotifications. It is the Basic GCMReceiver Class provided by Google and i have an element in my Manifest for it. I added a CheckBox in my Preferences Screen in order to enable/disable it but i

Re: [android-developers] Re: How do you show 'Are you sure you want to quit' dialog?

2012-11-28 Thread Latimerius
On Wed, Nov 28, 2012 at 6:24 PM, TreKing wrote: > On Wed, Nov 28, 2012 at 11:18 AM, TreKing wrote: >> >> On Wed, Nov 28, 2012 at 11:02 AM, Latimerius wrote: >>> >>> Yeah, well, it's probably not by Google, or one that Google had any >>> say in. None of the built-in apps on my devices have an exi

Re: [android-developers] Re: How do you show 'Are you sure you want to quit' dialog?

2012-11-28 Thread TreKing
On Wed, Nov 28, 2012 at 11:18 AM, TreKing wrote: > On Wed, Nov 28, 2012 at 11:02 AM, Latimerius wrote: > >> Yeah, well, it's probably not by Google, or one that Google had any >> say in. None of the built-in apps on my devices have an exit button, >> not even games (that in general do include it

Re: [android-developers] Re: How do you show 'Are you sure you want to quit' dialog?

2012-11-28 Thread TreKing
On Wed, Nov 28, 2012 at 11:02 AM, Latimerius wrote: > Yeah, well, it's probably not by Google, or one that Google had any > say in. None of the built-in apps on my devices have an exit button, > not even games (that in general do include it AFAICT). > Google Maps Navigation has "Exit Navigation"

Re: [android-developers] Abridged summary of android-developers@googlegroups.com - 100 Messages in 78 Topics

2012-11-28 Thread Bobbie Stump
-- 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

Re: [android-developers] Re: How do you show 'Are you sure you want to quit' dialog?

2012-11-28 Thread Latimerius
Yeah, well, it's probably not by Google, or one that Google had any say in. None of the built-in apps on my devices have an exit button, not even games (that in general do include it AFAICT). One would think users would be used to not having to exit explicitly their phone, SMS, camera apps, plus

Re: [android-developers] Navigation Apps

2012-11-28 Thread Jack Harvard
On Mon, Nov 26, 2012 at 9:58 PM, TreKing wrote: > This does not seem like it has anything to do with this list, which is for > developing apps with the SDK. However ... > As many Android developers, perhaps like yourself, subscribe to this mailing list, there should be someone who is on navigati

[android-developers] GCMBroadcast Receiver Enable/Disable

2012-11-28 Thread Παύλος-Πέτρος Τουρνάρης
Hello guys. In my application i have a gcmbroadcast receiver registered, so that i can receive PushNotifications. It is the Basic GCMReceiver Class provided by Google and i have an element in my Manifest for it. I added a CheckBox in my Preferences Screen in order to enable/disable it but i had

[android-developers] RenderScript

2012-11-28 Thread bob
I'm trying to understand RenderScript. The docs are s confusing. Can someone explain it in layman's terms? Is it basically just to help distribute your code across multiple CPUs (or multiple cores)? -- You received this message because you are subscribed to the Google Groups "Android

Re: [android-developers] Re: Kudos to ADT package developers

2012-11-28 Thread Παύλος-Πέτρος Τουρνάρης
Below it there is for Linux and Mac too! On Wed, Nov 28, 2012 at 6:36 PM, Παύλος-Πέτρος Τουρνάρης < p.tourna...@gmail.com> wrote: > http://developer.android.com/sdk/index.html > > Where it says "Download Android SDK" -> ADT Bundle for Windows!! > > > On Wed, Nov 28, 2012 at 6:08 PM, bob wrote:

Re: [android-developers] Re: Kudos to ADT package developers

2012-11-28 Thread Παύλος-Πέτρος Τουρνάρης
http://developer.android.com/sdk/index.html Where it says "Download Android SDK" -> ADT Bundle for Windows!! On Wed, Nov 28, 2012 at 6:08 PM, bob wrote: > Where is this single download you speak of? > > On Wednesday, November 28, 2012 7:00:45 AM UTC-6, Doug Gordon wrote: >> >> Having just boug

[android-developers] Re: how to connect server into client

2012-11-28 Thread bob
Maybe it is because you are infected with *incredibar* malware? On Tuesday, November 27, 2012 1:54:33 AM UTC-6, Tom wrote: > > Hi, > > Now I ran the server local address with port using tomcat server.The > server code is developed by servlet. in the first time the server code is > ran suc

[android-developers] Re: Kudos to ADT package developers

2012-11-28 Thread bob
Where is this single download you speak of? On Wednesday, November 28, 2012 7:00:45 AM UTC-6, Doug Gordon wrote: > > Having just bought a new PC, I wasn't particularly looking forward to > installing my Eclipse/Android development environment yet once again and > could only hope to find my ol

Re: [android-developers] Re: Write to another application's internal memory

2012-11-28 Thread bob
Why not just write it to the SD card temporarily? And encrypt it? On Tuesday, November 27, 2012 7:57:58 PM UTC-6, Android Test wrote: > > Hi Bob, > > Because, I don't want it to be visible to users. At the same time do no > want other unauthorized applications to be able to access the info.

Re: [android-developers] Kudos to ADT package developers

2012-11-28 Thread Παύλος-Πέτρος Τουρνάρης
I had the exact same experience and i was so happy too, to find that budle. Also made the Eclipse response faster and the emulator run more smooth, in my opinion. Congratulations guys. You did it once again. P.S.: The only thing that's missing from Eclipse at the moment is a NICE GUI Designer!

Re: [android-developers] google map problem

2012-11-28 Thread bob
Maybe you forgot INTERNET permission in the first project? On Wednesday, November 28, 2012 8:49:06 AM UTC-6, doğan wrote: > > I dont understand this situation.Problem solved when I create a new > project. > > On Wednesday, November 28, 2012 4:15:57 PM UTC+2, Ralph Bergmann wrote: >> >> Am 20.

[android-developers] Re: hi.

2012-11-28 Thread bob
The original APKs seem to be located in the /data/app directory. On Wednesday, November 28, 2012 6:52:41 AM UTC-6, Ibrahim wrote: > > Hi Friends i want to know where the installed file is located on android > phones. >Thanks in advance.. > -- You received this message because you

Re: [android-developers] Re: How do you show 'Are you sure you want to quit' dialog?

2012-11-28 Thread bob
My car navigation app has an Exit button. In the upper right corner. I think it's the built-in app too. On Wednesday, November 28, 2012 5:04:29 AM UTC-6, latimerius wrote: > > On Tue, Nov 27, 2012 at 10:31 PM, RichardC > > wrote: > > This sounds like an Android anti-pattern. I would sug

Re: [android-developers] Appeal app removal because alleged trademark infringement

2012-11-28 Thread TreKing
On Tue, Nov 27, 2012 at 1:48 AM, Christofer wrote: > He said that my app was removed because it contains the logo of SVT Play > which is untrue. Only time the logo is shown is when the app shows the > official SVT Play website. The logo is not in my app. Well, your second screenshot clearly sho

Re: [android-developers] Re: Automate update every x secs get data from myUrl

2012-11-28 Thread TreKing
On Wed, Nov 21, 2012 at 12:58 PM, fernando arellano wrote: > I think the easy way to resolve it is create a service which always are > running and notifying to the activity, this service should run a thread to > check periodically the data from the web service. Having a service which "always are

Re: [android-developers] Re: android version problem

2012-11-28 Thread TreKing
On Sun, Nov 25, 2012 at 9:59 PM, gowtham kumar wrote: > when you developed your application in 2.2 ..you are allowed to run that > app in 2.2... So if you want to run it in 2.3.3 or newer version you have > to change settings of that app > What? That's just completely wrong. --

Re: [android-developers] google map problem

2012-11-28 Thread doğan
I dont understand this situation.Problem solved when I create a new project. On Wednesday, November 28, 2012 4:15:57 PM UTC+2, Ralph Bergmann wrote: > > Am 20.11.12 15:14, schrieb doğan: > > I want to use google map api .But i have problem about show the > > coordinates.I added a screencast an

[android-developers] Re: Write to another application's internal memory

2012-11-28 Thread Streets Of Boston
You can't do that. If you want 2 separate apps (i.e. apps with a different package name and therefore different user-ids) to share data, you'd have to device other measures: 1. Write your own ContentProvider that is public/exported. http://developer.android.com/guide/topics/providers/

[android-developers] LEFT JOIN and ORDER BY modified behavior between android 4 and lower versions?

2012-11-28 Thread RichardC
Can you include datesets.date in the output so we can see the value of the field you are sorting on. -- 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 fr

Re: [android-developers] Re: HttpURLConnection on Galaxy Nexus 4.2

2012-11-28 Thread Ralph Bergmann | the4thFloor.eu
Am 27.11.12 11:40, schrieb Fritjof: Integer.parseInt(Build.VERSION.SDK) > 13) why you parse a int to Integer and let it automatically convert (unboxing) to int? http://javarevisited.blogspot.de/2012/07/auto-boxing-and-unboxing-in-java-be.html Ralph -- You received this message because you

Re: [android-developers] google map problem

2012-11-28 Thread Ralph Bergmann | the4thFloor.eu
Am 20.11.12 15:14, schrieb doğan: I want to use google map api .But i have problem about show the coordinates.I added a screencast and some part of codes.Any idea this problem? do you use the right Maps Api key? https://developers.google.com/android/maps-api-signup You need one for developmen

Re: [android-developers] hi.

2012-11-28 Thread Live Happy
if ur phone is rooted install the application root explorer u can find all file located data/data/packagename On Wed, Nov 28, 2012 at 2:52 PM, Ibrahim Sada wrote: > Hi Friends i want to know where the installed file is located on android > phones. >Thanks in advance.. > > -- > You rec

[android-developers] Push me baby ( or 3rd-party Application Server simulator) like app for android GCM

2012-11-28 Thread giles ian
Is there a push me baby like app for android which will basically work as server simulator for testing client. -- 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 unsub

Re: [android-developers] I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread Marina Cuello
That's not the link to the image, but to the image info. The link to the high res image is http://upload.wikimedia.org/wikipedia/commons/0/09/Polar_Bear_-_Alaska.jpg You could have found it as I did... just following your own link. Marina On Mon, Nov 26, 2012 at 10:45 PM, Gabriel Higareda wrote:

[android-developers] Kudos to ADT package developers

2012-11-28 Thread Doug Gordon
Having just bought a new PC, I wasn't particularly looking forward to installing my Eclipse/Android development environment yet once again and could only hope to find my old notes on what to install, what settings to make, etc. So I was pleasantly surprised to find that this has been packaged

[android-developers] hi.

2012-11-28 Thread Ibrahim Sada
Hi Friends i want to know where the installed file is located on android phones. Thanks in advance.. -- 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 unsubsc

[android-developers] LEFT JOIN and ORDER BY modified behavior between android 4 and lower versions?

2012-11-28 Thread saex
i have an app that makes this SQL query to a database with two tables, a table with items and a table with datesets. Each dataset can be from a item, and it is a set of dates ( :) ) SELECT distinct items.date from items left join datesets on items.inicio=datesets.capoID and items.capoID=date

Re: [android-developers] how to connect server into client

2012-11-28 Thread Tamil Arasi
Thanks for ur reply.. If u know "how to close the port or suggest any examples for port function.. Thanks, On Wed, Nov 28, 2012 at 5:01 PM, Karunakaran Vikash wrote: > just close when the port function is over.. > Once a port is initilaized ,it cant be create once again till it is > closed...

[android-developers] Re: FM radio Android Application Developement

2012-11-28 Thread Karunakaran Vikash
Sorry Bob... U r rite,,, without an FM radio module in device.. we can implement it... But we can add a new device and writing a driver in kernel to work with the android . am i rite ?? On Monday, November 26, 2012 9:01:19 PM UTC+5:30, bob wrote: > > Well, the first step would be t

Re: [android-developers] how to connect server into client

2012-11-28 Thread Karunakaran Vikash
just close when the port function is over.. Once a port is initilaized ,it cant be create once again till it is closed... On Tuesday, November 27, 2012 2:52:45 PM UTC+5:30, Tom wrote: > > Thanks for ur reply. but i have used different ip and port that > connection. But that is wor

Re: [android-developers] Re: How do you show 'Are you sure you want to quit' dialog?

2012-11-28 Thread Latimerius
On Tue, Nov 27, 2012 at 10:31 PM, RichardC wrote: > This sounds like an Android anti-pattern. I would suggest you design your > app so that is does not need a "do you want to quit". > > 1) onDestroy is not guaranteed to be called. > 2) end-users do not expect apps to ask them I they should quit.

[android-developers] Wi-Fi option is disabled in Samsung Tablet 10.1

2012-11-28 Thread Reddy
Hi All, I am facing an issue in Samsung Galaxy Tab 10.1. In Wi-Fi settings, Wi-Fi option is disabled, so i am not able to select or unselect the wi-fi. Please let me know if anyone is facing the same issue and resolved. OS version running in the tablet is 3.2. Regards, Murali -- You received

[android-developers] Reading images/files from another apps resources

2012-11-28 Thread Russell Wheeler
I am writing an app that will want to read images and audio files from another 'data' app, that I'm writing. I have found a couple of examples of how to grab the resources using packagemanager, but was wondering if this was the best/most secure, way. Can everyone read my resources or do they ne

Re: [android-developers] Re: Google Map

2012-11-28 Thread Ehsan Ghasisin
Hi antklim . No I don't release API key for google map . i just created a key for the first time in my system. how can I release a new key when release my application . On Tue, Nov 27, 2012 at 4:18 PM, antklim wrote: > Do you have a release API Key for Google Map. > As I know during develo

[android-developers] How to use demo archives from developer training site

2012-11-28 Thread gunther123
Beginner question... I'm going through the developer training at http://developer.android.com/training/index.html. I am just starting on the "Managing the Activity Lifecycle" topic. I have downloaded the "Download the demo" archive file. How do I use this file? Is it possible to run the c

[android-developers] Re: android version problem

2012-11-28 Thread gowtham kumar
hello sadhana ...when you developed your application in 2.2 ..you are allowed to run that app in 2.2... So if you want to run it in 2.3.3 or newer version you have to change settings of that app -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Need Help to resolve : W/System.err(791): java.net.SocketException: Interrupted system call

2012-11-28 Thread Geo Manickam
Hello there, I am been battling this issue for 4 days now. i tried all the suggestion in the web. Still not able to fix this. Any help on this is appreciated. the crash happen in device and emulator when i press the back or orientation is changed. Attached is my manifest file thanks Geo https

[android-developers] I am trying to set the Image for an ImageView any help would be great

2012-11-28 Thread Gabriel Higareda
Sorry to be posting but I can't see my posts on the group page: This is the code that is giving me trouble: try{ URL url = new URL("http://en.wikipedia.org/wiki/File:Polar_Bear_-_Alaska.jpg";); HttpURLConnection connection = (HttpURLConnection) url.openConnection();

Re: [android-developers] Re: android e book

2012-11-28 Thread Salih Gündüz
thanks mario. but I can not reach any xml or database. It is a government page. I can only read html. On Tue, Nov 27, 2012 at 1:27 AM, Mário César Mancinelli de Araújo < mandaproma...@gmail.com> wrote: > Maybe you won't need any of this. But, first, questions: > - The data you want is only in tha

[android-developers] Why "WebView lost JavaScript update contents after called goBack()" was deleted

2012-11-28 Thread BaronZhao
https://groups.google.com/forum/?fromgroups=#!topic/android-developers/254Ya4cRzts Did anyone come up with an anwser for this issue? 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-deve

[android-developers] Display contents of a database in a listview

2012-11-28 Thread Giannis Sarridis
I would like to display the contents of a database in a listview...and I am new at this..so if there's anyone who could show me the way how to do this I would really appreciate it :) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] adb uninstall failure

2012-11-28 Thread K2G
Hi, I am writing sample apps for learning. I have tried these apps on my samsung S2 mobile. Now Uninstall button in manage application is disabled and when i do Adb uninstall then also i get failure. what could be the reason behind this? It is not system app. I have seen its entry in /data/a

Re: [android-developers] Offline Floor Plan

2012-11-28 Thread Rui Cunha
Hi all, I think I know what the question is and actually I have the same issue. In my case what I need to do is overlay a picture of a building's plans over google maps. The problem is that I need to align, rotate and stretch the image so that it fits right over the building. I have the coordina

Re: [android-developers] Re: android e book

2012-11-28 Thread Salih Gündüz
http://www.mevzuat.adalet.gov.tr/html/388.html On Tue, Nov 27, 2012 at 1:39 AM, Salih Gündüz wrote: > thanks mario. but I can not reach any xml or database. It is a government > page. I can only read html. > > > On Tue, Nov 27, 2012 at 1:27 AM, Mário César Mancinelli de Araújo < > mandaproma...@g

[android-developers] Re: Automate update every x secs get data from myUrl

2012-11-28 Thread fernando arellano
I think the easy way to resolve it is create a service which always are running and notifying to the activity, this service should run a thread to check periodically the data from the web service. public class ViewSlideService extends Service { public static final String TAG = "ViewSlideService

[android-developers] Airplane mode setting moved from Settings.System to Settings.Global and read-only by 3rd party apps in Jelly Bean 4.2

2012-11-28 Thread Fabio Motoki
Hi! I'm a user of Battery Widget Reborn, which I set to put my Samsung Galaxy Nexus in airplane mode during certain hours to save battery. The problem is that Google messed up with the API, and now it cannot set airplane mode anymore. Whenever the developer tries, the systems throws an exceptio

[android-developers] read files (.doc .pdf .ppt)

2012-11-28 Thread Firman Charles
hi mates... please help me How to read/open files .doc .ppt .pdf without downloading. my files in localhost, so i have to caled the files first and then chose one and than read/open the file. sorry for my bad english -- You received this message because you are subscribed to the Google Groups

[android-developers] Reduce Battery Usage via Airplane Mode

2012-11-28 Thread Javo
I've never created an android app, however I am a computer science major (sophomore), so I am relatively familiar with some java code. However, I'm still new to programming so forgive me if I say anything ignorant. I have noticed that the less service I have, the more battery power that is use

[android-developers] Re: https://dl-ssl.google.com/android/eclipse/ not reachable

2012-11-28 Thread Sadri Ercan
https is not necessary try only http Regards Sadri ERCAN http://www.androidyukle.net -- 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,

[android-developers] Re: HttpURLConnection on Galaxy Nexus 4.2

2012-11-28 Thread Fritjof
This appears to have solved the problem for me: if (Build.VERSION.SDK != null && Integer.parseInt(Build.VERSION.SDK) > 13) { urlConnection.setRequestProperty("Connection", "close"); //disables connection reuse } On Friday, November 23, 2012 11:34:12 AM UTC+1, b0b wrote: > > > > On

  1   2   >