[android-developers] Re: Background for hi-res 512x512 app icon?

2010-11-18 Thread String
On Nov 18, 6:27 am, Zsolt Vasvari zvasv...@gmail.com wrote: I just upscaled my normal icon alpha channel and all and had no problem uploading it... It'll take the upload, sure, but it renders it on a black background (at least it did mine). String -- You received this message because you

[android-developers] Re: Backup of APK to SDCard.. Astro file manager does it...

2010-11-18 Thread String
Non-forward-locked APKs are just stored in /data/app, and can be copied the same as any other file. If an app is forward-locked - what the Market calls copy protected - it's kept in a different dir with system-level privs. Which means that you need a rooted device to get at it... but this is the

[android-developers] Re: 512x512 high res icon required?

2010-11-18 Thread String
On Nov 17, 10:58 pm, Zsolt Vasvari zvasv...@gmail.com wrote: So did any of you actually create a 512x512 icon?  I had to upsize my 72x72 icon to 512x512 just to be able to upload my update.  WTF? I was fortunate in that I'd already created 512px icons for a different market. But yeah,

[android-developers] Re: Background for hi-res 512x512 app icon?

2010-11-18 Thread webmonkey
Yes, it just ignores the alpha channel and that is why transparent pixels or black. I'll just add a white background for now. On Nov 18, 9:14 am, String sterling.ud...@googlemail.com wrote: On Nov 18, 6:27 am, Zsolt Vasvari zvasv...@gmail.com wrote: I just upscaled my normal icon alpha

[android-developers] how display pdf file from network in own activity EOM

2010-11-18 Thread Shrenik Vikam
Thanks in advance Shrenik vikam. -- 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: 512x512 high res icon required?

2010-11-18 Thread ymst
I(We) want to know a guideline and it should be documented asap. - just a high res icon? with black background? white? - high res image with some additional graphic enhancement compared to normal(low res) icon? - image with some texts? - like an ads banner? and also want to know an usage of

[android-developers] Re: Android Project association with an emulator(s)

2010-11-18 Thread adithya
I have followed exactly the same steps you have mentioned. Lets say i goto run-run configurations and run project1 on AVD_1, the project runs on the specified target i.e. AVD_1 Now, i goto run-run configurations and run project2 on AVD_2, the project runs on the specified target i.e. AVD_2 When

[android-developers] Re: 512x512 high res icon required?

2010-11-18 Thread MrChaz
You forgot to mention the required 1024 'feature' image as well, whatever the hell that is! On Nov 17, 2:39 pm, ymst a...@gmail.com wrote: I've noticed that app's update/publish screen on Developer Console suddenly requires  High Resolution Application Icon which is 512x512 24bpp

[android-developers] Latest Glib on Android

2010-11-18 Thread B U J J I
Hi all, I want to use Latest Glib for my application in Android. As the already available glib-version for android is 2.13 very old. i want the latest stable version (like 2.24 or so..) Can anybody help me to set up glib in Android Thanks, Bujji -- You received this message because you are

[android-developers] Re: Android Project association with an emulator(s)

2010-11-18 Thread adithya
That is exactly what i have done. I ran project A by run-run configurations - target - AVD1 and the application was running on AVD1 I ran project B by run-run configurations - target - AVD2 and the application was running on AVD2 But i found that both the applications were running the same

[android-developers] Re: Android Project association with an emulator(s)

2010-11-18 Thread adithya
That is exactly what i have done. I ran project A by run-run configurations - target - AVD1 and the application was running on AVD1 I ran project B by run-run configurations - target - AVD2 and the application was running on AVD2 But i found that both the applications were running the same

Re: [android-developers] Guidelines on using Webview to render UI - getting approval for Market

2010-11-18 Thread Marcin Orlowski
On 18 November 2010 08:23, Rukksi holmesr...@gmail.com wrote: Hi, I'd like to use a webview to render teh whole UI by pointing it to an external site - basically point it to mob.mysite.com. Are there rules regarding this regarding getting approval for the Android market? There's no

[android-developers] Re: How to manage severla bitrmap for a ListView avoiding OutOfMemory?

