Re: [android-developers] Issues in changing custom title bar

2010-07-27 Thread Webnet Android (Google)
Rajesh Pelluru wrote on 2010-07-27 11:44: Hi, I have below requirement : App name is App1. Activity name is Activity1. But I want to display title bar of the Activity1 as MyTitle If i try to do that one , App1 appears for few seconds after that MyTitle is

Re: [android-developers] Re: Issues in changing custom title bar

2010-07-27 Thread Webnet Android
2010/7/27 Rajesh Pelluru mail2pell...@gmail.com: Nope . Actually I created layout custom_title_2 for my title bar and I added below code in my activity class If you want just set a string as activity's title then setTitle() method is all you need. -- You received this message because you are

Re: [android-developers] Effect of copying assets in Internal memory?

2010-07-26 Thread Webnet Android
On 26 July 2010 08:36, garry grv...@gmail.com wrote: I wanna store large number of images and videos on the INTERNAL memory. I wanna know if there is some specific % size of memory that can be used or is it upto maximum? What effect it will cause? Most probably your app end being rather

Re: [android-developers] Device Seeding Program for Top Android Market Developers

2010-07-25 Thread Webnet Android
Lol :) Looks like regular spam / hoax - top developerwith just 5k downloads and 3,5 (and note this half) rating? Sure :) Not to mention such offer would make no much sense. But it seem to always work - you just won . and people get so excited they stop thinking reasonably. Oh and there's

Re: [android-developers] Changing the content of an activity runtime

2010-07-24 Thread Webnet Android
I tried using setContentView(videoView), and then switching back with setContentView(T.layout.main), but it seems that, when going back to the main layout, all my buttons and text boxes are created again as You have to handle this yourself, i.e. by using sharedpreferencs and write/restore UI

Re: [android-developers] Re: How to update pre-installed apps

2010-07-24 Thread Webnet Android
On 24 July 2010 00:43, Albert albert8...@googlemail.com wrote: The thing is that because the app is pre-installed it does not appear under the downloads section on the Android Market. It makes no difference if app is preinstalled or downloaded. It will appear in Downloads section of Market as

Re: [android-developers] Andriod Email Flaw

2010-07-24 Thread Webnet Android
On 22 July 2010 22:47, Shulbert hulbert.s...@gmail.com wrote: Hello I have noticed a flaw in Android,  When connecting to an IMAP Android is OS. Problem you mention refers to stock Email application, not the OS itself. -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: How to update pre-installed apps

2010-07-24 Thread Webnet Android
Are you sure about that? Because I had Google Maps pre-installed on my G1 Not 100% sure now as it was a while ago I played with it, but this can be easily verified. Assuming you got rooted device put i.e. your old version of your app's APK in /system/apps or /data/apps and then launch Market to

Re: [android-developers] Changing the content of an activity runtime

2010-07-24 Thread Webnet Android
Would it be possible to go back to the last state of all the controls? Sure, but you would have to save the state yourself and restore it on switching. This sounds like overkill given the other options at your disposal. For some odd reasons I managed to forgot onSaveInstanceState() /

Re: [android-developers] Set a panel transparent

2010-07-24 Thread Webnet Android
On 24 July 2010 18:41, Pedro Teixeira pedroteixeir...@gmail.com wrote:        innerPaint = new Paint();                innerPaint.setARGB(255, 75, 75, 75); //gray first value of setARGB is alpha channel (transparency). Set it to i.e. 128 (half the scale) instead of 255 as alpha ranges between

[android-developers] ACTION_DATE_CHANGED broadcast delayed

2010-07-23 Thread Webnet Android
Hi, In our app we rely on ACTION_DATE_CHANGED broadcast to update some app elements (we register receiver in service). However we observed that ACTION_DATE_CHANGED is not broadcasted (or received by our app) immediately after date change and experiment shown even 5 minutes delay after either

Re: [android-developers] resource IDs and sharedUserId

2010-07-22 Thread Webnet Android
Hi Dianne, Thanks for your answer. It looks I wasn't precise enough, so my problem is this:I want to share some resources anong packages to reduce package size etc, however some some API calls I intent to use expect just resource ID as argument (i.e. notify()), which to my understanding prevent

Re: [android-developers] skin resource

2010-07-22 Thread Webnet Android
On 20 July 2010 05:46, diegomon...@gmail.com diegomon...@gmail.com wrote: Hi everyone Can this kind of files (buttons) be used to create android applications, or you must use predefined buttons? You can have custom look incl. images, color, styles etc. -- You received this message because

Re: [android-developers] resource IDs and sharedUserId

2010-07-21 Thread Webnet Android
Because of API calls that expect just resource ID as argument? Mark Murphy mmur...@commonsware.com wrote: On Tue, Jul 20, 2010 at 12:42 PM, Android webnet.andr...@gmail.com wrote: If I am not wrong with the way android:sharedUserId is intended to work, then my question is how to avoid

[android-developers] resource IDs and sharedUserId

2010-07-21 Thread Webnet Android
Hi, If I am not wrong with the way android:sharedUserId is intended to work, then my question is how to avoid overlapping resource IDs? appt seems to aways start IDs at the same initial value for given type of resource (i.e. drawables starts at 0x7f02), so there will be sort of conflict or

Re: [android-developers] Re: Resolution Problem in Nexus One

2010-07-21 Thread Webnet Android
On 21 July 2010 13:24, Engin Arslan enginarsla...@gmail.com wrote: any suggestions?? http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx -- 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] How to see database files of my phone?

2010-07-21 Thread Webnet Android
On 21 July 2010 13:44, Nency Robert avayam...@gmail.com wrote: HI, I want to see the database files of my phone is it possible? You have to root your phone. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send