[android-developers] Change frame size android

2011-08-30 Thread Naveen
Suppose we have a video, it's video frame size 320X220 (width , height ). i want to convert this video frame size in 480X360 by code java 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] CAN WE RUN THE APPLICATION AFTER THE PHONE IS LOCKED AND CONTINUE THE APPLICATION AFTER IT IS UNLOCKED

2011-08-30 Thread vishnu raj
SIR, I HAVE TO DEVELOP AN APPLICATION JUST LIKE A SCREEN SAVER WITH SLIDE SHOW OF PICTURES, AND WHEN THE PHONE IS UNLOCK , SELECTED PICTURE AND DETAILS SHOULD BE SHOWN FIRST BEFORE GOING TO HOME SCREEN. IS THIS POSSIBLE IN ANDROID. IF POSSIBLE , CAN YOU GIVE ME A HINT , HOW TO DO THAT? --

[android-developers] Re: How to long-press on emulator ?

2011-08-30 Thread kaundinya
try pressing the mouse for couple of seconds. and make sure you have written the code for long_press function. Regards, Nagaraj Rao On Aug 29, 6:56 pm, TreKing treking...@gmail.com wrote: On Mon, Aug 29, 2011 at 5:00 AM, Lotiste l.le...@gmail.com wrote: i'm trying to test the long-press on my

[android-developers] Re: Unable to open log device '/dev/log/main': No such file or directory

2011-08-30 Thread devgeeks
Doesn't seem to be a more normal Android to put on it yet. I ended up getting an HTC Wildfire S to develop on instead, sadly. Would still like to be able to use the Huawei, but I am at least able to debug on the HTC. -- You received this message because you are subscribed to the Google Groups

Re: Ang.: Re: [android-developers] Password protect an app

2011-08-30 Thread Jump
Thanks for the tip! But Pray doesn't work when switching between apps. For example, if you start a downloaded app from notification bar when pray is in the foreground and then go back, it won't show the password. This works with Dropbox. -- You received this message because you are subscribed

[android-developers] Re: How to long-press on emulator ?

2011-08-30 Thread Breakan
Have you wrote code like this? button.setOnLongClickListener(new ButtonOnLongClick())? On 8月29日, 下午6时00分, Lotiste l.le...@gmail.com wrote: Hello, i'm trying to test the long-press on my emulator (AVD 2.1-update 1) with no success (right clic, double clic etc). Somebody to help ? Thanks !

[android-developers] Re: G1

2011-08-30 Thread Doug
I think you need to call T-Mobile and talk to their customer support. You are asking questions that are not relevant to general Android development. By the way, have you tried loading Windows 7 on an old 486 with 16 MB of memory? That's what it's like trying to run Android 2.3 on a G1. The

[android-developers] Re: Large bitmap under a ListView/ScrollViews slows the scrolling

2011-08-30 Thread Doug
On Aug 26, 6:06 am, Andreea C andr33...@yahoo.com wrote: What is the reason the ListView/ScrollView behaves so slowly in this case?   Is the whole background redrawn when scrolling ? How can I solve this issue ? Use a smaller bitmap in the layout. Scale it down prior to adding it to your

[android-developers] Re: How do I change android to 24 bpp?

2011-08-30 Thread Doug
On Aug 28, 4:19 pm, dai dongfei dongfei@gmail.com wrote: My lcd supports 24 bpp(RGB888) and it can work normal in bootloader. I know the default setting of Android is 16 bpp. How do I change it to 24 bpp.        My android is 2.3.1 Read from the guy who probably implemented much of it:

[android-developers] handle byte memory here

2011-08-30 Thread Naveen
byte[] fullData = new byte[(int) filelen]; here it's byte array integer type so facing outofmemory data is range of long size. byte array not taking length long time default typecasting int -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Handling Adjacent Fragments in ViewPager Contributing to Options Menu

2011-08-30 Thread Mark Murphy
On Mon, Aug 29, 2011 at 11:57 AM, Jake Wharton jakewhar...@gmail.com wrote: I'd like to get opinions and thoughts on these two solutions (or any additional ones you can come up with). Well, considering that only one is currently possible, I would recommend that one. :-) The general modus

Re: [android-developers] Develop for Google Plus

2011-08-30 Thread AndrewD
Thanks, though I was hoping someone outside Google has already tried something. Couldn't find anything so I guess waiting is the only option. -- 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: Develop for Google Plus

