[android-developers] Re: how to query from two unrelated tables and display data in same listview

2012-12-27 Thread skink
On 27 Gru, 06:46, Vijay Krishnan vijay.vijay...@gmail.com wrote: Hi skink,           cursors point to different tables and tables have different column names.How do i know that this cursor points to this table?          How do i display data from different tables? Regards, vijay.k if

[android-developers] How to zoom VideoView

2012-12-27 Thread Dilip Kumar Chaudhary
Hi all,I want to zoom video view like image on pinch.I have already worked on Image zoom and same logic using for videoView zoom but found that there is not mothod for set matrix in videoview so i'm unable to zoom this.If any know please suggest me how to solve this problem. -- *Thanks Regards*

[android-developers] Re: Can two applications that run in the same process have different STATIC object values?

2012-12-27 Thread Massycat
From the second app, you can create a Context that is the same as that of the first app using createPackageContext(), http://developer.android.com/reference/android/content/Context.html#createPackageContext(java.lang.String, int) This Context will give access to the ClassLoader used by the

[android-developers] How to make Text unselectable in EditText

2012-12-27 Thread monty
Hello, Is there any way that user can not select the text inside EditText. example:- in my EditText there is a Text HelloAndroid,so i want no one can select this text. only the user can edit it. Thanks -- You received this message because you are subscribed to the Google

[android-developers] Galaxy S3, a rotation animation is shown when going from a normal portrait activity to camera activity and coming back.

2012-12-27 Thread Ansh
Hi guys, In my app i am trying to take a pic from camera and displaying it in the imageview.Everything works fine but when i took pic from samsung galaxy s3 , it changed the orientation and displays the camera activity andonActivity result it displayed the pic in the imageView but in a

Re: [android-developers] Re: Identifying HTTP Get requests in Android

2012-12-27 Thread Archana
Hi, Does the server in the hc.apache.org/httpcomponents-core-ga/httpcore/examples/org/apache/http/examples/ElementalHttpServer.java work in Android? When I try to use the constructor, HttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory

Re: [android-developers] google play store reply comments

2012-12-27 Thread Salih Gündüz
thanks .the second way is sensible for me. :) On Thu, Dec 27, 2012 at 1:10 AM, TreKing treking...@gmail.com wrote: feature becomes available for us mere mortals -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: Identifying HTTP Get requests in Android

2012-12-27 Thread skink
Archana wrote: Hi, Does the server in the hc.apache.org/httpcomponents-core-ga/httpcore/examples/org/apache/http/examples/ElementalHttpServer.java work in Android? When I try to use the constructor, HttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy,

Re: [android-developers] Re: Identifying HTTP Get requests in Android

2012-12-27 Thread Archana r
The link contains code where a separate thread is started for each request. Can I use it? Can you please explain your comment? Thanks! On Thu, Dec 27, 2012 at 1:33 PM, skink psk...@gmail.com wrote: Archana wrote: Hi, Does the server in the

[android-developers] getting exception while connecting to server via bluetooth