2010-11-18 Thread Paolo
Thanks Victor, for your answer, but the adapter alone doesn't solve my problem. The softreference is cleared, by definition, when the system needs memory, not when then objects looses all the references. Thanks to Streets of Boston too, I haven't thounght about your solution with LinkedHashMap,

[android-developers] Re: Guidelines on using Webview to render UI - getting approval for Market

2010-11-18 Thread String
On Nov 18, 9:31 am, Marcin Orlowski webnet.andr...@gmail.com wrote: Do however expect lot of negative comments and 1 star rates for doing this. Not necessarily - it all depends on how it's done. Last I checked, for example, EverNote was using a webview to implement their native Android app,

[android-developers] SystemFeatureTest.java file location

2010-11-18 Thread channa kad
Hi, I am not able to find the file SystemFeaturesTest.java in android cts code. This is as part of CtsAppTestCases.apk which is built out of the source located in cts/tests/tests/app/src/android/app/cts/ folder. But i could not locate the file'SystemFeatureTest.java' in above path. Nor in

[android-developers] Re: Background for hi-res 512x512 app icon?

2010-11-18 Thread String
On Nov 18, 8:27 am, webmonkey webmonke...@gmail.com wrote: I'll just add a white background for now. That's what I've done. My working assumption is that these new assets are for the long-discussed web Market, and Google's strong preference is for white backgrounds on their web pages. String

[android-developers] Re: 512x512 high res icon required?

2010-11-18 Thread webmonkey
I also dispute the whole notion of a 512px icon. By definition, an icon is a simple image which looks good at a small size. Even if you have the source graphics, an icon which works well at 48px is likely to look stupid when upsized to 512px. /grumble Perhaps this will help:

[android-developers] Re: How to wake up a thread with the TERMINATED state?

2010-11-18 Thread viktor
Could you try call Thread.run(). I did as you and works fine. This is my example: if(this.getState().equals(Thread.State.NEW)){ start(); } else if(this.getState().equals(Thread.State.TERMINATED)) { this.run(); } All operation I do in Thread class. On 17 Лис, 21:27, Kumar Bibek

[android-developers] flash stopped with exclamation mark..

2010-11-18 Thread choi
Android 2.2 (froyo) is updated for GallxyS 2 days ago. so i just try to make it updated on the webpage to play. whenever i did, it just stoped with play button? or exclamation mark. what i did is following. In main activity, webview = new Webview(this);

[android-developers] Re: flash stopped with exclamation mark..

2010-11-18 Thread choi
Additionally, is there any limitation of memory size for the swf file? On 11월18일, 오후6시53분, choi devmc...@gmail.com wrote: Android 2.2 (froyo) is updated for GallxyS 2 days ago. so i just try to make it updated on the webpage to play. whenever i did, it just stoped with play button? or

[android-developers] Re: ConnectionPoolTimeoutException with DefaultHttpClient / ThreadSafeClientConnManager

2010-11-18 Thread viktor
You also can use next params: ConnPerRoute connPerRoute = new ConnPerRouteBean(CONNECTION_PER_ROUTE); ConnManagerParams.setMaxConnectionsPerRoute(params, connPerRoute); Where CONNECTION_PER_ROUTE is number of simultanious connections to the same host On 18 Лис, 01:13, ernestw

[android-developers] Re: Adding separators to a ListView

2010-11-18 Thread Neilz
Hi Kostya. It's making sense to me now, thanks for the tip. The only thing I need to know now: I need to pass my List a Collection of custom objects, not a Cursor. So for example I have a standard object with getName(), I want to pass a List of these and the name element is what appears on the

Re: [android-developers] Resetting a value weekly

2010-11-18 Thread Vinay Julme
You could use a remote service. I guess that would be better compared to an activity. There maybe a better solution available using Broadcast Receivers but haven't looked into it. On Wed, Nov 17, 2010 at 9:25 AM, drewin drew.nguye...@gmail.com wrote: I want to reset a counter every week in an

[android-developers] start Activity in reciver class