2011-08-30 Thread AndrewD
On Tuesday, August 30, 2011 4:23:52 AM UTC+2, Zsolt Vasvari wrote: Why would a Google+ API be part of Android? Is the Google Maps API part of Android? No, it's not. 1. If you don't have anything useful to contribute for solving the issue, why bother posting at all? 2. Read carefully:

[android-developers] Re: application should not exists

2011-08-30 Thread James
It's just paused, not closed. When the call finishes and you come back. Camera would resume. This is the android way of multi-task. On Aug 29, 9:15 pm, mohanapriya mohanapr...@gloriatech.com wrote: Am in a camera and if any interruption occurs or if i need to attend the calls the application

[android-developers] Re: Can Android devices got normal computer viruses?

2011-08-30 Thread Zwiebel
Ok I know that there are some antivir programs, but these programs will show the attacks which were discussed by Chris? On aug. 29, 21:38, Nick Risaro nris...@gmail.com wrote: On Mon, Aug 29, 2011 at 5:14 PM, Zwiebel hunzwie...@gmail.com wrote: Ok, but people how can defend their devices

[android-developers] Re: sending POST data to GAE datastore from android

2011-08-30 Thread gjs
Hi, Look in the GAE log files as well, to see if the data is being received. Regards On Aug 30, 12:12 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Sun, Aug 28, 2011 at 10:19 AM, MK Z v5s12.msc...@gmail.com wrote: Hi, Ive been trying for days now to get form data send to GAE

[android-developers] Re: MapView