2012-12-27 Thread Ananda Krishna
Hi, I am trying to connect to a server in order to receive a file from the server.. with the help of bluetooth.. *The code is as shown below:* private void connectServer() { if(mBluetoothAdapter.isEnabled()){ try{ boolean startDiscovery = mBluetoothAdapter.startDiscovery(); if(true ==

Re: [android-developers] Re: Identifying HTTP Get requests in Android

2012-12-27 Thread skink
Archana r wrote: The link contains code where a separate thread is started for each request. Can I use it? yes pskink -- 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] Re: Can two applications that run in the same process have different STATIC object values?

2012-12-27 Thread AndroidCompile
Thanks, tried it and it works... On Thursday, December 27, 2012 11:53:51 AM UTC+2, Massycat wrote: From the second app, you can create a Context that is the same as that of the first app using createPackageContext(),

[android-developers] OTA is not updating secure database

2012-12-27 Thread jaiju Yesudasan
Hi all, I changed the network_preference value in defaults.xml (/frameworkshttp://androidxref.com/4.0.4/xref/frameworks/ /base http://androidxref.com/4.0.4/xref/frameworks/base//packageshttp://androidxref.com/4.0.4/xref/frameworks/base/packages/

[android-developers] Re: Camera app bombs, using Android Docs examples.

2012-12-27 Thread JDog
As far as it bombing, the application comes up on android then gives message the application has stopped working and exits. under debug it comes up but is not operable. I have this warning in eclipse problems window, everything else it lists is about unused import types. Description

Re: [android-developers] Printing PDF in Android

2012-12-27 Thread Priyanka
Can u plz mention wht solution u have found... ? On Saturday, 16 June 2012 12:11:31 UTC+5:30, Rajis wrote: Yes, Thank you all. I got the solution -- 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] Re: getting exception while connecting to server via bluetooth

2012-12-27 Thread bob
Try it without Reflection. On Thursday, December 27, 2012 5:43:16 AM UTC-6, Ananda Krishna wrote: Hi, I am trying to connect to a server in order to receive a file from the server.. with the help of bluetooth.. *The code is as shown below:* private void connectServer() {

[android-developers] Re: google play store reply comments

2012-12-27 Thread bob
You could also create a blog and respond to comments there: https://sites.google.com/site/rezmobileapps/treking/blogs/response-to-comments-free On Wednesday, December 26, 2012 3:46:39 AM UTC-6, Salih Gündüz wrote: Why I can not reply comments to my app in store? Is there anyway to reply? --

[android-developers] Re: How to zoom VideoView

2012-12-27 Thread bob
You will want to play the video in a TextureView and set the matrix accordingly. On Thursday, December 27, 2012 3:02:49 AM UTC-6, Dilip Kumar Chaudhary wrote: Hi all,I want to zoom video view like image on pinch.I have already worked on Image zoom and same logic using for videoView

Re: [android-developers] Re: Camera app bombs, using Android Docs examples.

2012-12-27 Thread Mark Murphy
Please continue past the point of the crash, to allow a real stack trace to be logged to LogCat. On Thu, Dec 27, 2012 at 8:13 AM, JDog bstrong@gmail.com wrote: As far as it bombing, the application comes up on android then gives message the application has stopped working and exits.

[android-developers] Location Listener Question

2012-12-27 Thread Jake Colman
Yes, I know that there are a million resources out there that deal with the best way to obtain a location and I did google quite a bit before making this post. If someone can point me to something I missed, I'd appreciate it. Having said this my needs (for the purpose of this question) are

[android-developers] Re: Location Listener Question

2012-12-27 Thread Jake Colman
Jake == Jake Colman col...@ppllc.com writes: Jake Yes, I know that there are a million resources out there that Jake deal with the best way to obtain a location and I did google Jake quite a bit before making this post. If someone can point me Jake to something I missed, I'd

[android-developers] How i remove my old apk and publish update on google play market?

2012-12-27 Thread Antonis Kanaris
How i remove my old apk and publish update on google play market?I publish my apk but i put something extra to my code...I make unpublish...but how i delete the old and upload new? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Re: Location Listener Question

2012-12-27 Thread Mark Murphy
On Thu, Dec 27, 2012 at 10:39 AM, Jake Colman col...@ppllc.com wrote: I think I know why my listener is not always firing but I'm not sure what to do about it. The request for location updates is coming from a Service that is periodically updating a widget. Looking the logcat, it looks like

[android-developers] Re: Location Listener Question

2012-12-27 Thread Jake Colman
MM == Mark Murphy mmur...@commonsware.com writes: MM On Thu, Dec 27, 2012 at 10:39 AM, Jake Colman col...@ppllc.com wrote: I think I know why my listener is not always firing but I'm not sure what to do about it. The request for location updates is coming from a Service that is

Re: [android-developers] Re: Location Listener Question

2012-12-27 Thread Mark Murphy
On Thu, Dec 27, 2012 at 12:22 PM, Jake Colman col...@ppllc.com wrote: H. The service's onHandleIntent is basically a set of 'if/else' clauses for the intents I am looking for with a final 'else' for any unrecognized intent. After that final 'else' there is no other code. Which means your

[android-developers] Re: Location Listener Question

2012-12-27 Thread Jake Colman
MM == Mark Murphy mmur...@commonsware.com writes: MM On Thu, Dec 27, 2012 at 12:22 PM, Jake Colman col...@ppllc.com wrote: H. The service's onHandleIntent is basically a set of 'if/else' clauses for the intents I am looking for with a final 'else' for any unrecognized

Re: [android-developers] How i remove my old apk and publish update on google play market?

2012-12-27 Thread Michael Banzon
You should be able to upload the new one and activate it. Never mind about the old one. On Thu, Dec 27, 2012 at 4:56 PM, Antonis Kanaris ant...@in.gr wrote: How i remove my old apk and publish update on google play market?I publish my apk but i put something extra to my code...I make

[android-developers] ADT Rev.2.0.1-Rev.2.0.0

2012-12-27 Thread RVM
I installed the ADT Rev. 2.0.1. Now I want return the ADT Rev. 2.0.0. How to do it? -- 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,

Re: [android-developers] Re: Location Listener Question

2012-12-27 Thread Mark Murphy
On Thu, Dec 27, 2012 at 1:25 PM, Jake Colman col...@ppllc.com wrote: Initially you said that the service should not be destroyed so quickly. What I wrote was: The only reason a service would be destroyed within that short a period of time is if somebody stops it. For example, an IntentService

Re: [android-developers] Re: Can two applications that run in the same process have different STATIC object values?

2012-12-27 Thread Kristopher Micinski
Yes, this trick is commonly used to share things (resources, code, shared memory) between apps by a common author. On Dec 26, 2012 6:53 PM, Lew lewbl...@gmail.com wrote: Lew wrote: Erik wrote: Lew wrote: I'm confused by your use of the terms application and process as different things.

[android-developers] Apache License

2012-12-27 Thread bob
I was looking at the Apache License, and it says: *You must give any other recipients of the Work or Derivative Works a copy of this License;* and How does this work when you are making an app? How does an app usually contain the copy of this license? -- You received this message because you

[android-developers] Emulators limited to 1280x800?

2012-12-27 Thread jtoolsdev
I've tried to create an emulator device definition for the Nexus 10 which double 1280x800 or 2560x1600. It won't run and logcat seems to show it in a loop. I tried a 1920x1080 device and it did the same thing. I need to test some bitmap scaling for my tablet app but am not able to do so with

Re: [android-developers] Emulators limited to 1280x800?

2012-12-27 Thread Mark Murphy
The last time I tried, I ran into much the same trouble. I just tried it again with a 1080p resolution, and it seems stuck. I've been assuming the emulator cannot handle those resolutions. CC'ing adt-dev on this in case somebody over there can confirm our theory or provide instructions for

Re: [android-developers] Emulators limited to 1280x800?

2012-12-27 Thread jtoolsdev
Of course after I posted the topic I remembered I wanted to try launching the emulator with with Use Host GPU checked and the Nexus 10 emulator launched. Same with the 1080p (probably should be 1200p or double 960x600). On Thursday, December 27, 2012 1:03:31 PM UTC-8, Mark Murphy (a Commons

Re: [android-developers] Emulators limited to 1280x800?

2012-12-27 Thread Mark Murphy
On Thu, Dec 27, 2012 at 4:22 PM, jtoolsdev brianjto...@gmail.com wrote: Of course after I posted the topic I remembered I wanted to try launching the emulator with with Use Host GPU checked and the Nexus 10 emulator launched. Same with the 1080p (probably should be 1200p or double 960x600).

[android-developers] Re: Apache License

2012-12-27 Thread RichardC
Two points: 1. You are asking for legal advice, it will be worth as much as you are paying for it; and 2. What evidence do you have that your app is a Derivative Work? On Thursday, December 27, 2012 8:10:58 PM UTC, bob wrote: I was looking at the Apache License, and it says:

[android-developers] Re: Apache License

2012-12-27 Thread Lew
RichardC wrote: Two points: 1. You are asking for legal advice, it will be worth as much as you are paying for it; and 2. What evidence do you have that your app is a Derivative Work? bob wrote: I was looking at the Apache License, and it says: *You must give any other

[android-developers] New OpenGL ES 2.0 Game Engine Option

2012-12-27 Thread Robert Green
Hi All, I'm a long time contributor of this group (over 400 posts I think), developer of Deadly Chambers, Antigen and several other Android games and just wanted to, in good will, let you know about the game engine that we've been developing for the past 2 years. It's called BatteryTech

[android-developers] TV broadcast signal on android app

2012-12-27 Thread Paulo Coutinho
Hello, I'm new on android and I'm checking if I can do what I want on android. I'm looking for any way to get the TV broadcast signal into my app. I saw that android has a Camera api to access device cams and I'd like to know if it's possible to open a external USB TV Tuner or Video Capture

Re: [android-developers] TV broadcast signal on android app

2012-12-27 Thread Mark Murphy
On Thu, Dec 27, 2012 at 6:36 PM, Paulo Coutinho pcm...@gmail.com wrote: I saw that android has a Camera api to access device cams and I'd like to know if it's possible to open a external USB TV Tuner or Video Capture Device by using the Camera API. Only if you make your own version of Android

Re: [android-developers] How to make Text unselectable in EditText

2012-12-27 Thread TreKing
On Thu, Dec 27, 2012 at 4:24 AM, monty mca.himanshusha...@gmail.com wrote: example:- in my EditText there is a Text HelloAndroid,so i want no one can select this text. only the user can edit it. What's the point of this?

Re: [android-developers] ADT Rev.2.0.1-Rev.2.0.0

2012-12-27 Thread Jacky Alciné
Return to the older version? Do what you just did. Uninstall 2.0.1 and then install 2.0.0 On Thu, Dec 27, 2012 at 1:40 PM, RVM eret...@gmail.com wrote: I installed the ADT Rev. 2.0.1. Now I want return the ADT Rev. 2.0.0. How to do it? -- You received this message because you are subscribed

[android-developers] Re: How to start again if some third party task killer has killed my app ?

2012-12-27 Thread Indicator Veritatis
The link you give is all very good background on tasks and the activity stack (a.k.a. 'back stack), but how does that help the OP understand what is different in third-party task killers and why it has such a different effect on his program? If the third party task killer does it by killing

[android-developers] Re: New OpenGL ES 2.0 Game Engine Option

2012-12-27 Thread bob
Looks interesting. What 3d model formats does it support? On Thursday, December 27, 2012 5:24:59 PM UTC-6, Robert Green wrote: Hi All, I'm a long time contributor of this group (over 400 posts I think), developer of Deadly Chambers, Antigen and several other Android games and just

Re: [android-developers] How to make Text unselectable in EditText

2012-12-27 Thread monty
my means is that no one can select the text which is inside the edittext..but user can edit it... example: I have field USER NAME - india ,if user double click or long press in edittext to select this text india,he should not able to do that..but he wants to change USER NAME i.e HelloUser..he

Re: [android-developers] How to make Text unselectable in EditText

2012-12-27 Thread Jim Graham
On Thu, Dec 27, 2012 at 07:38:32PM -0800, monty wrote: my means is that no one can select the text which is inside the edittext..but user can edit it... example: I have field USER NAME - india ,if user double click or long press in edittext to select this text india,he should not able to do

[android-developers] Android memory usage API (USS/PSS) Vs smem report

2012-12-27 Thread Anthony Prieur
Reading how to mesure accurately a process memory usage (http://elinux.org/Android_Memory_Usage), I've been using USS provided by PrivateDirty: http://developer.android.com/reference/android/os/Debug.MemoryInfo.html Per D. Hackborn comment

[android-developers] Check the Status of VPN

2012-12-27 Thread Priyanka
Hello All, Is there a system wide capability to check the status of VPN on Android device ? Currently in my app the status of VPN connectivity is checked by hitting the url getting response from the server if the site is available. However, it could be the case that the site is temporarily

Re: [android-developers] Check the Status of VPN

2012-12-27 Thread Asheesh Arya
http://stackoverflow.com/questions/3461967/get-vpn-connection-status-on-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

[android-developers] Games and their data

2012-12-27 Thread Pranav
Hi, I am starting on my first game on Android and would like to know about where do games like Angry Birds, Temple Run, etc... store their data. For high scores and similar data I guess SQLite is OK but what if I want to store and fetch data constantly during game-play? SQLite and File IO are