2010-11-18 Thread booooooooooooo
Hi all, this is vinod i have been saving problem while i am starting Activity in reciver so i would know this is the way or not for start activity in reciver regards vinod -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: cannot click on suggestion of AutoCompleteTextView

2010-11-18 Thread Christophe
bump for information, here is the adapter i use for the AutocompleteTextView : import java.io.InputStream; import android.content.ContentResolver; import android.content.ContentUris; import android.content.Context; import android.database.Cursor; import android.graphics.BitmapFactory; import

[android-developers] changes to Android Market

2010-11-18 Thread Éva Lovrencsics
Hello, Sorry to disturbing you, but everybody got a message from Android Market about the changes. It says: A “feature” graphic, landscape aspect ratio, 1024 x 500 (required). What is a feature graphic? I googled it but didn't find any example. Evi -- You received this message because you are

[android-developers] view overlap

2010-11-18 Thread Shalini
Hi I had created a custom view as gallery item. My custom view contains an image view and a textview. I want textview to be below of imageview but it overlaps. Please how to do this Custom_view.xml ?xml version=1.0 encoding=utf-8? RelativeLayout android:id=@+id/widget28

[android-developers] how to increase camera resolution??

2010-11-18 Thread xi developer
I run my application with camera functionality implemented in an android-powered phone, but the camera image I got always has small resolution. It seems by default, the android camera resolution is small (e.g. 640*410), how to increase the resolution (e.g. to 1024 * 768), I use the following code

Re: [android-developers] Re: 512x512 high res icon required?

2010-11-18 Thread Daniel Drozdzewski
On Thu, Nov 18, 2010 at 9:16 AM, MrChaz mrchazmob...@gmail.com wrote: You forgot to mention the required 1024 'feature' image as well, whatever the hell that is! The featured 1024 is in case your app gets featured, obviously... you are right, I am guessing. The whole thing must be a quiet (half

Re: [android-developers] view overlap

2010-11-18 Thread sathvik
May be parent container of ur custom view is not allowing your textview to get below the imageview , increase the height of parent container and check , check by giving marginTop (though it might not be the right soln) On Thu, Nov 18, 2010 at 4:02 PM, Shalini coolcool.shal...@gmail.com wrote:

[android-developers] Re: Problem with UI Thread which hangs up

2010-11-18 Thread umakantpatil
Hi, Below is the link which shows how my UI looks: http://i56.tinypic.com/6p89q8.jpg You can see those articles now. Article are coming from RSS of blog. So i m making question more simpler: I wrote code this way as follows: (Im giving code in short) public void onCreate(Bundle

[android-developers] Feature graphics image quality. o_O

2010-11-18 Thread sblantipodi
As title, I have just spended time to upload the feature graphic requested by android market (1024x500 pixel), I have uploaded it and o_O Hey, have you seen how it is ugly? The image looks terribly compressed once uploaded, why? -- You received this message because you are subscribed to the

Re: [android-developers] Re: Adding separators to a ListView

2010-11-18 Thread Kostya Vasilyev
Neil, If your data is sitting in an in-memory collection, you can still use my pattern, and in fact it's even easier. Derive your adapter from BaseAdapter, override getViewTypeCount, getItemViewType, and getView. Make a small change to isNewGroup, and get the previous data item from the

Re: [android-developers] Re: Best Design for Android App

2010-11-18 Thread Daniel Drozdzewski
Matt, - how essential is phone in your scenario? - I mean does it have to be essential in routing of messages to the server? What I mean is that you could simply open cheapo account at some commercial SMS gateway and it would give you a mobile number to send messages to and from plus an API. If

[android-developers] Re: Some coding errors from a novice

2010-11-18 Thread student
Hi James, whenever you add a new image, u should remember that, u have to add the same image in res folder - drawable (3 category) right same image to add these 3 category. otherwise i wont display image and its error should be No resources found. U can't edit the R.java, it will be build

Re: [android-developers] Re: Some coding errors from a novice

2010-11-18 Thread Kostya Vasilyev
Not true. It's enough to have images only in res/drawable to satisfy resource dependencies. This probably won't look good, and require alternate resources in res/drawable-hdpi-v4 and res/drawable-ldpi-v4, but that's another matter entirely. 2OP: You *never* edit R.java yourself. To add

[android-developers] Transactions

2010-11-18 Thread biokys
Hi, I am trying to find out, how to store data in a local DB and remotely over HTTP in one transaction. Does exist any native mechanism in Android phone for transactional behavior? Thx Honza -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: How to make a trial version which starts a limited amount of times?

2010-11-18 Thread Michael A.
On Nov 17, 9:57 am, MobileVisuals eyv...@astralvisuals.com wrote: I see, so do you know the best way to make a time limited trial? I assume that the License Verification Library (LVL) should not be used for this? I would not make a time-limited trial (that was kind of my point). With the way

Re: [android-developers] Transactions

2010-11-18 Thread Daniel Drozdzewski
On Thu, Nov 18, 2010 at 1:05 PM, biokys mulle...@gmail.com wrote: Hi, I am trying to find out, how to store data in a local DB and remotely over HTTP in one transaction. Does exist any native mechanism in Android phone for transactional behavior? Thx Honza Honza, Short answer is: I don't

Re: [android-developers] Problem using cancel method from a Toast in Main UI Thread

2010-11-18 Thread TreKing
On Tue, Nov 16, 2010 at 3:35 AM, Maxime maxx...@gmail.com wrote: I want to cancel a Toast to show the next one. Searching Google brings up a post from this very group: http://www.mail-archive.com/android-developers@googlegroups.com/msg68660.html

[android-developers] Re: 512x512 high res icon required?

2010-11-18 Thread Warren
There wasn't much notice, but there was an email that came from Android Market Support that gave a maintenance window and a list of changes to the market. I was also lucky enough to have designed my icon at 1024x1024, which I then downsize for antialiasing. As for my other apps, I guess I'll have

[android-developers] Re: Transactions

2010-11-18 Thread biokys
Hi Daniel, thx for your post my goal is to make data sharing among any users so they can store their information locally in SQLite (in case of no network connection) and when they want, they can synchronize these datas with central datastore (Google app engine). so i assume, that transactional

[android-developers] ListView row control

2010-11-18 Thread pedr0
Hi at all, there is a method for knows what rows are currently displayed in a ListView? I would like to use it for free memory. Thanks a lot. -- 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] power down handler

