Re: [android-developers] Re: Fwd: Want to send cookie with Json RPC

2011-11-01 Thread kapnkore
I didnt understood how it explains to set in json rpc ,i dont have much idea i am new to this Please check following code URL serverURL = null; try { serverURL = new URL(webURL); } catch (MalformedURLException e) { // handle exception... }

[android-developers] How to find which drawable folder is being used??

2011-11-01 Thread Shashidhar
Hi, Is there a way to find which drawable folder images are currently used when I run my application. I mean, say when I run my app on Nexus-one phone, I want to know which drawable folder images are used on the UI. I have 3 separate folder and each having the same set of images with different si

[android-developers] Re: ViewPager in a ListView - how to lock the scrolling axis?

2011-11-01 Thread Zsombor
Found a solution by overriding the onInterceptTouchEvent() of ListView, here it goes: ... @Override public boolean onInterceptTouchEvent(MotionEvent ev) { //Call super first because it does some hidden motion event handling boolean result = super.onInterceptTouchEve

Re: [android-developers] Re: Showing notification dialog over a incoming call

2011-11-01 Thread Francisco Dalla Rosa soares
when a call comes, your activity goes to background and the phone app's activity becomes active. You're trying to show a dialog that is tied to a activity that's not running at the moment, thus the error. "Toast"s don't have these strong ties to the activity showing them. that's why it works. 2011

[android-developers] Re: Showing notification dialog over a incoming call

2011-11-01 Thread Sunil Mishra
Hi, The log - 11-02 11:25:57.706: ERROR/AndroidRuntime(339): FATAL EXCEPTION: main 11-02 11:25:57.706: ERROR/AndroidRuntime(339): android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@44e7d968 is not valid; is your activity running? 11-02 11:25:57.706:

[android-developers] Re: need help

2011-11-01 Thread Divyata Panchal
plz help me. i want to add an option to contact inflate when long pressing any contact number from contact list... On Nov 1, 5:14 pm, TreKing wrote: > On Mon, Oct 31, 2011 at 11:16 PM, Divyata Panchal < > > panchal.divyat...@gmail.com> wrote: > > is it possible to change default contact manager

[android-developers] Re: Fwd: Want to send cookie with Json RPC

2011-11-01 Thread Ben H
On Nov 1, 10:40 pm, kapnk...@gmail.com wrote: > Can i attach cookie to json rpc object in client side & sent a > request? > If yes How? yes, you can. create an instance of org.apache.http.cookie.Cookie, and add it to an instance of org.apache.http.impl.client.BasicCookieStore.BasicCookieStore, th

[android-developers] Re: Sudden rash of license check failures in LVL. Anyone else?

2011-11-01 Thread Ben H
On Nov 1, 5:57 pm, Zsolt Vasvari wrote: > I had one user report a problem, but then again, in my app I don't > fail the license check if unless it is not successful for long periods > of time (days). that's interesting. so that means that the license check was failing for many days before your ap

[android-developers] Fwd: Want to send cookie with Json RPC

2011-11-01 Thread kapnkore
Can i attach cookie to json rpc object in client side & sent a request? If yes How? -- 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, sen

[android-developers] Want to send cookie with Json RPC

2011-11-01 Thread kapil.k
Can i attach cookie to json rpc object in client side & sent a request? If yes How? -- 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, sen

[android-developers] Re: org.xml pull parser exception

2011-11-01 Thread arun kumar
androidHttpTransport.call(SOAP_ACTION,envelope); i done the debugging am getting error at this above line ...SOAP_ACTION="" in my url saop action is define like that but actually the soap action will be in the forms SOAP_ACTION="NAMESPACE/METHODNAME"... so,i have to modify like that in the url .

Re: [android-developers] Re: how to list out items from android market for in app purchase

2011-11-01 Thread Sivasankar K
My sample app is in unpublished state and when i click the *buy* button, the page showing "the amount as like in android market site" is not appearing and instead of that i am getting a alert box saying as follows *"The Item that you requested is not available for purchase".* Why the above alert

Re: [android-developers] ViewSwitcher and webview - Android

2011-11-01 Thread Jovish P
Thanks a lot . I did a sampel of it. On Mon, Oct 31, 2011 at 9:36 PM, TreKing wrote: > On Mon, Oct 31, 2011 at 9:41 AM, Jovish P wrote: > >> Is it possible to create a viewswitcher in which one view is a linear >> layout and other with a webview ? > > > A - ViewSwitcher operates generically

Re: [android-developers] soap webservice(xml pull parser exception )

2011-11-01 Thread arun kumar
Thanks for reply I done the debugging in this line am getting problem androidHttpTransport.call(SOAP_ACTION, envelope); In my url soapAction="" is given like this..but i find in the google soapAction willbe in the form(saopAction="NAMESPACE/METHODNAME") does this is the problem or soapAc

[android-developers] Re: how to list out items from android market for in app purchase

2011-11-01 Thread Zsolt Vasvari
It seems like what you are describing is telling you in plain English what's wrong. Where are you confused? On Nov 2, 12:13 pm, Sivasankar K wrote: > i am trying to make an android app based on in app purchase. In my app i > have a sample video and if any one wants to buy it, i want to make an i

[android-developers] how to list out items from android market for in app purchase

2011-11-01 Thread Sivasankar K
i am trying to make an android app based on in app purchase. In my app i have a sample video and if any one wants to buy it, i want to make an in app purchase through android market site. I gone through the in implementation here I downloaded the sample app and i tried to use it for checking purp

[android-developers] read nfc card in the different activity

2011-11-01 Thread xiaoailsa
Hi,all! I hava a problem with phone read and write NFC card . Read different card ,i must ues different acitivity.But i want to a acitivity can read different card .What can i do?? The more serious is: Read the same card , i need insert card in the different activaty repeatedly .I wanted t

Re: [android-developers] Questions about my app statistics on Market - where to ask?

2011-11-01 Thread TreKing
On Tue, Nov 1, 2011 at 9:35 PM, Armond Avanes wrote: > I will appreciate if someone from Market team give me a help on this. Or > at least assist me on where I should post my questions. You already did the right thing with the Market Support page. That's about all there is of the famous "one on

Re: [android-developers] Can't download Support Package

2011-11-01 Thread Bishan
Thanx Mark :) On 11/1/11, Mark Murphy wrote: > On Tue, Nov 1, 2011 at 12:19 AM, Bishan wrote: >> I have followed instructions to Download the Support Package >> in http://developer.android.com/sdk/compatibility-library.html. but  i >> can't >> see Support Package in my Android SDK and AVD Manage

[android-developers] GLSurfaceView

2011-11-01 Thread LMo
Hi, I have defined a LinearLayout with one android.opengl.GLSurfaceView widget, and one Button widget in my main.xml file. How do I setRenderer on my GLSurfaceView onCreate? I tried: this.surfaceView = (GLSurfaceView) this.findViewById(R.id.glSurface); if (this.surfaceView != nu

Re: [android-developers] TCP Socket communication between C# and Android

2011-11-01 Thread Francisco Dalla Rosa soares
Browsing around the documentation I found this: http://developer.android.com/reference/org/apache/http/conn/EofSensorInputStream.html 2011/11/2 Kumar Bibek > You need a separate thread for reading. > > *Thanks and Regards, > Kumar Bibek* > * > http://techdroid.kbeanie.com > http://www.kbeanie.c

[android-developers] Questions about my app statistics on Market - where to ask?

2011-11-01 Thread Armond Avanes
Hi Guys, I have some questions about my application on Market (why it ranks so, why the total installs doesn't increase, etc), but I don't know where I should ask these questions since it's something very app-specific. I tried to contact the Market team using the "Contact Us" section here ("B

[android-developers] Re: Change PPI (pixel per inches) of PNG file in Android

2011-11-01 Thread Trung Nguyen Thanh
lol, no one know about this problem? i stuck with this problem. -- 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-d

[android-developers] Re: Google Analytics SDK?

2011-11-01 Thread brooke
Has anyone used the Campaign Tracking functionality in the Analytics SDK? That's the main thing we're interested in, and I don't believe you can get that from another SDK. B On Nov 1, 7:07 am, André Cipriani Bandarra wrote: > +1 for Flurry :D > > > > > > > > On Tue, Nov 1, 2011 at 11:24 AM, Oli

Re: [android-developers] ExpandableListView expand/collapse question

2011-11-01 Thread Ash
Hi Kostya, Thanks. That helped. The button clicks are definitely more responsive and I also avoid re-creating the view every second. I also have another issue related to ExpandableListView. Can you help? The issue is as follow: 1. I get a lot of information from a backend server (in the range o

[android-developers] ViewPager in honeycomb ignoring Application theme.

2011-11-01 Thread Ivan Soto
Hello, For some reason my application is ignoring the theme applied to the Application in the manifest file only inside a viewpager. I have an activity with 2 fragments: The first fragment loads Holo.light just fine. But the second only applied Holo.Light on the button (which is outside the

[android-developers] PARTIAL_WAKE_LOCK, FULL_WAKE_LOCK, Service, File IO, IOException

2011-11-01 Thread Richard Schilling
I apologize if this is a duplicate post. I am in need of some additional information on PowerManager, and I've seen several posts dealing with the issue, but still haven't found the specific information I need. Related links are below. When the screen goes dark, it looks like the file subsyste

[android-developers] Re: Sudden rash of license check failures in LVL. Anyone else?

2011-11-01 Thread Zsolt Vasvari
I had one user report a problem, but then again, in my app I don't fail the license check if unless it is not successful for long periods of time (days). On Nov 2, 6:45 am, Ben H wrote: > i have an app in the android market that uses the LVL. it's bone stock > - not modified from the original so

[android-developers] Re: PowerManagement - wakelocks

2011-11-01 Thread Richard Schilling
Does anybody have an answer to this question. This is very interesting. The answer to this would be very useful for me as well. Thanks. Richard -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

Re: [android-developers] images for multiple screen sizes/densities

2011-11-01 Thread Christopher Van Kirk
HTC desire has a 3.7 inch screen and a resolution of 480x800. Galaxy S 2 has a 4.3 inch screen and a resolution of 480x800. Dell Streak has a 5 inch screen and a resolution of 480x800. The resolution has little to do with the size of the screen. On 11/2/2011 4:10 AM, DanielleM wrote: Hello all:

[android-developers] Re: date and time

2011-11-01 Thread Lew
leigh8347 wrote: > > im [sic] making an app that writes to a .txt file and at the end of each > "save" i want to put the date and time. > > this is my code that turns the time/date into a string. which works > fine. > > SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/ > hh:mm:ss"

[android-developers] date and time

2011-11-01 Thread leigh8347
hello im making an app that writes to a .txt file and at the end of each "save" i want to put the date and time. this is my code that turns the time/date into a string. which works fine. SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/ hh:mm:ss"); java.util.Date date = new java.uti

Re: [android-developers] Android 4.0 Emma Code Coverage

2011-11-01 Thread Xavier Ducrohet
we changed the ant target names. Look at http://developer.android.com/guide/developing/building/building-cmdline.html#AntReference On Tue, Nov 1, 2011 at 3:48 AM, Tony Lee wrote: > I used the emma to generate the code coverage on the android phone. > > Everything goes well when I used the android

[android-developers] Sudden rash of license check failures in LVL. Anyone else?

2011-11-01 Thread Ben H
i have an app in the android market that uses the LVL. it's bone stock - not modified from the original source. yeah yeah, you're supposed to alter it, but the LVL cracking apps out there are so good now that it's pointless to try to fool them, IMO. not pointless, just not worth the effort, IMO. i'

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

2011-11-01 Thread Zsolt Vasvari
It does for me. You should also be able to add a Google Account is Settings/.Accounts. But then you cannot turn on synching. On Nov 2, 12:27 am, Kumar Bibek wrote: > Well, I booted up the Google API emulator fine. But, in the calendar > app, it only has the option of adding an exchange account.

[android-developers] Re: GPS filtering

2011-11-01 Thread Ab Caballero
thanks On Nov 1, 1:21 pm, Kristopher Micinski wrote: > http://code.google.com/p/gps-averaging/ > > > > On Tue, Nov 1, 2011 at 4:11 PM, Ab Caballero wrote: > > Any ideas on how to average the fixes?. > > > On Nov 1, 12:44 am, gjs wrote: > > > Hi, > > > > I think you will find getAccuracy() will

[android-developers] Re: SMS interface and timestamps

2011-11-01 Thread gjs
Hi, See http://developer.android.com/reference/android/location/Location.html and http://developer.android.com/guide/topics/location/obtaining-user-location.html Regards On Nov 1, 8:52 pm, Belvedere Computer Services wrote: > i am new at this but i am sure what he is saying is A class > repre

[android-developers] Re: MenuInflater.inflate returning wrong menu

2011-11-01 Thread Simon
Thanks, that did it! Didn't know about those getting inlined as bytecode. Learned something new today. Thanks again, Simon On Nov 1, 5:17 pm, Mark Murphy wrote: > Do Project > Clean from the Eclipse main menu, or ant clean from the > command line. The R values get inlined as bytecode in your

[android-developers] Re: How to launch an instance of Android emulator with a specified URL?

2011-11-01 Thread Diego Torres Milano
>From the command line you can use: $ adb shell am start -W -a android.intent.action.VIEW -d http://dtmilano.blogspot.com On Oct 30, 3:41 am, TreKing wrote: > On Wed, Oct 26, 2011 at 8:03 PM, JustAnotherDev > wrote: > > > Do you know how I can start the Android emulator with a specified URL? >

Re: [android-developers] MenuInflater.inflate returning wrong menu

2011-11-01 Thread Mark Murphy
Do Project > Clean from the Eclipse main menu, or ant clean from the command line. The R values get inlined as bytecode in your classes, and sometimes the compiled classes get out of sync with resource changes in R. On Tue, Nov 1, 2011 at 5:00 PM, Simon wrote: > Hi, > > I have some really strange

[android-developers] MenuInflater.inflate returning wrong menu

2011-11-01 Thread Simon
Hi, I have some really strange behaviour going on related to using MenuInflater. I have the following code in my Avtivity: @Override public boolean onCreateOptionsMenu(Menu menu) { MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu.menu_1, menu); r

Re: [android-developers] Best way to communicate between two applications (on the same device)?

2011-11-01 Thread Boozel
Thanks for your reply. The two apps would only need to communicate a little. what are the major differences (pros and cons) between messenger and firing intents? what does the market use to ache email this? -- You received this message because you are subscribed to the Google Groups "Android D

Re: [android-developers] Re: GPS filtering

2011-11-01 Thread Kristopher Micinski
http://code.google.com/p/gps-averaging/ On Tue, Nov 1, 2011 at 4:11 PM, Ab Caballero wrote: > Any ideas on how to average the fixes?. > > On Nov 1, 12:44 am, gjs wrote: > > Hi, > > > > I think you will find getAccuracy() will continue to vary within the > > 10 metres range or more. And you wi

[android-developers] Re: GPS filtering

2011-11-01 Thread Ab Caballero
Any ideas on how to average the fixes?. On Nov 1, 12:44 am, gjs wrote: > Hi, > > I think you will find getAccuracy() will continue to vary within the > 10 metres range or more. And you will not know which is 'most > accurate' without averaging the fixes over some period of time. All of > which is

[android-developers] images for multiple screen sizes/densities

2011-11-01 Thread DanielleM
Hello all: I'm trying to create proper images for the different screen size/ density combinations so my app looks good across devices. I've read the documentation here: http://developer.android.com/guide/practices/screens_support.html However, I'm a little confused on some of it. For instance, d

Re: [android-developers] String isEmpty()

2011-11-01 Thread Doug Gordon
On 11/1/2011 3:45 PM, Marc Petit-Huguenin wrote: The method String.isEmpty() exists only since Java 1.6/Android API 9. Thanks. That explains a lot. This was a recent change. I thought surely I'd used that method before, but when I searched my entire project, "isEmpty" was nowhere to be found!

Re: [android-developers] String isEmpty()

2011-11-01 Thread Marc Petit-Huguenin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/01/2011 12:40 PM, Doug Gordon wrote: > Why in the world would my app crash with a "No such method" Java error on a > statement like "if (!myString.isEmpty()" for a perfectly valid String object? > If > I simply change it to "if (myString.length(

Re: [android-developers] String isEmpty()

2011-11-01 Thread Romain Guy
Because String.isEmpty() didn't exist in 2.2. You can verify this by looking at http://developer.android.com/reference/java/lang/String.html#isEmpty() and checking the "Filter by API level" option at the top. You should use TextUtils.isEmpty() instead. On Tue, Nov 1, 2011 at 12:40 PM, Doug Gordon

Re: [android-developers] String isEmpty()

2011-11-01 Thread Mark Murphy
On Tue, Nov 1, 2011 at 3:40 PM, Doug Gordon wrote: > Why in the world would my app crash with a "No such method" Java error on a > statement like "if (!myString.isEmpty()" for a perfectly valid String > object? If I simply change it to "if (myString.length() > 0)" it works just > fine, so it's not

[android-developers] String isEmpty()

2011-11-01 Thread Doug Gordon
Why in the world would my app crash with a "No such method" Java error on a statement like "if (!myString.isEmpty()" for a perfectly valid String object? If I simply change it to "if (myString.length() > 0)" it works just fine, so it's not like I'm not pointing to a valid String object or anyth

Re: [android-developers] Re: CPU leak android application

2011-11-01 Thread Kristopher Micinski
> Another wrinkle is that Android devices aggressively scale the CPU, so 2% of > an essentially idle CPU may be a lot smaller because the CPU is running at > that point at a much lower frequency. Ah, yes, I had supposed that this was the case, but wasn't sure on it. -- You received this message

Re: [android-developers] Starting Google Analytics session when application goes to background

2011-11-01 Thread TreKing
On Tue, Nov 1, 2011 at 8:57 AM, Aki wrote: > I am using Google Analytics in my application. > GA is not part of the SDK, so you're going to be hard-pressed to get a good answer here. Try the GA documentation and see if there is a forum or user group. I'll try anyway. > I would like the trackin

Re: [android-developers] Re: search hardware button

2011-11-01 Thread Dianne Hackborn
The home button is not something applications ever see. The back button is always required to be available on the device (even if that is done through an on-screen affordance). The search button has always been and is still one of many optional extra keys. The menu key until 3.0 was a required k

Re: [android-developers] Re: CPU leak android application

2011-11-01 Thread Dianne Hackborn
It's a little more complicated than that. 2% of CPU usage in the background with the CPU running at normal speed is a *lot*. And really, an app in the background shouldn't be using any CPU. If it is sitting there blocked waiting for something to do, it won't use any CPU. The only reason it woul

Re: [android-developers] How start youtube app with search terms

2011-11-01 Thread Robert Slama
Unfortunatlly its its not opening default youtube app but ask for action and outube app is not offered. If I call Intent.ACTION_VIEW with url what lead direct to any video YT app is started. r^ On 1 November 2011 03:27, TreKing wrote: > On Mon, Oct 31, 2011 at 12:52 PM, Robert Slama wrote: > >

[android-developers] android object deep clone library

2011-11-01 Thread Goutom
Hi Is there any object deep clone library for android which works fine. Take care. Regards Goutom Roy -- 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

Re: [android-developers] Best way to communicate between two applications (on the same device)?

2011-11-01 Thread Kristopher Micinski
You can fire intents between the two. Or you can look into Messenger. Or you can read up on AIDL, which is the most flexible but also hardcore solution. How much do the apps have to communicate? A little? Or a lot? This question determines which one of these is necessary. Kris On Tue, Nov 1

[android-developers] Best way to communicate between two applications (on the same device)?

2011-11-01 Thread Boozel
Hi What is the best way for communicating between two applications? I want to create a central management app for my suite of applications so the one app would request data from the other much like how applications can query the market app for licence information using androids Licencing verifi

Re: [android-developers] TCP Socket communication between C# and Android

2011-11-01 Thread Kumar Bibek
You need a separate thread for reading. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Nov 1, 2011 at 11:09 PM, Tonez wrote: > Hi Everyone, > > I have a .net c# application acting as a server listening on a > particular port, and an Android ap

[android-developers] TCP Socket communication between C# and Android

2011-11-01 Thread Tonez
Hi Everyone, I have a .net c# application acting as a server listening on a particular port, and an Android app that I'm building acting as the client which will connect and send / receive tcp messages to / from the .net server application. I have it working at the moment but am faced with a chal

[android-developers] Tag and onCreateView

2011-11-01 Thread Doug Gordon
Attempting to learn about fragments, and studying the docs and some samples, I am not really clear as to what the tag represents in an XML file and how it relates to the fragment "container view" that is supposed to be passed to onCreateView. Mainly, in the sample that I'm using, which defines

Re: [android-developers] Hide bottom status bar in Android 3.2 Honeycomb!

2011-11-01 Thread Sebastian Tomaszewski
SIGHT... THank you [?]... On Tue, Nov 1, 2011 at 9:59 AM, Mark Murphy wrote: > On Tue, Nov 1, 2011 at 12:24 PM, Sebastian Tomaszewski > wrote: > > As we know that the Bottom Status Bar in the Android Honeycomb takes > lots of > > real-estate on the Tablet screen, since this is the case and

Re: [android-developers] Re: Implementing drag and drop feature

2011-11-01 Thread Kumar Bibek
It works. I might use it for my app. :) On Tue, Nov 1, 2011 at 10:29 PM, Mark Murphy wrote: > On Tue, Nov 1, 2011 at 12:57 PM, Kumar Bibek wrote: > > Oops, Thanks Mark. I had missed that one. > > It's only so-so -- it's code I refactored out of the old AOSP Music > app, and hence I don't fully

Re: [android-developers] Android 4: Save for Offline Reading

2011-11-01 Thread Mark Murphy
Can you name any such "meta tag or something" that blocks File|Save As on any desktop browser? On Tue, Nov 1, 2011 at 12:32 PM, kc3000 wrote: > Is there a way to block "Save for Offline Reading" in Android 4? > > It seems this feature would be need for mobile web developers looking > to at least

Re: [android-developers] Re: Implementing drag and drop feature

2011-11-01 Thread Mark Murphy
On Tue, Nov 1, 2011 at 12:57 PM, Kumar Bibek wrote: > Oops, Thanks Mark. I had missed that one. It's only so-so -- it's code I refactored out of the old AOSP Music app, and hence I don't fully grok it. :-) -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http

Re: [android-developers] Hide bottom status bar in Android 3.2 Honeycomb!

2011-11-01 Thread Mark Murphy
On Tue, Nov 1, 2011 at 12:24 PM, Sebastian Tomaszewski wrote: > As we know that the Bottom Status Bar in the Android Honeycomb takes lots of > real-estate on the Tablet screen, since this is the case and one of my > applications that I am creating needs that space, is there someway to hide > it wi

[android-developers] Re: Account suspended

2011-11-01 Thread JackN
Well, if it was a DMCA, I think the law states you have the right to know who filed it. On Oct 28, 9:10 am, Kristopher Micinski wrote: > That's for a chrome extension... so I'd say... no. > > Kris > > > > On Fri, Oct 28, 2011 at 11:56 AM, JackN wrote: > > You? > > >http://www.chillingeffects.org

Re: [android-developers] Re: Implementing drag and drop feature

2011-11-01 Thread Kumar Bibek
Oops, Thanks Mark. I had missed that one. On Tue, Nov 1, 2011 at 10:20 PM, Mark Murphy wrote: > On Tue, Nov 1, 2011 at 12:48 PM, Kumar Bibek wrote: > > Drag drop inside a ListView still seems to be very difficult with HC > > or ICS. I haven't seen any examples that do this yet. > > https://gith

Re: [android-developers] Re: Implementing drag and drop feature

2011-11-01 Thread Mark Murphy
On Tue, Nov 1, 2011 at 12:48 PM, Kumar Bibek wrote: > Drag drop inside a ListView still seems to be very difficult with HC > or ICS. I haven't seen any examples that do this yet. https://github.com/commonsguy/cwac-touchlist -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.c

[android-developers] Re: Implementing drag and drop feature

2011-11-01 Thread Kumar Bibek
Drag drop inside a ListView still seems to be very difficult with HC or ICS. I haven't seen any examples that do this yet. But yeah, drag from one view and drop on another is pretty easy and simple. On Nov 1, 7:12 am, TreKing wrote: > On Fri, Oct 28, 2011 at 12:20 PM, wBishop wrote: > > What's m

Re: [android-developers] Android 4: Save for Offline Reading

2011-11-01 Thread Kristopher Micinski
Wait... When I go to my bank statement on my browser, I can click save on my web browser... Does this mean my browser is flawed? Kris On Tue, Nov 1, 2011 at 12:32 PM, kc3000 wrote: > Is there a way to block "Save for Offline Reading" in Android 4? > > It seems this feature would be need for mo

[android-developers] Re: Hide bottom status bar in Android 3.2 Honeycomb!

2011-11-01 Thread Kumar Bibek
Hmmm, Quite an issue. Can't help you more other than starring the issue :) BTW, frankly speaking, the location of the status bar is a bit weird, as far as usability is concerned, especially the Back button. Hope, that it gets fixed soon enough. On Nov 1, 9:24 pm, Sebastian Tomaszewski wrote: >

[android-developers] Android 4: Save for Offline Reading

2011-11-01 Thread kc3000
Is there a way to block "Save for Offline Reading" in Android 4? It seems this feature would be need for mobile web developers looking to at least attempt to protect sensitive and private data(i.e. Financial, Healthcare, Personal,) Is there a meta tag or something? -- You received this mess

[android-developers] Android 4: Save for Offline Reading

2011-11-01 Thread kc3000
Is there a way to block "Save for Offline Reading" in Android 4? It seems this feature would be need for mobile web developers looking to at least attempt to protect sensitive and private data(i.e. Financial, Healthcare, Personal,) Is there a meta tag or something? -- You received this mess

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

2011-11-01 Thread Kumar Bibek
Well, I booted up the Google API emulator fine. But, in the calendar app, it only has the option of adding an exchange account. I can't see anywhere where it asks for a Google account. On Nov 1, 7:18 pm, Zsolt Vasvari wrote: > Let me know if you are successful at actually adding a Google Account

[android-developers] Hide bottom status bar in Android 3.2 Honeycomb!

2011-11-01 Thread Sebastian Tomaszewski
Hello guys, If this subject was already discussed somewhere in the forums with the solution without ROOTing the device, I would like to apologize ahead of time... As we know that the Bottom Status Bar in the Android Honeycomb takes lots of real-estate on the Tablet screen, since this is the case

[android-developers] Re: ListView + EditText

2011-11-01 Thread Kumar Bibek
I think it's possible. But I have never tried though. But what I have learnt is that ListView aren't the best way to handle such an UI. This link would perhaps give you some more insights. http://groups.google.com/group/android-developers/browse_thread/thread/50f0fc185da8fe4d On Nov 1, 7:23 pm,

Re: [android-developers] ARMy of one?

2011-11-01 Thread John Davis
This shows how the arm specification is used inside the System on a Chip (SoC) designed by qualcomm. It also shows how these SoCs are in smartphones, and tablets. http://en.wikipedia.org/wiki/Snapdragon_(system_on_chip) >From the page it says, "The Snapdragon application processor core, dubbed S

[android-developers] Re: Looking for beta testers having a device with gyroscope sensor

2011-11-01 Thread Pete
I have added a sensor search option to https://www.elusivestars.com. So now you can just type in gyro in in search and it will show you the devices available for your test. Developers can signup regardless of location, for Members we are currently limited to US. Pete On Oct 29, 12:56 am, josean19

Re: [android-developers] ARMy of one?

2011-11-01 Thread Kristopher Micinski
ARM doesn't "make" the chips. They design the IP cores for the chips, so their main investment is the chip design, not the chip itself. The chips are made by many many other companies. Kris On Tue, Nov 1, 2011 at 11:23 AM, bob wrote: > Is it true that almost all Android phones are powered by a

Re: [android-developers] ARMy of one?

2011-11-01 Thread Daniel Drozdzewski
On 1 November 2011 15:23, bob wrote: > Is it true that almost all Android phones are powered by an ARM chip > made by ARM company in England? Why would you ask such question to this group and subject yourself to ridicule, rather than simply type your question into Google and have the instant answ

[android-developers] ARMy of one?

2011-11-01 Thread bob
Is it true that almost all Android phones are powered by an ARM chip made by ARM company in England? -- 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 f

Re: [android-developers] How do I implement bar code reader in android ..

2011-11-01 Thread Kristopher Micinski
I think that this one is a perfectly reasonable question, especially since all you have to do to read barcodes is fire an intent at the barcode reader. Google "barcode reader intent android" Kris On Tue, Nov 1, 2011 at 8:18 AM, TreKing wrote: > On Tue, Nov 1, 2011 at 12:57 AM, venugopal reddy

Re: [android-developers] Re: How do I implement bar code reader in android ..

2011-11-01 Thread Ratheesh Valamchuzhy
we can call use the zxing bar code reader in our app ...try this package com.resource; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; public class BarcodeScan ex

[android-developers] Re: How do I implement bar code reader in android ..

2011-11-01 Thread Emanuel Moecklin
Try http://code.google.com/p/zxing/ Cheers Emanuel Moecklin 1gravity LLC -- 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] Re: "\n" Does NOT work ?

2011-11-01 Thread melis
Hello, i tried your advise but i get this ("z: 8.121132time: 2.862953E12") output. On Oct 30, 2:57 am, adithya holla wrote: > try "" -- 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@g

[android-developers] Re: "\n" Does NOT work ?

2011-11-01 Thread melis
and "\r\n" worked by the way. Thank you so much. On Oct 28, 6:16 pm, Studio LFP wrote: > "\n" works if you are on a Unix based system. If you are using a Windows > (DOS) based system, you'll want to use "\r\n". > > Are you looking at your file in an text editor like notepad on a Windows > system?

[android-developers] Re: "\n" Does NOT work ?

2011-11-01 Thread melis
I'm looking at it in Windows system. On Oct 28, 6:16 pm, Studio LFP wrote: > "\n" works if you are on a Unix based system. If you are using a Windows > (DOS) based system, you'll want to use "\r\n". > > Are you looking at your file in an text editor like notepad on a Windows > system? > > Steven

Re: [android-developers] re:change backgroudn

2011-11-01 Thread jaggu
Hi i have mainactivity in and i have 10 actvity screens if each screen navigating in the activity screen : like right to left and left to right needs to change the backgroud images how can i change. those images are stored and fixed.default one image i need to show after that user by clicking imag

[android-developers] ListView + EditText

2011-11-01 Thread John Gaby
I have a ListView which displays rows which can have a variety of controls. If the row contains TextViews, ImageViews, and/or Buttons, everything works as expected. However, if I add a EditText control to a row, then I no longer seem to be able to select a row (touching outside of the EditText co

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

2011-11-01 Thread Zsolt Vasvari
Let me know if you are successful at actually adding a Google Account and getting it to work with either the Calendar or People apps. I have been unsuccessful. On Nov 1, 6:25 pm, arnouf wrote: > Thanks... > But without talking the new calendar API. If you want add a contact or see > calendar app

Re: [android-developers] re:change backgroudn

2011-11-01 Thread Ratheesh Valamchuzhy
need more explanation. -- 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.co

[android-developers] Re: SDK 4, R15, where is the navigation button?

2011-11-01 Thread sblantipodi
Bumping the question until I'll get an answer. -- 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+unsubsc

[android-developers] re:change backgroudn

2011-11-01 Thread jaggu
Hi i have around 14 images if i want change keep on image how to do for each activity . like i have 10 screen for each how to change the images. please tell me any one .help required -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: TextView -- text transformation

2011-11-01 Thread Zsolt Vasvari
Ok, thanks. Will check it out. On Nov 1, 8:31 pm, Kostya Vasilyev wrote: > Or perhaps try something out with this: > > http://developer.android.com/reference/android/text/style/MetricAffec... > > "The classes that affect character-level text formatting in a way that > changes the width or height

Re: [android-developers] Google Analytics SDK?

2011-11-01 Thread André Cipriani Bandarra
+1 for Flurry :D On Tue, Nov 1, 2011 at 11:24 AM, Oli Wright wrote: > +1 for Flurry. The device and carrier info is interesting (I won't commit > to useful as I couldn't back that up with much conviction ;) ). > > -- > You received this message because you are subscribed to the Google > Groups

Re: [android-developers] Re: EditText key press

2011-11-01 Thread Aki
I wouldn't worry about users finding it, my target users will already know them. Anyway, I'll give the custom EditText a shot, otherwise I'll have to figure something else out. Thanks for the help :) -- You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] to move an image view along a bezier curve

2011-11-01 Thread ruchira
I have drawn a bezier curve and I want my imageview which is a picture of a ball to follow the path traced by the curve and eventually fall to the ground.How do I do that? Please help -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

Re: [android-developers] Re: EditText key press

2011-11-01 Thread Mark Murphy
On Tue, Nov 1, 2011 at 9:49 AM, Aki wrote: > Thank you for the elaborate answer Mark. I will try out extending EditText. > > You see, I came up with the idea of key combinations because I needed > something corresponding to a shortcut, without taking up screen space. I have no idea what a "shortc

[android-developers] Starting Google Analytics session when application goes to background

2011-11-01 Thread Aki
I am using Google Analytics in my application. I would like the tracking session to be reset when the application goes to the background. I would like to do it without having to maintain state of each activity (my application has quite many Activities and I would rather not update the applicatio

  1   2   >