[android-developers] Is it true, Paid Aandroid apps from indian origin can not be published?

2011-05-13 Thread mack2978
Could any one from android support please confirm that Paid Aandroid apps from indian origin can not be published, it is true? -- 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] Out of three buttons, one button is not working

2011-05-11 Thread mack2978
Hi All, I am baffling with below issue. Out of three buttons, save button is not working and its onclick is not hitting. Any idea anyone.below code and XML i am using. setContentView(R.layout.myimageview); mImageView = (ImageView) findViewById(R.id.imageview);

[android-developers] Re: Not able to make perticualar pixels in image as transparent

2011-05-11 Thread mack2978
Thanks Bob On May 7, 11:24 pm, Bob Kerns r...@acm.org wrote: Perhaps this example (showing a variety of techniques) will be of assistance: https://groups.google.com/forum/#!search/authormsg:fametest,RtVO9WT4U... Among other things, it uses AvoidXfermode to select magenta pixels to be

[android-developers] Re: Out of three buttons, one button is not working

2011-05-11 Thread mack2978
I removed this still not working On May 11, 5:44 pm, Marcin Orlowski webnet.andr...@gmail.com wrote: On 11 May 2011 14:28, mack2978 smashmah...@gmail.com wrote:   android:onClick=selfDestruct Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy

[android-developers] Re: Out of three buttons, one button is not working

2011-05-11 Thread mack2978
No, it doesn't, I put breakpoint under onclick() but control doesn't come under it. On May 11, 8:14 pm, viktor victor.scherb...@gmail.com wrote: Is Button selector switches if you push the Button? On 11 Тра, 15:28,mack2978smashmah...@gmail.com wrote: Hi All, I am baffling with below

[android-developers] Re: Out of three buttons, one button is not working

2011-05-11 Thread mack2978
Great Viktor...It worked..but still i am clueless why it not worked using layout_alignRight? Anyways thanks.. On May 11, 9:14 pm, viktor victor.scherb...@gmail.com wrote: It's magic, Try to use android:layout_toRightOf=@id/. I guess one of yours button overlapped center button, try to play

[android-developers] Not able to make perticualar pixels in image as transparent

2011-05-06 Thread mack2978
Hi, I am trying to make specific colored pixels to transparent in an image. One solution may be to read each pixels and then manipulate them but it will be a performance issue. is there any way to achive it? thanks, Mack -- You received this message because you are subscribed to the Google

[android-developers] Not able to make perticualar pixels in image as transparent

2011-05-06 Thread mack2978
Hi, I am trying to make specific colored pixels to transparent in an image. One solution may be to read each pixels and then manipulate them but it will be a performance issue. is there any way to achive it? thanks, Mack -- You received this message because you are subscribed to the Google

[android-developers] issue with setting wallpaper using wallpaperManager.setBitmap

2011-05-05 Thread mack2978
Hi All, I am trying to set the image as wallpaper from code and it is working fine. But when i looked the setted wallpaper, it seems to be streched, any idea, why it has streched? below is my code: package com.example.HelloGridView; import java.io.IOException; import

[android-developers] Re: issue with setting wallpaper using wallpaperManager.setBitmap

2011-05-05 Thread mack2978
Anybody pls answer this? On May 5, 4:29 pm, mack2978 smashmah...@gmail.com wrote: Hi All, I am trying to set the image as wallpaper from code and it is working fine. But when i looked the setted wallpaper, it seems to be streched, any idea, why it has streched? below is my code: package

[android-developers] Re: store image from my application to some internal device storage

2011-05-05 Thread mack2978
, but is still the shared directory.) On Wed, May 4, 2011 at 10:38 AM, mack2978 smashmah...@gmail.com wrote: I am newbie and this is very basic question.. I want to store image from my application to some internal device location(not external SD card). Can anyone please let me know which

[android-developers] Re: How to add wallpapers from my application code to the Wallpaper Gallery (Home Screen MENU Wallpaper Wallpaper gallery)

2011-05-04 Thread mack2978
mack On Apr 27, 12:42 pm, mack2978 smashmah...@gmail.com wrote: Pls help me On Apr 27, 12:08 pm, mack2978 smashmah...@gmail.com wrote: Hi All, I want to add wallpapers from my application code to theWallpaper Gallery (HomeScreenMENUWallpaperWallpapergallery). Can anybody please help