2010-11-18 Thread chcat
I have to handle power down event in my service, but so far I couldn't find how to receive power down event...Do I need to implement broadcast receiver functionality in my service? I would appreciate some pointers. -- You received this message because you are subscribed to the Google Groups

[android-developers] reading sound stream to speakers

2010-11-18 Thread Warren
Is there a way to read the signal being sent to the speakers / headphones? I would like to perform actions based on the music playing through the speakers. I could write my own media player so that I have direct access to the sound stream, but that seams like overkill. It would be much better

Re: [android-developers] ListView row control

2010-11-18 Thread Kostya Vasilyev
18.11.2010 17:20, pedr0 пишет: Hi at all, there is a method for knows what rows are currently displayed in a ListView? I would like to use it for free memory. Thanks a lot. See AdapterView: getFirstVisiblePosition, getLastVisiblePosition -- Kostya Vasilyev -- WiFi Manager + pretty widget

Re: [android-developers] Re: Transactions

2010-11-18 Thread Daniel Drozdzewski
On Thu, Nov 18, 2010 at 2:13 PM, biokys mulle...@gmail.com wrote: Hi Daniel, thx for your post my goal is to make data sharing among any users so they can store their information locally in SQLite (in case of no network connection) and when they want, they can synchronize these datas with

Re: [android-developers] Android ARM Direct SD Card I/O

2010-11-18 Thread TreKing
On Tue, Nov 16, 2010 at 3:47 AM, meconin meco...@gmail.com wrote: I need to directly read/write a file on sd card without cache. What does without cache mean? - TreKing

[android-developers] Re: ListView row control

2010-11-18 Thread pedr0
Thanks Kostya!It works! On 18 Nov, 15:26, Kostya Vasilyev kmans...@gmail.com wrote: 18.11.2010 17:20, pedr0 пишет: Hi at all, there is a method for knows what rows are currently displayed in a ListView? I would like to use it for free memory. Thanks a lot. See AdapterView:

