[android-developers] Re: why is onDoubleTap being called before second tup's up action?

2012-01-21 Thread skink
On 20 Sty, 23:56, Kostya Vasilyev kmans...@gmail.com wrote: ( will try responding at the bottom for a change ) 21 января 2012 г. 2:38 пользователь skink psk...@gmail.com написал: Kostya Vasilyev wrote: Have you tried using MotionEvent.ACTION_CANCEL in the double-tap listener?

[android-developers] Re: why is onDoubleTap being called before second tup's up action?

2012-01-21 Thread skink
On 20 Sty, 23:56, Kostya Vasilyev kmans...@gmail.com wrote: ( will try responding at the bottom for a change ) 21 января 2012 г. 2:38 пользователь skink psk...@gmail.com написал: Kostya Vasilyev wrote: Have you tried using MotionEvent.ACTION_CANCEL in the double-tap listener?

[android-developers] Re: why is onDoubleTap being called before second tup's up action?

2012-01-21 Thread skink
On 20 Sty, 23:56, Kostya Vasilyev kmans...@gmail.com wrote: ( will try responding at the bottom for a change ) 21 января 2012 г. 2:38 пользователь skink psk...@gmail.com написал: Kostya Vasilyev wrote: Have you tried using MotionEvent.ACTION_CANCEL in the double-tap listener?

[android-developers] Re: why is onDoubleTap being called before second tup's up action?

2012-01-21 Thread skink
On 20 Sty, 23:56, Kostya Vasilyev kmans...@gmail.com wrote: ( will try responding at the bottom for a change ) 21 января 2012 г. 2:38 пользователь skink psk...@gmail.com написал: Kostya Vasilyev wrote: Have you tried using MotionEvent.ACTION_CANCEL in the double-tap listener?

[android-developers] Re: why is onDoubleTap being called before second tup's up action?

2012-01-21 Thread skink
On 20 Sty, 23:56, Kostya Vasilyev kmans...@gmail.com wrote: ( will try responding at the bottom for a change ) 21 января 2012 г. 2:38 пользователь skink psk...@gmail.com написал: Kostya Vasilyev wrote: Have you tried using MotionEvent.ACTION_CANCEL in the double-tap listener?

[android-developers] Re: why is onDoubleTap being called before second tup's up action?

2012-01-21 Thread skink
On 20 Sty, 23:56, Kostya Vasilyev kmans...@gmail.com wrote: ( will try responding at the bottom for a change ) 21 января 2012 г. 2:38 пользователь skink psk...@gmail.com написал: Kostya Vasilyev wrote: Have you tried using MotionEvent.ACTION_CANCEL in the double-tap listener?

[android-developers] Re: why is onDoubleTap being called before second tup's up action?

2012-01-21 Thread skink
On 20 Sty, 23:56, Kostya Vasilyev kmans...@gmail.com wrote: ( will try responding at the bottom for a change ) 21 января 2012 г. 2:38 пользователь skink psk...@gmail.com написал: Kostya Vasilyev wrote: Have you tried using MotionEvent.ACTION_CANCEL in the double-tap listener?

[android-developers] Re: why is onDoubleTap being called before second tup's up action?

2012-01-21 Thread skink
On 20 Sty, 23:56, Kostya Vasilyev kmans...@gmail.com wrote: ( will try responding at the bottom for a change ) 21 января 2012 г. 2:38 пользователь skink psk...@gmail.com написал: Kostya Vasilyev wrote: Have you tried using MotionEvent.ACTION_CANCEL in the double-tap listener?

[android-developers] Re: why is onDoubleTap being called before second tup's up action?

2012-01-21 Thread skink
On 20 Sty, 23:56, Kostya Vasilyev kmans...@gmail.com wrote: ( will try responding at the bottom for a change ) 21 января 2012 г. 2:38 пользователь skink psk...@gmail.com написал: Kostya Vasilyev wrote: Have you tried using MotionEvent.ACTION_CANCEL in the double-tap listener?

[android-developers] Re: why is onDoubleTap being called before second tup's up action?

2012-01-21 Thread skink
On 20 Sty, 23:56, Kostya Vasilyev kmans...@gmail.com wrote: ( will try responding at the bottom for a change ) 21 января 2012 г. 2:38 пользователь skink psk...@gmail.com написал: Kostya Vasilyev wrote: Have you tried using MotionEvent.ACTION_CANCEL in the double-tap listener?

[android-developers] Re: why is onDoubleTap being called before second tup's up action?