[android-developers] store image from my application to some internal device storage

2011-05-04 Thread mack2978
I am newbie and this is very basic question.. I want to store image from my application to some internal device location(not external SD card). Can anyone please let me know which location(any shared directory for all apps) on internal storage is this? thanks you mack -- You received this

[android-developers] view is working as desired but not the surfaceview, pls help

2011-05-04 Thread mack2978
Hi, I am getting starange issue on surfaceview but when used view it worked fine. 1.) when using view and drawing image using canvas.drawBitmap(mBitmap[CntcurrentImage], 0, 0, null); works perfectly and draws image fully fitting in the screen. 2.) But when using surfaceview and doing the same

[android-developers] How to add wallpapers from my application code to the Wallpaper Gallery (Home Screen MENU Wallpaper Wallpaper gallery)

2011-04-27 Thread mack2978
Hi All, I want to add wallpapers from my application code to the Wallpaper Gallery (Home Screen MENU Wallpaper Wallpaper gallery). Can anybody please help me how to achive this? Thanks in advance. thanks, mack -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: How to add wallpapers from my application code to the Wallpaper Gallery (Home Screen MENU Wallpaper Wallpaper gallery)

2011-04-27 Thread mack2978
Pls help me On Apr 27, 12:08 pm, mack2978 smashmah...@gmail.com wrote: Hi All, I want to add wallpapers from my application code to the Wallpaper Gallery (Home Screen MENU Wallpaper Wallpaper gallery). Can anybody please help me how to achive this? Thanks in advance. thanks, mack

[android-developers] ImageView not showing image

2011-04-25 Thread mack2978
Hi All, I am trying to display the image on run time using ImageView, but it is not showing up, below is the code: Please sugegst what is the issue super.onCreate(savedInstanceState); setContentView(R.layout.myimageview); mImageView = (ImageView) findViewById(R.id.imageview);

[android-developers] Re: ImageView not showing image

2011-04-25 Thread mack2978
Pls help.. On Apr 25, 3:54 pm, mack2978 smashmah...@gmail.com wrote: Hi All, I am trying to display the image on run time using ImageView, but it is not showing up, below is the code: Please sugegst what is the issue super.onCreate(savedInstanceState); setContentView(R.layout.myimageview

[android-developers] Re: ImageView not showing image

2011-04-25 Thread mack2978
/25 mack2978 smashmah...@gmail.com Pls help.. On Apr 25, 3:54 pm, mack2978 smashmah...@gmail.com wrote: Hi All, I am trying to display the image on run time using ImageView, but it is not showing up, below is the code: Please sugegst what is the issue super.onCreate

[android-developers] Clicking on grid item is not showing up full image view, handling onItemClick()

2011-04-01 Thread mack2978
Hi All, I am trying to show full image when clicking on one of the thumbnail of grid view, i am able to view the grid with thumbnails but as soon as i click on any thumbnail to show it in full screen, handling onItemClick(), it crashes. below is my complete code, please help package

[android-developers] Re: Clicking on grid item is not showing up full image view, handling onItemClick()

2011-04-01 Thread mack2978
12:04 пользователь mack2978 smashmah...@gmail.com написал: Hi All, I am trying to show full image when clicking on one of the thumbnail of grid view, i am able to view the grid with thumbnails but as soon as i click on any thumbnail to show it in full screen, handling onItemClick

[android-developers] Re: Clicking on grid item is not showing up full image view, handling onItemClick()

2011-04-01 Thread mack2978
); canvas.drawBitmap(mTileArray[1], 0,0, mPaint); } } } On Apr 1, 2:29 pm, Andreas Agvard andreas.agv...@sonyericsson.com wrote: myView is never initialized and thus null myView.invalidate(); causes NullPointerException as a result On Apr 1, 11:09 am, mack2978 smashmah...@gmail.com wrote

[android-developers] please help...on pressing CLR key, onKeyDown() is not being called up

2011-04-01 Thread mack2978
Hi All, In the below code, i am pressing CLR key but onKeyDown() is not being called up. Can anybody pls help? package com.example.HelloGridView; import android.app.Activity; import android.os.Bundle; import android.content.Context; import android.content.res.Resources; import