Re: [android-developers] power down handler

2010-11-18 Thread Mark Murphy
On Thu, Nov 18, 2010 at 9:23 AM, chcat vlyamt...@gmail.com wrote: I have to handle power down event in my service, but so far I couldn't find how to receive power down event...Do  I need to implement broadcast receiver functionality in my service? I would appreciate some pointers. You will

[android-developers] Re: cannot click on suggestion of AutoCompleteTextView

2010-11-18 Thread Christophe
It work if I use a TextView instead of my custo layout (see my first post). Don't ask me why. So I cheated and set the picture of the contact as the background of the text view. The newView method now look like this : @Override public View newView(Context context, Cursor cursor, ViewGroup

[android-developers] Re: 512x512 high res icon required?

2010-11-18 Thread Christophe
well, that's great, but it would be better to know what we are suppose to put in these pictures (icon feature) and where it is going to be used BEFORE making it mandatory. On Nov 18, 2:48 pm, Warren warrenba...@gmail.com wrote: There wasn't much notice, but there was an email that came from

[android-developers] Re: Android ARM Direct SD Card I/O

2010-11-18 Thread webmonkey
Have you looked at fcntl ? @TreKing without cache means that the OS does not read the file into the cache to improve subsequent reading operations. Sometimes you don't want this. On Nov 18, 3:33 pm, TreKing treking...@gmail.com wrote: On Tue, Nov 16, 2010 at 3:47 AM, meconin meco...@gmail.com

[android-developers] Re: Transactions

2010-11-18 Thread biokys
Now it looks much easier for me, thx a lot Honza On 18 lis, 15:29, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: On Thu, Nov 18, 2010 at 2:13 PM, biokys mulle...@gmail.com wrote: Hi Daniel, thx for your post my goal is to make data sharing among any users so they can store

[android-developers] Recorded message

2010-11-18 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
Is it possible to play a recorded message when making a phone call. I mean to call a contact and when the call is answered to play immediately a recorded message. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Issue loading native libraries (i.e. System.load()/dlopen) on my Nexus One after FRG83 System update

2010-11-18 Thread David Turner
On Wed, Nov 17, 2010 at 7:24 AM, Piyush Khanna piyushkhann...@gmail.comwrote: Hi, I am an Android app developer, and I have purchased a Nexus One device which I use to continuously test my developed Android applications. Background: - One of the applications I developed

[android-developers] Re: ConnectionPoolTimeoutException with DefaultHttpClient / ThreadSafeClientConnManager

2010-11-18 Thread Eurig Jones
Thanks ernestw. You're probably right, but I'm going to have a closer look and monitor the connections. @victor. I've come across the connections per route params as well, and specifying them won't make any difference in this case as that does not effect how the connections are closed. On Nov

[android-developers] Backup in Android

2010-11-18 Thread uday
Hi All, Im trying to do the backing up of my application's data into the Google Servers.. For doing this i've implemented a BackupAgent in my code and i i included this in the Android Manifest file and Meta-data after registered my Application's package with the Android Backup Service. When i

Re: [android-developers] Recorded message

2010-11-18 Thread Mark Murphy
2010/11/18 ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ plia...@gmail.com: Is it possible to play a recorded message when making a phone call. I mean to call a contact and when the call is answered to play immediately a recorded message. Android has no access to the in-call audio stream at this time. If the phone is in

[android-developers] Re: Access sensors' data directly

2010-11-18 Thread babak
Thank you for your answer, Actually, I am using the HTC Desire and I just reach to 5Hz sampling rate with Java-API. But it is too low for me. Do know how to reach to 50Hz, it is not important whether by using standard API, JNI, or working on the my phone's kernel. Actually, It is also Ok for me,

Re: [android-developers] Recorded message

2010-11-18 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
Thnaks a lot Στις 18 Νοεμβρίου 2010 6:09 μ.μ., ο χρήστης Mark Murphy mmur...@commonsware.com έγραψε: 2010/11/18 ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ plia...@gmail.com: Is it possible to play a recorded message when making a phone call. I mean to call a contact and when the call is answered to play