2012-01-21 Thread skink
On 20 Sty, 23:56, Kostya Vasilyev kmans...@gmail.com wrote: ( will try responding at the bottom for a change ) 21 января 2012 г. 2:38 пользователь skink psk...@gmail.com написал: Kostya Vasilyev wrote: Have you tried using MotionEvent.ACTION_CANCEL in the double-tap listener?

Re: [android-developers] Re: Copyright question: Can I remix a Final Fantasy song and use it in my game?

2012-01-21 Thread Kristopher Micinski
...which automatically quotes the entire conversation Replies don't quote the entire coversation...they only quote the previous post (which, we can assume, was edited, like any other, to quote only the spefic bits that are being replied to. Right, but it's been a recent trend on this group

Re: [android-developers] widget stop working after force close in setting page

2012-01-21 Thread dara kok
A button, I refer to the option to force close an app under application section in android system setting page. -- 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

Re: [android-developers] Re: why is onDoubleTap being called before second tup's up action?

2012-01-21 Thread Kostya Vasilyev
21 января 2012 г. 12:08 пользователь skink psk...@gmail.com написал: [ snip ] Kostya, thanks for your answer, however: i tried 3 solutions (all of them are fixing my problem btw): 1) the most brutal: create new instance of GestureDetector public boolean onDoubleTap(MotionEvent e) {

[android-developers] Edit settings.db

2012-01-21 Thread ramkumar pinninti
hi, I want to edit some setting stored on settings.db(database of Settings application) database file.I can read the database using adb commands.How can i edit i.e insert,update tables in settings.db. Thanks and Regards P.Ramkumar. -- You received this message because you are subscribed to the

Re: [android-developers] Re: why is onDoubleTap being called before second tup's up action?

2012-01-21 Thread skink
Kostya Vasilyev wrote: On the other hand, at this point, you've got four solutions and expressed strong liking for one of them (your original one) - sounds like a plan then :) -- Kostya actually I excluded creating a new instance of a gesture detector each timeI got double tap and I

[android-developers] gps taking too much time...

2012-01-21 Thread Dhaval Varia
dear i m finding address for current latitude and longitude. but some times, 1. gps takes long time to get lat long. 2. geocoder takes much time for having address from lat long. 3. in india , address is not accurate. is this problem of gps? i m following exact code given on :

Re: [android-developers] override home key

2012-01-21 Thread Mark Murphy
On Fri, Jan 20, 2012 at 11:20 PM, Kumar Bibek coomar@gmail.com wrote: I am not sure about this, but I think it would work for you. When you press the Home button, there would be an Intent fired system-wide. So, you could write a receiver that tracks these particular kind of intent. There

Re: [android-developers] override home key

2012-01-21 Thread Dhaval Varia
thanx for reply? would u plz eleborate?? will it be useful in my case? On Jan 21, 2012 5:32 PM, Mark Murphy mmur...@commonsware.com wrote: On Fri, Jan 20, 2012 at 11:20 PM, Kumar Bibek coomar@gmail.com wrote: I am not sure about this, but I think it would work for you. When you press

Re: [android-developers] override home key

2012-01-21 Thread Mark Murphy
On Fri, Jan 20, 2012 at 11:04 PM, Dhaval Varia dhavalkva...@gmail.com wrote: As we know we dont have time to open app in emergency. One could argue that you don't have time to reach for a phone in an emergency, or you might not have a phone in an emergency, or your phone might have a dead

Re: [android-developers] Edit settings.db

2012-01-21 Thread Mark Murphy
This is not possible except perhaps on the emulator and on rooted phones. On Sat, Jan 21, 2012 at 5:16 AM, ramkumar pinninti ramkumar.pinni...@gmail.com wrote: hi, I want to edit some setting stored on settings.db(database of Settings application) database file.I can read the database using

Re: [android-developers] override home key

2012-01-21 Thread skink
Dhaval Varia wrote: thanx for reply? would u plz eleborate?? activity android:name=Home intent-filter action android:name= android.intent.action. MAIN / category android:name= android.intent.categor y.HOME / category android:name=

Re: [android-developers] override home key

2012-01-21 Thread Kumar Bibek
@Mark: Thanks for correcting me. :) *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Sat, Jan 21, 2012 at 5:42 PM, Mark Murphy mmur...@commonsware.comwrote: On Fri, Jan 20, 2012 at 11:04 PM, Dhaval Varia dhavalkva...@gmail.com wrote: As we know

Re: [android-developers] override home key