2011-08-30 Thread bob
Turns out I needed a Debug key, not just my Release key. On Aug 29, 11:37 pm, Robert Thau rst...@gmail.com wrote: The most common cause of this sort of misbehavior is forgetting to request internet access permission in the Android manifest (without which the MapView's background threads don't

[android-developers] Re: universal sim

2011-08-30 Thread gjs
Hi, Some phones don't use Sim cards... Regards On Aug 28, 4:24 am, bob robertm.taylo...@gmail.com wrote: why is there not a universal sim card ? buy it once and it stays activated no matter what phone or company u use? and is auto updated,and trackable thru gps.theres a thought for ya... --

[android-developers] Re: startDiscovery() of BluetoothAdapter not working

2011-08-30 Thread gjs
Hi, Is bluetooth adapter turned on ? Regards On Aug 26, 2:10 am, Pavan Karanam pavann.develo...@gmail.com wrote: IntentFilter iF=new IntentFilter(BluetoothAdapter.ACTION_DISCOVERY_STARTED); BroadcastReceiver br=new BroadcastReceiver() {        @Override         public void

[android-developers] Gallery Problem

2011-08-30 Thread Perry168
Hi, Today, I wrote a gallery example to show the photos. My problem is how to set the init 'position' isn't started from zero? For example: it has 9 photos. 1 to 9.jpg (array from 0 to 8) When the program started, the 1.jpg (position 0) always showed in gallery firstly. I would like the default is

[android-developers] pushpins

2011-08-30 Thread bob
Is there an easy way to add pushpins to a MapView? I would think there'd be a method like void addPushPin(String description, int latitude, int longitude) But, I don't see it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] pushpins

2011-08-30 Thread Kumar Bibek
I don't think you can do like that. It's a nice idea though. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Aug 30, 2011 at 1:44 PM, bob b...@coolgroups.com wrote: Is there an easy way to add pushpins to a MapView? I would think there'd be

[android-developers] Re: Gallery Problem

2011-08-30 Thread Kumar Bibek
gallery.setSelection(int) http://developer.android.com/reference/android/widget/AbsSpinner.html#setSelection%28int%29 On Aug 30, 1:11 pm, Perry168 perry...@netvigator.com wrote: Hi, Today, I wrote a gallery example to show the photos. My problem is how to set the init 'position' isn't started

[android-developers] Market APK device compatibility

2011-08-30 Thread Julius Spencer
Hi, I have an application which I have deployed to the Market and when I look at the application on the website (on my Android tablet) it says: This item is not compatible with your device Is there a way to figure out what is making the application incompatible? I can install the

[android-developers] Re: Gallery Problem

2011-08-30 Thread Perry168
o..o...oo.. success! Thanks Kumar! On 8月30日, 下午4時22分, Kumar Bibek coomar@gmail.com wrote: gallery.setSelection(int) http://developer.android.com/reference/android/widget/AbsSpinner.html... On Aug 30, 1:11 pm, Perry168 perry...@netvigator.com wrote: Hi, Today, I wrote a gallery

Re: [android-developers] pushpins

2011-08-30 Thread Mark Murphy
On Tue, Aug 30, 2011 at 4:14 AM, bob b...@coolgroups.com wrote: Is there an easy way to add pushpins to a MapView? Create an ItemizedOverlay and use it. https://github.com/commonsguy/cw-android/tree/master/Maps/NooYawk -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] Market APK device compatibility

2011-08-30 Thread Mark Murphy
Can you post a link to the Market listing? On Tue, Aug 30, 2011 at 4:27 AM, Julius Spencer jul...@msa.co.nz wrote: Hi, I have an application which I have deployed to the Market and when I look at the application on the website (on my Android tablet) it says: This item is not compatible

Re: [android-developers] Market APK device compatibility

2011-08-30 Thread Julius Spencer
Sure (but it's only published in New Zealand): https://market.android.com/details?id=nz.co.localist.android.llt I'm surprised there isn't a way to find this out... On 30/08/2011, at 8:37 PM, Mark Murphy wrote: Can you post a link to the Market listing? On Tue, Aug 30, 2011 at 4:27 AM,

Re: [android-developers] Market APK device compatibility

2011-08-30 Thread Mark Murphy
On Tue, Aug 30, 2011 at 4:42 AM, Julius Spencer jul...@msa.co.nz wrote: Sure (but it's only published in New Zealand): https://market.android.com/details?id=nz.co.localist.android.llt I'm surprised there isn't a way to find this out... You have the CALL_PHONE permission. If you do not also

Re: [android-developers] Market APK device compatibility

2011-08-30 Thread Julius Spencer
Ah thanks for the solution - I had just put that in for the next update in case it worked - thanks for that. The two devices I had that problem for were tablets. Is there any way to actually figure that out though - I mean, work backwards from a device? Regards, Julius. (Pity I missed the

Re: [android-developers] Market APK device compatibility

2011-08-30 Thread Mark Murphy
On Tue, Aug 30, 2011 at 4:51 AM, Julius Spencer jul...@msa.co.nz wrote: Is there any way to actually figure that out though - I mean, work backwards from a device? Not that I am aware of. MOTODEV has some static analysis stuff (integrated in Studio for Android, plus as a separate Web thing)

Re: [android-developers] sending POST data to GAE datastore from android

2011-08-30 Thread Daniel Drozdzewski
On 28 August 2011 02:19, MK Z v5s12.msc...@gmail.com wrote: Hi, Ive been trying for days now to get form data send to GAE datastore. Ive looked through stackoverflow and some other sites for example.. basically this is what i done: android side: public class myapp extends Activity {    

Re: [android-developers] Market APK device compatibility

2011-08-30 Thread Julius Spencer
Not that I am aware of. MOTODEV has some static analysis stuff (integrated in Studio for Android, plus as a separate Web thing) that might point out this issue. It would be really great if someone from the Market team noticed this as it is a little baffling and I don't really know what I can

[android-developers] Re: market problems (ratings and downloads)

2011-08-30 Thread Pent
My one on one support is strikingly similar to yours :) Should I compare thee, my One On One Support, to a Summer's Day ? No, in truth, you resemble more a Black Hole alas. Pent -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] handle byte memory here

2011-08-30 Thread NaveenShrivastva
How to handle here byte array size. On Tue, Aug 30, 2011 at 1:00 PM, Naveen kumarnaveen.si...@gmail.com wrote: byte[] fullData = new byte[(int) filelen]; here it's byte array integer type so facing outofmemory data is range of long size. byte array not taking length long time default

[android-developers] Re: Active install percent metric: now it's just ridiculous!

2011-08-30 Thread Pent
One prominent paid app I work on has achieved 100% active installs. What's funnier is that the number ratio reported is 179686 total to 187915 active (so, actually 105%?).  Unbelievable.  :-) Wh I hit 100% too! Long forgotten are those dark days (can it be a mere 3 months ago ?) when I was

Re: [android-developers] Re: java.lang.NoClassDefFoundError: android.os.AsyncTask

2011-08-30 Thread b0b
Interesting. I don't understand why another thread could make the classloader go bananas on loading AsyncTask though. Do you have more detail on what the unrelated thread did ? What was the unhandled exception ? In my app I'm not using any add API but I have a lot of threads launched early on,

[android-developers] Re: Disabling a set of 'reserved characters' from user Input?

2011-08-30 Thread bdk
Thanks Chris, that's for sure useful :) -- Mathieu On Aug 25, 5:00 pm, Chris crehb...@gmail.com wrote: On Thursday, August 25, 2011 4:35:33 AM UTC-4, bdk wrote: I'll go hunting for an 'official' list of locale-specific path separators... There's a constant in java.io.File named

Re: [android-developers] handle byte memory here

2011-08-30 Thread Daniel Drozdzewski
On 30 August 2011 10:27, NaveenShrivastva kumarnaveen.si...@gmail.com wrote: How to handle here byte array size. On Tue, Aug 30, 2011 at 1:00 PM, Naveen kumarnaveen.si...@gmail.com wrote: byte[] fullData = new byte[(int) filelen]; here it's byte array integer type so facing outofmemory data

Re: [android-developers] handle byte memory here

2011-08-30 Thread NaveenShrivastva
i am trying to retrieve meta data from media file approx 1gb File file = null; FileInputStream fis = null; byte fullData[] = null; byte requiredData[] = null; try{ file = new File(fileName); fis = new FileInputStream(file);

Re: [android-developers] Re: Disabling a set of 'reserved characters' from user Input?

2011-08-30 Thread Daniel Drozdzewski
On 30 August 2011 10:57, bdk mathieu.b...@gmail.com wrote: Thanks Chris, that's for sure useful :) Mathieu, Instead of doing cat and mouse chase of all possible path separators, just define, what characters you allow in a reg-ex. This will be much easier, as the file names have quite limited

Re: [android-developers] handle byte memory here

2011-08-30 Thread Daniel Drozdzewski
On 30 August 2011 11:02, NaveenShrivastva kumarnaveen.si...@gmail.com wrote: i am trying to retrieve meta data from media file approx 1gb Good Luck then! -- Daniel Drozdzewski -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] handle byte memory here

2011-08-30 Thread Mark Murphy
On Tue, Aug 30, 2011 at 6:02 AM, NaveenShrivastva kumarnaveen.si...@gmail.com wrote: i am trying to retrieve meta data from media file approx 1gb So? That does not mean you can allocate 1GB of memory. File file = null;        FileInputStream fis = null;        byte fullData[] = null;        

[android-developers] Re: developeing on a htc sensation

2011-08-30 Thread René
Well Now it seems like it updates the application everytime i try it.. Strange Thx for all the answers. On 29 Aug., 14:29, René tan...@get2net.dk wrote: Hi Sorry i have been very busy with my work and so, so i haven't had the time the last week to try. I dont know how to uninstall the

[android-developers] Re: Disabling a set of 'reserved characters' from user Input?

2011-08-30 Thread bdk
Hmm... Daniel, that's for sure the best approach! This one looks like nice option (using InputFilter): http://stackoverflow.com/questions/5500060/android-input-type-for-only-non-numeric-chars -- Mathieu On Aug 30, 12:07 pm, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: On 30

[android-developers] How to maintain session for webview for particular time

2011-08-30 Thread ANKUR GOEL
can anybody help me for maintain the session in webview suppose i am login in some url then i go different activities when i return back to webview it should show the last page only Thanks and Regards:- Ankur Goel 09019040351 S/W Engg. -- You received this message because you are subscribed

[android-developers] Re: Disabling a set of 'reserved characters' from user Input?

2011-08-30 Thread bdk
Ok, here some more resources: RegExp example: http://www.devdaily.com/blog/post/java/remove-non-alphanumeric-characters-java-string Windows filenames paths: http://msdn.microsoft.com/en-us/library/aa365247%28v=vs.85%29.aspx - - - On the other hand: how to deal with non-latin alphabets?

[android-developers] Re: Problem when scrolling on a dynamic GridLayout of CheckedTextView

2011-08-30 Thread luiX_
The problem was that every item was assigned the same ID. I solved the problem by implementing a custom adapter extending SimpleCursorAdapter and setting the ID in the newView method. 2011/8/29 luiX_ lui...@gmail.com Hi, Starting from the beginning, I build a custom grid loaded from a table

[android-developers] APK installation through WiFi

2011-08-30 Thread Giorgio Torres
Hi, I would like to know if anyone here has any idea on how can I send an APK through the WiFi internet and install it automatically? I'm developing a client-server system in which I need the server send the app installation to the client (this one is the android dev) when it is connected to

Re: [android-developers] Re: Disabling a set of 'reserved characters' from user Input?

2011-08-30 Thread Daniel Drozdzewski
On 30 August 2011 11:57, bdk mathieu.b...@gmail.com wrote: Ok, here some more resources: RegExp example:  http://www.devdaily.com/blog/post/java/remove-non-alphanumeric-characters-java-string Windows filenames paths:  http://msdn.microsoft.com/en-us/library/aa365247%28v=vs.85%29.aspx

Re: [android-developers] APK installation through WiFi

2011-08-30 Thread Mark Murphy
On Tue, Aug 30, 2011 at 7:06 AM, Giorgio Torres giorgio.tor...@yahoo.com wrote: Hi, I would like to know if anyone here has any idea on how can I send an APK through the WiFi internet and install it automatically? There is no way to install it automatically. I'm developing a client-server

[android-developers] Re: Disabling a set of 'reserved characters' from user Input?

2011-08-30 Thread bdk
A possibly catch-all solution: http://download.oracle.com/javase/tutorial/i18n/text/charintro.html :) -- Mathieu On Aug 30, 1:11 pm, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: On 30 August 2011 11:57, bdk mathieu.b...@gmail.com wrote: Ok, here some more resources: RegExp

Re: [android-developers] Re: Disabling a set of 'reserved characters' from user Input?

2011-08-30 Thread Daniel Drozdzewski
On 30 August 2011 12:17, bdk mathieu.b...@gmail.com wrote: A possibly catch-all solution:  http://download.oracle.com/javase/tutorial/i18n/text/charintro.html :) Indeed! That should work just fine and avoids use of RegEx. Thanks! -- Daniel -- You received this message because you are

[android-developers] Re: Is it possible to give gradient effect using code?

2011-08-30 Thread Mike
On Aug 29, 5:53 pm, Ash anan...@gmail.com wrote: I am trying to get rid of the XML file and do everything using code. Please let me know if this is possible. That's like swimming upstream - possible but not always an easy task -- You received this message because you are subscribed to the

[android-developers] Call state in more detail

2011-08-30 Thread pedramz
Is there any way to detect more detailed call state information? My main need is to detect Busy line and Answered call. -- 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

Re: [android-developers] APK installation through WiFi

2011-08-30 Thread Giorgio Torres
But how does Android Market or even the ADB (when we deploy an app to it through Eclipse), do that? Another way is I can send the apk to the client, an the owner must click on the apk object to install? De: Mark Murphy mmur...@commonsware.com Para:

Re: [android-developers] Market APK device compatibility

2011-08-30 Thread TreKing
On Tue, Aug 30, 2011 at 4:00 AM, Julius Spencer jul...@msa.co.nz wrote: It would be really great if someone from the Market team noticed this as it is a little baffling and I don't really know what I can do but ask here and hope someone can help if this were to happen again. You can ask here

Re: [android-developers] Re: market problems (ratings and downloads)

2011-08-30 Thread TreKing
This guy's none to pleased, lol. http://www.google.com/support/forum/p/Android+Market/thread?tid=21630131ddeccc15hl=en - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit

Re: [android-developers] Re: Active install percent metric: now it's just ridiculous!

2011-08-30 Thread TreKing
On Tue, Aug 30, 2011 at 4:28 AM, Pent supp...@apps.dinglisch.net wrote: I'd be roaring towards 120% if it wasn't for those pesky ki... that pesky if ( ap 100 ) ap = 100; LOL - frankly I'm surprised their code is that robust!

Re: [android-developers] APK installation through WiFi

2011-08-30 Thread Mark Murphy
On Tue, Aug 30, 2011 at 8:21 AM, Giorgio Torres giorgio.tor...@yahoo.com wrote: But how does Android Market or even the ADB (when we deploy an app to it through Eclipse), do that? Android Market is a privileged app. adb works outside of the device. Another way is I can send the apk to the

[android-developers] Google In-app billing feature! can it be used in 3rd party Store?

2011-08-30 Thread burnbrain
Dear All, Hello, I will make some application using Google in-app billing feature. And then I will upload it to other store not Android Market. Can I do it? Is it allowed by Google? or is there any technical issue? Please let me know about it. Thank you and best regards -- You received this

[android-developers] Re: App Suspended

2011-08-30 Thread Russell DuRoss
Don't know if this will help, but we had a problem with a trademark violation that was reported to Google by the trademark owner. Attached to the email from Google was the letter from the trademark owner, with contact info. So we got in touch with the trademark owner and offered to fix the

[android-developers] Re: NdefRecord(NdefMessage) extraction from the intent in a NFC design

2011-08-30 Thread Dominik
Though, some of the extras, especially EXTRA_NDEF_MESSAGES, might be null. All the extras provided by an intent behave as a map, i.e. if the extra is not defined, then null is returned, so you can also ask for the extra intent.getStringExtra(android.nfc.extra.SOMETHING) and you will get null

[android-developers] Re: Freemium Model with In-App Purchases

2011-08-30 Thread Russell DuRoss
Where does it stop. By their thinking, any link that goes to a place where purchasing can be done is under their patent? That means most advertising links are also covered by their patent (in their eyes)? On Aug 29, 9:40 pm, Christopher Van Kirk christopher.vank...@gmail.com wrote: That's not

Re: [android-developers] Re: market problems (ratings and downloads)

2011-08-30 Thread Wayne Wenthin
You guys need to drop the on one.Its One developer support. On Tue, Aug 30, 2011 at 5:40 AM, TreKing treking...@gmail.com wrote: This guy's none to pleased, lol. http://www.google.com/support/forum/p/Android+Market/thread?tid=21630131ddeccc15hl=en

[android-developers] get email client notifications after the send

2011-08-30 Thread Károly Holczhauser
Hello! I had wrote an app which is open the base email client, and after the user had sent the letter I arrive back to my app. I would like to give a Toast message if and only if the message had been sent succesfully. I had tried to use startActivtiyForResult and check it on onActivityResume,

[android-developers] Android ui design

2011-08-30 Thread suresh
hi guys please send code for android best design. am a android developer and i designed one app but my manager compring design with iphone . so please give me best design so i can design better than iphone . please. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Freemium Model with In-App Purchases

2011-08-30 Thread Wayne Wenthin
Darn and I was going to patent that! ;-) On Mon, Aug 29, 2011 at 6:40 PM, Christopher Van Kirk christopher.vank...@gmail.com wrote: That's not going to stop them from coming after you, and it'll be on you to explain the distinction in court (if they were really going to sue you). They

Re: [android-developers] Android ui design

2011-08-30 Thread Appaholics
There is no best design. You want help, be accurate. You want code from someone else, pay them. A lot. On Tue, Aug 30, 2011 at 8:15 PM, suresh sureshmca.sv...@gmail.com wrote: hi guys please send code for android best design. am a android developer and i designed one app but my manager

Re: [android-developers] Re: Active install percent metric: now it's just ridiculous!

2011-08-30 Thread Wayne Wenthin
Sheesh and I'm hanging on a measly 3% I must suck as a programmer.. On Tue, Aug 30, 2011 at 5:43 AM, TreKing treking...@gmail.com wrote: On Tue, Aug 30, 2011 at 4:28 AM, Pent supp...@apps.dinglisch.net wrote: I'd be roaring towards 120% if it wasn't for those pesky ki... that pesky if ( ap

Re: [android-developers] get email client notifications after the send

2011-08-30 Thread Mark Murphy
2011/8/30 Károly Holczhauser holczhau...@gmail.com:  I would like to give a Toast message if and only if the message had been sent succesfully. I had tried to use startActivtiyForResult and check it on onActivityResume, but I didn't worked, because I always get back to my app immedietly, when

[android-developers] How to Reset the ColorFilter of a RemoteView in an AppWidget

2011-08-30 Thread Ash McConnell
Hi Folks, I am setting a ColorFilter on one of my ImageViews with the following code: - views.setInt(myView, setColorFilter, myColour); Is there any way to remove this filter to return the colours to normal? I have tried using: - views.setInt(iconResource, setColorFilter, -1); Any

[android-developers] Re: Openssl for Android (libssl.so and libcrypto.so)

2011-08-30 Thread rickrvo
no one replies on the other group :\ I only have untill thursday to try this... any last help before I give up trying to compile this...? On 26 Ago, 13:45, rickrvo rick...@hotmail.com wrote: ok thnaks. I'll post my question on that group. On 26 Ago, 12:41, Daniel Drozdzewski

[android-developers] Re: CAN WE RUN THE APPLICATION AFTER THE PHONE IS LOCKED AND CONTINUE THE APPLICATION AFTER IT IS UNLOCKED

2011-08-30 Thread MrChaz
LIVE WALLPAPERhttp://android-developers.blogspot.com/2010/02/live-wallpapers.html -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] Android ui design

2011-08-30 Thread suresh achari
thank you dude for your replay i need help on listview design i want to display list of customer details please give style code for listview On Tue, Aug 30, 2011 at 8:19 PM, Appaholics raghavs...@appaholics.inwrote: There is no best design. You want help, be accurate. You want code from

Re: [android-developers] Android ui design

2011-08-30 Thread iñaki
Hi Suresh, this article is very good: http://android.cyrilmottier.com/?p=454 Enjoy it On 30 August 2011 17:22, suresh achari sureshmca.sv...@gmail.com wrote: thank you dude for your replay i need help on listview design i want to display list of customer details please give style code for

Re: [android-developers] Android ui design

2011-08-30 Thread Appaholics
Please use Google.com and please take some English grammar classes. On Tue, Aug 30, 2011 at 8:52 PM, suresh achari sureshmca.sv...@gmail.comwrote: thank you dude for your replay i need help on listview design i want to display list of customer details please give style code for listview

[android-developers] Re: How to Reset the ColorFilter of a RemoteView in an AppWidget

2011-08-30 Thread Ash McConnell
Aha, figured it out: - Setting the ColorFilter to 0 will clear the filter:- views.setInt(iconResource, setColorFilter, 0); Hope this helps All the best, Ash -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: EGL/OpenGL ES Frame Rate Stuttering

2011-08-30 Thread MrChaz
My first guess would be garbage collection. You use TraceView to get a nice graphical output of what's going 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

[android-developers] Re: P2P on NFC ~ Reader/Transmitter

2011-08-30 Thread MrChaz
You might want to look at libNFC -- 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] Handling Adjacent Fragments in ViewPager Contributing to Options Menu

2011-08-30 Thread Jake Wharton
Well both are possible if you only consider the scope of the v4 compatibility library. Since the implementation of the former solution would change the classes of Fragment, FragmentManager, and FragmentPagerAdapter in that library, the changes would not affect someone using their own native

[android-developers] Re: Every time got zero value when fetch / receive data from external USB Device to Android 3.1 USB Host tab device ?

2011-08-30 Thread Kimi
Hello, I'm working on the same project but with a Motorola Xoom with 3.2 and the FT232R version of the chip. I would like to share experiences with you. Please write me. Thanks, Ezequiel -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Every time got zero value when fetch / receive data from external USB Device to Android 3.1 USB Host tab device ?

2011-08-30 Thread Kimi
Hello, I'm working on the same project but with a Motorola Xoom with 3.2 and the FT232R version of the chip. I would like to share experiences with you. Please write me. Thanks, Kimi -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] using java decimal formatter outside USA

2011-08-30 Thread authorwjf
Hello All, I am running into an issue with some of my European users. To demonstrate the issue I isolated the following three lines of code: float gb = 0; DecimalFormat dfm = new DecimalFormat( #,###,###,##0.0 ); float mTotalRamInstalled = (float) new Float(dfm.format(gb)).floatValue(); I am

[android-developers] Problem installing the ADT Plugin for Eclipse

2011-08-30 Thread ORIT VIDERMAN
I am trying to build an Android development environment on my PC. But I'm encountering some problems, and desperately need help. Operating System: Windows 7 (64 bit) Installed components: - Android SDK (installer_r12-windows (from http://developer.android.com/sdk/index.html) - Eclipse Classic

Re: [android-developers] using java decimal formatter outside USA

2011-08-30 Thread Daniel Drozdzewski
On 30 August 2011 17:08, authorwjf wfran...@softlayer.com wrote: Hello All, I am running into an issue with some of my European users.  To demonstrate the issue I isolated the following three lines of code: float gb = 0; DecimalFormat dfm = new DecimalFormat( #,###,###,##0.0 ); From API:

[android-developers] The function root() of the Renderscript

2011-08-30 Thread Macotonalds
I am studying renderscript recently. Hello everyone, I am studying Renderscript recently. Then I have a qustion about Renderscript. What do arguments of the root() function correspond to? For example the root() of HelloCompute in the AndroidSDK has some arguments as follows. void root(const

[android-developers] Can we create two ThreadPoolExecutor running on android?

2011-08-30 Thread usher
AsyncTask is managing a thread pool with 5 core thread. Once we start to use AsyncTask, it will start to set up this thread pool on android phone. The reason I don't want to AsyncTask is because I am going to create a service, and start threads from service, which means there is not much UI

Re: [android-developers] Handling Adjacent Fragments in ViewPager Contributing to Options Menu

2011-08-30 Thread Dianne Hackborn
On Tue, Aug 30, 2011 at 12:35 AM, Mark Murphy mmur...@commonsware.comwrote: The general modus operandi of the core Android team seems to be we scratch our itches and may help scratch the itches of others that contribute itch-related code. Well except no it isn't, and that is pretty

Re: [android-developers] Handling Adjacent Fragments in ViewPager Contributing to Options Menu

2011-08-30 Thread Dianne Hackborn
On Mon, Aug 29, 2011 at 8:57 AM, Jake Wharton jakewhar...@gmail.com wrote: *Problem:* When using fragments with a ViewPager two two fragments which are adjacent to the currently selected page are instantiated and cached to provide smooth scrolling in either direction with as little lag as

Re: [android-developers] mailing list problems

2011-08-30 Thread Appaholics
I think the list is moderated for first time posters. On Tue, Aug 30, 2011 at 10:37 PM, John Goche johngoch...@googlemail.comwrote: Hello, Last week I subscribed to this mailing list but could not post. I wonder whether anyone else is experiencing the problem that it seems to take a long

[android-developers] Displaying images in WebView... Which way is most efficient?

2011-08-30 Thread ivan
In my research I've seen two ways to display an image in a WebView. 1.) Load a Base64 string with the raw image bytes, as done here: http://stackoverflow.com/questions/5267124/how-to-display-image-with-webview-loaddata Or... 2.) Reference an image from the assets directory, as done here:

[android-developers] Re: Emulator has Alzheimers (forgets who it is)

2011-08-30 Thread albnok
This is why: [2011-07-26 22:28:10 - YeauxDudimus] Still no compatible AVDs with target 'Android 3.2': Aborting launch. [2011-07-26 22:28:10 - YeauxDudimus] Performing com.bobas.YeauxDudimusActivity activity launch [2011-07-26 22:28:34 - YeauxDudimus] ERROR: Application requires API version 13.

Re: [android-developers] Mono for Android

2011-08-30 Thread Tom Opgenorth
There is only one book that I'm aware of, and I don't know if it got published / will be published or not. Your best bet: http://android.xamarin.com/Community On Fri, Aug 26, 2011 at 22:11, Mousam Kumar m.ku...@covenantsystems.com wrote: Hello Friends, I am new to android based application.

[android-developers] mailing list problems

2011-08-30 Thread John Goche
Hello, Last week I subscribed to this mailing list but could not post. I wonder whether anyone else is experiencing the problem that it seems to take a long time to get permission to post. At least I will be happy if this mail gets through... Thanks, John Goche -- You received this message

Re: [android-developers] APK installation through WiFi

2011-08-30 Thread Dianne Hackborn
On Tue, Aug 30, 2011 at 6:08 AM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Aug 30, 2011 at 8:21 AM, Giorgio Torres giorgio.tor...@yahoo.com wrote: But how does Android Market or even the ADB (when we deploy an app to it through Eclipse), do that? Android Market is a privileged app.

Re: [android-developers] Re: Using AndroidHttpClient as a singleton.

2011-08-30 Thread Nathan
That is true. I don't expect to need more than 20 connections total, but possibly 3-6 connections per route; I don't know what is optimal yet. Nathan -- 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] Handling Adjacent Fragments in ViewPager Contributing to Options Menu

2011-08-30 Thread Mark Murphy
On Tue, Aug 30, 2011 at 12:49 PM, Dianne Hackborn hack...@android.com wrote: On Tue, Aug 30, 2011 at 12:35 AM, Mark Murphy mmur...@commonsware.com wrote: The general modus operandi of the core Android team seems to be we scratch our itches and may help scratch the itches of others that

Re: [android-developers] mailing list problems

2011-08-30 Thread Mark Murphy
Yes, it definitely is. On Tue, Aug 30, 2011 at 1:11 PM, Appaholics raghavs...@appaholics.in wrote: I think the list is moderated for first time posters. On Tue, Aug 30, 2011 at 10:37 PM, John Goche johngoch...@googlemail.com wrote: Hello, Last week I subscribed to this mailing list but

[android-developers] Re: Get digit mobile number

2011-08-30 Thread albnok
You can get it from some operators - Google Line1Number. I do know though, that some Mobile Virtual Network Operators don't let you see your MSISDN, and you have to ask them for an API to convert IMSI to MSISDN. On Jul 29, 3:42 pm, Amit Mangal forum.amit.man...@gmail.com wrote: Mobile number

  1   2   >