[android-developers] Re: Access sensors' data directly

2010-11-18 Thread Bret Foreman
50Hz is nowhere near the capacity of the CPU to handle sensor data. I've run 2000 Hz on an ARM-7 and still had cycles to spare for other tasks. You'll need to create your own (C-code) ISR which loads values into a circular buffer and then unload the buffer from the Java side, passing the pointer

[android-developers] Re: Access sensors' data directly

2010-11-18 Thread babak
Hey Bret, Thank you for your fast answer. Actually I never did it before. How should I start? Do you have any related document which helps me? Thank you in advance, On Nov 18, 5:42 pm, Bret Foreman bret.fore...@gmail.com wrote: 50Hz is nowhere near the capacity of the CPU to handle sensor

Re: [android-developers] Re: Access sensors' data directly

2010-11-18 Thread David Toledo
Hi All Exist some way that the application can make using dialer calls and that the source app is remains visible Thanks David -- 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] Dialer Calls and app remains visible

2010-11-18 Thread David Toledo
Hi All Exist some way that the application can make using dialer calls and that the source app is remains visible Thanks David -- 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] Re: Access sensors' data directly

2010-11-18 Thread Ali Al-Mosawy
Hello I want to thank you if you stop this reave from all this email and my interesting not like that, please try and I thank you again. On Thu, Nov 18, 2010 at 6:17 PM, David Toledo dtole...@gmail.com wrote: Hi All Exist some way that the application can make using dialer calls and that

[android-developers] Re: Custom Navigator app questions

2010-11-18 Thread Spiral123
wow, you're in a rush. I thought you had all year for this project! Google have spent man-years of development effort to build a Maps solution. Rather than waste the effort to re-engineer it yourself why don't you leverage it to your advantage instead and do something creative and interesting

[android-developers] Re: Access sensors' data directly

2010-11-18 Thread Bret Foreman
babak, You are in the wrong discussion forum for this topic. You need to join the android-platform group where they talk about porting, drivers, special kernel builds, and so on. On Nov 18, 9:03 am, babak bnade...@gmail.com wrote: Hey Bret, Thank you for your fast answer. Actually I never did

[android-developers] Webview - Clearing cookies

2010-11-18 Thread Ashwini
I am trying to clear cookies using cookiemanager.setcookie , but somehow it doesn't seem to work. Anyone has any idea how to remove a cookie from a webview? -- 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: Using onCreateDrawableState

2010-11-18 Thread Bret Foreman
I'm trying to create a small edit icon that changes state after an edit has been made. The icon has a white background when no edit has been made and changes to a yellow background once the user has made edits. This let's the user know that the underlying data, which comes from an online source,

[android-developers] ATT HTC ARIA - Can not install APK

2010-11-18 Thread Néstor
I have been looking for 3 days on how to install an APK that I created with my SDK on my desktop. I was able to copy the APK from my desktop to my phone but now whenever I try to install the APK on my phone I get an message INSTALL BLOCKED For security, your phone is set to block installation of

Re: [android-developers] ATT HTC ARIA - Can not install APK

2010-11-18 Thread Mark Murphy
Option #1: Use the adb install command Option #2: If you are using Eclipse, set it up as a run target Option #3: Use the Sideload Wonder Machine: http://www.androidcentral.com/sideload-android-apps-all-you-want-sideload-wonder-machine On Thu, Nov 18, 2010 at 1:08 PM, Néstor rot...@gmail.com

[android-developers] New view for MediaController

2010-11-18 Thread André Barbosa
Hi all, i want alter the MediaController layout. I created MediaControllerAdapter class what extends MediaController for i can do some changes in layout of the MediaController. I already tried add a new View but the android doesn't show the view. So I need the MediaController layout in xml to do

Re: [android-developers] Re: Using onCreateDrawableState

2010-11-18 Thread Kostya Vasilyev
Bret, You can use a standard ImageButton, and a state-drawable that has a selector for android:state_selected. Then use setSelected(true) from your code. No custom component is necessary. -- Kostya 18.11.2010 20:59, Bret Foreman пишет: I'm trying to create a small edit icon that changes