2012-01-21 Thread Dhaval Varia
mark... thanx for reply... :) On Jan 21, 2012 5:42 PM, Mark Murphy mmur...@commonsware.com wrote: On Fri, Jan 20, 2012 at 11:04 PM, Dhaval Varia dhavalkva...@gmail.com wrote: As we know we dont have time to open app in emergency. One could argue that you don't have time to reach for a phone

[android-developers] Re: Edit settings.db

2012-01-21 Thread ramkumar pinninti
Ok my phone is rooted. I pulled the settings.db file and done some modifications.I need to push the modified settings.db back to /data/data/ com.android.providers.settings/databases/ . I used following adb commands from my PC terminal C:\Users\ramkumar\.android\avd\android_simulator.avdadb shell

[android-developers] Re: gps taking too much time...

2012-01-21 Thread Kumar Bibek
1. GPS takes a long time to get the lat/long is understandable, and in some cases unavoidable. You could try different approaches for getting a location depending upon your requirement. (Probably use different providers when you don't want to wait for a gps fix) 2. This shouldn't be taking a long

Re: [android-developers] Re: gps taking too much time...

2012-01-21 Thread Dhaval Varia
thanx sir for reply. On Jan 21, 2012 5:58 PM, Kumar Bibek coomar@gmail.com wrote: 1. GPS takes a long time to get the lat/long is understandable, and in some cases unavoidable. You could try different approaches for getting a location depending upon your requirement. (Probably use

Re: [android-developers] Re: Edit settings.db

2012-01-21 Thread Mark Murphy
First, this has nothing to do with this list. This list is for developing with the Android SDK. Second, you need to spend more time learning Linux if you are going to mess around at a Linux shell as you demonstrated. This list is also not a Linux shell support list. That being said, push the

[android-developers] Re: Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-01-21 Thread Doug Gordon
This is why I sometimes envy developers who write for iOS -- they have only a few well-defined form factors to consider and don't have new surprises coming out every few weeks! :-) Doug Gordon GHCS Software On Jan 20, 9:09 pm, jtoolsdev brianjto...@gmail.com wrote: I have a similar problem

[android-developers] Platform independent APIs for non mobile platform.

2012-01-21 Thread Pratik Prajapati
I am checking about possibilties of implementing APIs for non mobile platforms. My device is Inflight entertainment. My GUI app would be based on android sdk only. But there will be one middle layer library which would be independent of android. I understand it can not be 100% independent but I

Re: [android-developers] Platform independent APIs for non mobile platform.

2012-01-21 Thread Mark Murphy
On Sat, Jan 21, 2012 at 7:55 AM, Pratik Prajapati pratik.prajap...@gmail.com wrote: I am checking about possibilties of implementing APIs for non mobile platforms. My device is Inflight entertainment. My GUI app would be based on android sdk only. But there will be one middle layer library

[android-developers] Pub/Sub Protocols

2012-01-21 Thread Jay Bloodworth
Does anyone have an informed opinion about which publish / subscribe protocol might best be used for exchanging state for a turn based multiplayer game? I am looking in particular at Bayeux and XMPP, but open to alternatives. Thanks, Jay -- You received this message because you are subscribed

Re: [android-developers] Possible race condition whlie installing an application

2012-01-21 Thread Nikolay Elenkov
On Sat, Jan 21, 2012 at 7:36 AM, Kostya Vasilyev kmans...@gmail.com wrote: I just got an interesting exception on my Galaxy Nexus while doing the usual change-compile-debug cycle with Eclipse: 01-21 02:19:03.340 E/AndroidRuntime(  667): FATAL EXCEPTION: main 01-21 02:19:03.340

[android-developers] Clean other apps cache

2012-01-21 Thread Put_tiMe
There are some apps out there which claim to clean cache from all apps. How does it work? Assuming it's not rooted, Isn't the data of one app not visible to any other app? Some links I found:

Re: [android-developers] Clean other apps cache

2012-01-21 Thread Mark Murphy
On Sat, Jan 21, 2012 at 8:35 AM, Put_tiMe putt...@gmail.com wrote: There are some apps out there which claim to clean cache from all apps. How does it work? External cache (on external storage) could conceivably be cleaned by anyone. Internal cache should not, barring a security flaw. Some

Re: [android-developers] red crosses - beginner topic

2012-01-21 Thread James Black
I expect you haven't added these libraries to the build path, but this question is off-topic for this list, so you can Google for more. On Jan 20, 2012 8:15 PM, Nathan Harness 7600on...@gmail.com wrote: I admit to being a noob at Java/Android and Eclipse doesn't make for a nice beginner

Re: [android-developers] Clean other apps cache

2012-01-21 Thread Put_tiMe
Does signature-level permission mean that the app should be signed by Google (or the OEM) saying that it can delete cache files? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Clean other apps cache

2012-01-21 Thread Mark Murphy
On Sat, Jan 21, 2012 at 9:14 AM, Put_tiMe putt...@gmail.com wrote: Does signature-level permission  mean that the app should be signed by Google (or the OEM) saying that it can delete cache files? It means that the app needs to be signed by the same signing key as signed the firmware for the

[android-developers] camera preview problem

2012-01-21 Thread sktniran
Hi friends, i have to take picture from my application and need to store it database. i used following preview code in my app class Preview extends SurfaceView implements SurfaceHolder.Callback { // 1 private static final String TAG = Preview; SurfaceHolder mHolder; // 2 public

Re: [android-developers] Platform independent APIs for non mobile platform.

2012-01-21 Thread Pratik Prajapati
Independant of Android's Intents, Services, Content Providers etc. For many things my system would rely on intents. I can run stand alone Java server ( just like unbound services, i.e. keep running all the time) and do corba for RPC/IPC. rather than using Content providers, I can manage my own

Re: [android-developers] Platform independent APIs for non mobile platform.

2012-01-21 Thread Mark Murphy
On Sat, Jan 21, 2012 at 9:26 AM, Pratik Prajapati pratik.prajap...@gmail.com wrote: I can run stand alone Java server ( just like unbound services, i.e. keep running all the time) and do corba for RPC/IPC. Please don't. For starters, it won't work, because Android will get rid of your process.

Re: [android-developers] Platform independent APIs for non mobile platform.

2012-01-21 Thread Pratik Prajapati
On Sat, Jan 21, 2012 at 8:19 PM, Mark Murphy mmur...@commonsware.comwrote: On Sat, Jan 21, 2012 at 9:26 AM, Pratik Prajapati pratik.prajap...@gmail.com wrote: I can run stand alone Java server ( just like unbound services, i.e. keep running all the time) and do corba for RPC/IPC. Please

Re: [android-developers] Platform independent APIs for non mobile platform.

2012-01-21 Thread Mark Murphy
On Sat, Jan 21, 2012 at 10:07 AM, Pratik Prajapati pratik.prajap...@gmail.com wrote: So, there is no alternative to bound/unbound services in Android? Alternative for what? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

Re: [android-developers] Platform independent APIs for non mobile platform.

2012-01-21 Thread Pratik Prajapati
I want to keep my piece of software Independent of android architecture. I still need android for market apps, games and its cool GUI as my base platform. but my jars and libraries should not depend on android. (or very less dependent). e.g. There is bound/unbound services in Android for doing

Re: [android-developers] Platform independent APIs for non mobile platform.

2012-01-21 Thread Mark Murphy
On Sat, Jan 21, 2012 at 10:29 AM, Pratik Prajapati pratik.prajap...@gmail.com wrote: I want to keep my piece of software Independent of android architecture. I still need android for market apps, games and its cool GUI as my base platform. but my jars and libraries should not depend on android.

[android-developers] Re: Android webview retain form data when orientation changes

2012-01-21 Thread IndianDragon
I tried using webview with dynamic fragment. Yet still I could not achieve what I want. the data is not retained still. I tried to build a logic based on this example on FragmentRetainInstance (http://developer.android.com/resources/samples/

[android-developers] Re: Rendering Problem with GLSurfaceView

2012-01-21 Thread ScheffsBlend
I can't figure out what I'm doing wrong. I think it might have to do with the colors you are using. You clear the screen with (0,0,0,1) and you draw with Colorado (0,0,0,1). Things may be working right, but you just can't see them. -clark- -- You received this message because you are

Re: [android-developers] Re: Rendering Problem with GLSurfaceView

2012-01-21 Thread Thomas Fjellstrom
On Sat Jan 21, 2012, ScheffsBlend wrote: I can't figure out what I'm doing wrong. I think it might have to do with the colors you are using. You clear the screen with (0,0,0,1) and you draw with Colorado (0,0,0,1). Things may be working right, but you just can't see them. onDrawFrame is

[android-developers] Re: Downloaded .apk file always gives package parsing error on installations

2012-01-21 Thread rahul verma
On Jan 20, 5:45 pm, rahul verma rahulsgonnar...@gmail.com wrote: hi everyone, i am caught in a big problem... I have made a downloading app. it works fine ,but one big problem is there. When i am downloading a .apk file using my code,on installing the downloaded file i am always getting

Re: [android-developers] Re: Rendering Problem with GLSurfaceView

2012-01-21 Thread Harri Smått
On Jan 21, 2012, at 7:43 PM, Thomas Fjellstrom wrote: On Sat Jan 21, 2012, ScheffsBlend wrote: I can't figure out what I'm doing wrong. I think it might have to do with the colors you are using. You clear the screen with (0,0,0,1) and you draw with Colorado (0,0,0,1). Things may be working

Re: [android-developers] Re: Downloaded .apk file always gives package parsing error on installations

2012-01-21 Thread Kristopher Micinski
So I'm guessing you were reading extra crap to the end of your file or something? Thus causing (at the least) your length to be off.. kris On Sat, Jan 21, 2012 at 12:56 PM, rahul verma rahulsgonnar...@gmail.com wrote: On Jan 20, 5:45 pm, rahul verma rahulsgonnar...@gmail.com wrote: hi

Re: [android-developers] Re: Downloaded .apk file always gives package parsing error on installations

2012-01-21 Thread Harri Smått
On Jan 21, 2012, at 7:56 PM, rahul verma wrote: replacing in.read(data, 0, 1024) by in.read(data) , the downloaded apk now installs normally ... fewww. Also, it shouldn't do any harm to add bout.flush() before you close it. Just in case. -- H -- You received this message because you

Re: [android-developers] Re: Rendering Problem with GLSurfaceView

2012-01-21 Thread Christopher Van Kirk
Could it be a missing modelview matrix? You're drawing everything at z of zero, and not specifying a model matrix. Maybe that means that the eye is sitting right where you're drawing. Try scrolling out a bit in the model and see if that helps. Also, if you're drawing in 2d, why are you

Re: [android-developers] Re: Rendering Problem with GLSurfaceView

2012-01-21 Thread Thomas Fjellstrom
On Sat Jan 21, 2012, Harri Smått wrote: On Jan 21, 2012, at 7:43 PM, Thomas Fjellstrom wrote: On Sat Jan 21, 2012, ScheffsBlend wrote: I can't figure out what I'm doing wrong. I think it might have to do with the colors you are using. You clear the screen with (0,0,0,1) and you draw

Re: [android-developers] widget stop working after force close in setting page

2012-01-21 Thread TreKing
On Sat, Jan 21, 2012 at 3:36 AM, dara kok mrpc.cambo...@gmail.com wrote: A button, I refer to the option to force close an app under application section in android system setting page. That does not make a ton of sense to me.

Re: [android-developers] widget stop working after force close in setting page

2012-01-21 Thread Kristopher Micinski
I believe what he's saying is that once you do a force close from the settings app, his app no longer works correctly. kris On Sat, Jan 21, 2012 at 1:46 PM, TreKing treking...@gmail.com wrote: On Sat, Jan 21, 2012 at 3:36 AM, dara kok mrpc.cambo...@gmail.com wrote: A button, I refer to the

[android-developers] Question Regarding Table Layout

2012-01-21 Thread Mark Phillips
I have a table layout with 2 columns. One column has a MultiAutoCompleteTextView, the other has a Spinner. The data in the Spinner is only 3 characters. Both columns take an equal amount of space. How do I shrink the column with the Spinner and expand the column with the TextView? Thanks! Mark

[android-developers] Re: Downloaded .apk file always gives package parsing error on installations

2012-01-21 Thread skink
On 21 Sty, 18:56, rahul verma rahulsgonnar...@gmail.com wrote:  well well well After trying to search for an answer online, wasting hours trying myself and finally slamming my head on a wall i found the reason of error replacing in.read(data, 0, 1024) by in.read(data) , the downloaded

Re: [android-developers] Question Regarding Table Layout

2012-01-21 Thread Mark Murphy
Add android:stretchColumns to the TableLayout. Or, add android:shrinkColumns to the TableLayout. On Sat, Jan 21, 2012 at 2:08 PM, Mark Phillips m...@phillipsmarketing.biz wrote: I have a table layout with 2 columns. One column has a MultiAutoCompleteTextView, the other has a Spinner. The data

Re: [android-developers] Re: Partial invalidation in custom Android view with hardware acceleration

2012-01-21 Thread Andrew Hughes
Thanks. It does as of API level 12 (Android 3.2.) I would recommend you switch to using hardware AA lines if possible (all devices that shipped with API level 11 should have now be upgraded to 12.) Make sure to use drawLines() as well to batch the geometry. Unfortunately both devices I have

Re: [android-developers] Regarding integration of ffmpeg libraries with android sdk

2012-01-21 Thread TreKing
OK, here is a reply. On Fri, Jan 20, 2012 at 3:37 AM, Himanshi Saxena himansh...@gmail.comwrote: I am new to android programming and dont have much experience. I would really appreciate any help in this regard.. Read the documentation and samples and find yourself a good book or tutorials

Re: [android-developers] Re: Rendering Problem with GLSurfaceView

2012-01-21 Thread Thomas Fjellstrom
On Sat Jan 21, 2012, Christopher Van Kirk wrote: Could it be a missing modelview matrix? You're drawing everything at z of zero, and not specifying a model matrix. Maybe that means that the eye is sitting right where you're drawing. Try scrolling out a bit in the model and see if that helps.

[android-developers] Dynamic ImageButtons

2012-01-21 Thread Ubiracy Santos
Can anyone give me an idea of how to create dynamic buttons? For example ascreen that has 6 buttons with different actions. I own a web service that returns me an xml file that says where it goes when we touch the button. One of the buttons can start another one can open a website listing

[android-developers] Re: Eclipse

2012-01-21 Thread sim
Kalder stefank21 at gmail.com writes: Ok, I've been searching and searching a lot, I've seen people post the same problem on forums a lot, though non of the solutions that were suggested are working. I tried disabling my firewall/virusscanner and windows firewall too, I tried adb

[android-developers]

2012-01-21 Thread b0592221069
ارسل بواسطة تقنية بلاك بيري من زين -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers]

2012-01-21 Thread Marcelo Henrique
language English please ! 2012/1/21 b0592221...@gmail.com ارسل بواسطة تقنية بلاك بيري من زين -- 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

[android-developers] Image Quality problems using Canvas and canvas.scale(Scale, Scale);

2012-01-21 Thread JamesColeman
I am having Image Quality problems using Canvas and canvas.scale(Scale, Scale); they look exactly like the following: http://stackoverflow.com/questions/2041207/android-quality-of-the-images-resized-in-runtime I believe I have read all the posts on image quality problems when re- sizing bitmaps,

[android-developers] Spinner example has no prompt

2012-01-21 Thread Ray Tayek
hi, newbie here. i downloaded the sdk and the eclipse plugin a few days ago. running the spinner example shows earth. the prompt is not visible in the emulator. also, the spinner prompts in my project are not visible in the emulator. stackoverflow has some info:

[android-developers] Android Webview - How to retain text data when orientation changes

2012-01-21 Thread IndianDragon
I want to retain the text data in the webview (i.e the data entered in the text box of the form in the url loaded) across the orientation changes. I used, onSaveInstanceState() restoreState(savedInstanceState) it restores previous state but not the values. I resorted to use webview with

[android-developers] Re: Sending mail through GMail (again...)

2012-01-21 Thread Kookamonga
In case any one is reading this later, the solution I settled on was porting the Python xoauth.py script to Java and integrating into my app. In retrospect, this was a stupid idea and wholly unnecessary. :-) Because, at the end of the day, the behaviour is *identical* to the solution described

Re: [android-developers]

2012-01-21 Thread arun kumar
Submitted by IT Zain BlackBerry On Sun, Jan 22, 2012 at 6:21 AM, Marcelo Henrique marceloh...@gmail.comwrote: language English please ! 2012/1/21 b0592221...@gmail.com ارسل بواسطة تقنية بلاك بيري من زين -- You received this message because you are subscribed to the Google Groups

[android-developers] ScrollView (fill_parent)

2012-01-21 Thread John
Hi, I have a scroll view with height=fill_parent. The child is a LinearLayout with height=fill_parent. I then have a TableLayout and two Buttons as children of the LinearLayout. I want the buttons to have layout_gravity=bottom but the LinearLayout does not appear to be filling the height of

[android-developers] Re: Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-01-21 Thread Doug
You're right about the Note being stupid. But I'll tell you exactly why it's stupid, because I went through this too. There is a thread in this group if you want to find and follow that. The note is large, which is technically within bounds. Large screen, according to Google documentation, can

[android-developers] Re: Regarding integration of ffmpeg libraries with android sdk

2012-01-21 Thread Doug
To be honest, the level of effort to get ffmpeg playing video well on Android is probably way beyond the amount of time you have for a college project. The people who make this happen are usually manipulating hidden native Android APIs, which a bad idea anyway unless you can handle the pain it