[android-developers] What's a feature graphic supposed to contain? A list of features? Screenshots of features? (Why need screens then?)

2010-11-18 Thread niko20
So what exactly is a feature graphic... Thanks! -niko -- 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] start Activity in reciver class

2010-11-18 Thread TreKing
On Thu, Nov 18, 2010 at 4:24 AM, bo yada...@gmail.com wrote: so i would know this is the way or not for start activity in reciver Is what the way? You haven't posted any useful information to help you.

Re: [android-developers] What's a feature graphic supposed to contain? A list of features? Screenshots of features? (Why need screens then?)

2010-11-18 Thread YuviDroid
Mmmm...it's a misterynobody knowsGoogle? On Thu, Nov 18, 2010 at 7:19 PM, niko20 nikolatesl...@yahoo.com wrote: So what exactly is a feature graphic... Thanks! -niko -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: What's a feature graphic supposed to contain? A list of features? Screenshots of features? (Why need screens then?)

2010-11-18 Thread Patrick
Count me in, too, as someone interested in an explanation of this and the 512x512 icon (with no alpha??). Best I can tell is the feature graphic is used when an app gets featured by Google (not holding my breath...) - Patrick On Nov 18, 1:19 pm, niko20 nikolatesl...@yahoo.com wrote: So what

[android-developers] Update information in contacts

2010-11-18 Thread vnv
Hi, I am trying to update information in Contacts database, phonenumber. Analyzing following code: public ArrayListPhone getPhoneNumbers(String id) { ArrayListPhone phones = new ArrayListPhone(); Cursor pCur = this.cr.query(

[android-developers] Red spot in Moto Charm in EditText

2010-11-18 Thread Andrei
How can I programmatically get rid of red spot that comes in Moto Charm when you start typing into EditText? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Custom Navigator app questions

2010-11-18 Thread Mikey
Sorry, I didn't mean to seem pushy or anything, I'm just under a lot of pressure from my director to be making steady progress. I will look into overlaying the google maps this weekend. Is this part of the MapView structure? As for the touch events on buildings, the whole point of this app is

Re: [android-developers] Custom Navigator app questions

2010-11-18 Thread TreKing
On Sun, Nov 14, 2010 at 8:05 PM, Mikey mikeynic...@gmail.com wrote: Here's my first issue. With this implementation, the user is able to pan the picture out of the screen or zoom out until it only takes up a pixel or two. Is there any better implementation that will not allow the user to pan

[android-developers] Developing custom component for android, example - CustomSpinner

2010-11-18 Thread Vitaliy Tarasenko
Android CustomSpinner Component I've created a custom component which works like a lock of a safe. Component is an extention of ScrollView. It have ability to scroll inner views, but one an inner view always will be centered. After scrolling, the component will do own smooth scrolling to set

[android-developers] Is it possibile to setup a short-cut key to an android application.

2010-11-18 Thread Bo Huang
Hi all. Recently I was asked to add a short-key feature to an Android application which allow to directly launch an application. The short key can be back-button, or whatever any hard buttons. Thank in addvance. Regards, Bo Huang -- You received this message because you are subscribed to

Re: [android-developers] view overlap

2010-11-18 Thread TreKing
On Thu, Nov 18, 2010 at 4:32 AM, Shalini coolcool.shal...@gmail.com wrote: I want textview to be below of imageview but it overlaps. When using a RelativeLayout, you must specify what each child is laid out relative to. Otherwise the layout just stacks them, as you have seen.

[android-developers] Crash reports on Market

2010-11-18 Thread Doug Gordon
Anyone else having trouble getting Server error messages instead of their crash reports on AM? This didn't just start today after the recent updates -- I couldn't get them a couple days ago either. Doug Gordon GHCS Software -- You received this message because you are subscribed to the

[android-developers] Comping Android APK from commandline (Win32)

2010-11-18 Thread MarkG123
Hi, I am trying to find a standalone toolset that can compile Android java project/source code to a finished APK. Is there such a thing? I am not having much success finding anything... Currently I compile using Eclipse, but I want a minimal and standalone automated build system. Thanks. --

[android-developers] What Intent for Browser without URL

2010-11-18 Thread jotobjects
I want to invoke the internet browser app without giving it a URL to open. I have tried a couple of things. What seems to work is this - Intent webIntent = new Intent(Intent.ACTION_MAIN); webIntent.addCategory(Intent.CATEGORY_LAUNCHER); webIntent.addCategory(Intent.CATEGORY_DEFAULT);

[android-developers] Lib OCR para Android

2010-11-18 Thread Ray da Costa
Por favor, alguem saberia informar se existe alguma biblioteca OCR paa an adroid? -- Ray da Costa The best way to predict the future is to invent it. Alan Kay -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] What Intent for Browser without URL

2010-11-18 Thread Dianne Hackborn
That is a bogus Intent; it is just blind luck that it happens to only run into the browser as something that happens to match it, and you can't count on that doing what you want anywhere else. I don't believe there is a generic action to start the browser; you are supposed to start it by asking

[android-developers] Bluetooth No Android

2010-11-18 Thread Ray da Costa
*Pessoal alguem tem alguma dica de como usar **Bluetooth* - Sem

[android-developers] Re: Android Tab Layout

2010-11-18 Thread nikhil
It seems that this place is the text below the since I kept it blank. On Nov 17, 5:13 pm, nikhil nik...@gmail.com wrote: Hello, I am using the tab layout for my app, I have everything set up but there is one minor issue and I am not able to figure out any solution for it. I referred to the

[android-developers] Re: 512x512 high res icon required?

2010-11-18 Thread Doug Gordon
Yes, we really need to know the actual size of the graphic when it's viewed in order to figure out what to put in it. On my PC screen, 512x512 is HUGE and I could put a lot of detail in it, but if it gets shrunk down to a centimeter or two on a side on someone's tablet device, it's another story!

[android-developers] Re: Bluetooth No Android

2010-11-18 Thread Ray da Costa
Friends anyone have any tips on how to use Bluetooth - Wireless in andoid: You have to install anything? Ray da Costa The best way to predict the future is to invent it. Alan Kay -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Lib OCR para Android

2010-11-18 Thread Ray da Costa
Please inform anyone know if there is an adroid paa OCR library? 2010/11/18 Ray da Costa raydaco...@gmail.com -- Ray da Costa The best way to predict the future is to invent it. Alan Kay -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Backup of APK to SDCard.. Astro file manager does it...

2010-11-18 Thread Zsolt Vasvari
Yes, but we were told for a very long time not to use copy proctection. It would have been a nice gesture to actually tell us what it means -- that anybody with Astro Flie Manager can pirate our app. I was not aware of that and I was always in the belief that only rooted users could copy off the

[android-developers] Re: Android Tab Layout

2010-11-18 Thread Dan
This is something that snagged me a while back. If you check the platform layout tab_indicator.xml (android.R.layout.tab_indicator) everything will become clear. It is easy enough to replace this layout with something similar. -Dan On Nov 18, 2:57 pm, nikhil nik...@gmail.com wrote: It seems

[android-developers] xml for email app

2010-11-18 Thread John
Hi, Could anybody point me to the xml that gives a layout similar to the Android email app? Basically it's a list view, with 3 columns per row. The 1st and 3rd columns are fixed width, and the middle column expands to fill the view. I understand how to customize a list view, but I cannot

[android-developers] WebView Authentication help

2010-11-18 Thread Kyle
Hello Everyone! I've created an application which loads a WebView. In order to login, the website requires basic authentication. When i try to access the website via the default browser, I get a pop up box prompting me to enter my user name and password. If I try to access the website via my

[android-developers] Re: xml for email app

2010-11-18 Thread John
http://stackoverflow.com/questions/2061970/android-help-with-xml-of-a-complex-row-in-a-listview This post at stackoverflow got me far enough to where I could figure the rest out. Basically had to stop using a linear layout and use relative instead. -- You received this message because you are

  1   2   >