[android-developers] How should I extract the Package Information from New Installed Package Notification

2011-05-31 Thread varinag gold
Hi, How should I extract the package name and other information from a new installed package notification in my application. Thanks in advance varinag -- 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] 1380 Paid Applications in One Free Torrent then How to SELL it?

2011-05-04 Thread varinag gold
How do you expect to make business if your application already end up in a free torrent like below? http://thepiratebay.org/torrent/6287940/1380_Paid_Android_Apps_and_Games_APK Have they stole these apps from android market or ? regards, Varinag -- You received this message because you are

[android-developers] Re: Icons looks blurred instead of being sharp after resizing

2011-04-20 Thread varinag gold
wrote: The size of app icons is 48x48 dp units.  If you are drawing them at some different size, they will be blurry because you are scaling them from their designed size. On Tue, Apr 19, 2011 at 8:59 PM, varinag gold varinagg...@gmail.com wrote: Hi, I am displaying a grid of icons

[android-developers] Icons looks blurred instead of being sharp after resizing

2011-04-19 Thread varinag gold
Hi, I am displaying a grid of icons of all the applications on my device and I found after I resize them to be all same width and height they appear on screen some what blurred or foggy . Also the Icon Text looks blurred . I have put code snippet below that actually resizing the icons. Please

[android-developers] Re: How does one post a question here?

2011-04-10 Thread varinag gold
On Apr 8, 12:17 pm, TreKing treking...@gmail.com wrote: On Thu, Apr 7, 2011 at 8:07 PM, Greg v.greg...@gmail.com wrote: How do people ask questions here? Exactly as you just did. Did I use too many words? Nope. Was my code too complicated? Uh-uh. What's the secret? Patience.

[android-developers] Re: How does one post a question here?

2011-04-10 Thread varinag gold
Patience. Google Groups ain't the fastest sometimes. I want to say, it is very often google Team will not bother to answer your questions and not 'sometimes'. But few other guys might try to answer within their knowledge. I'll suggest you, try to be clear and concise in asking question and

[android-developers] Search Widget doesn't appear on 2.1 (Eclair) but it appears on 2.2 (froyo)

2011-04-05 Thread varinag gold
Hi, I have following code to add a widget on custom home screen . when I run this code it doesn't show 'Search Widget' on Android 2.1 but same code show 'Search Widget' on Android 2.2 . Can any one let me know why it is like this? and how I can add 'Search Widget' for 2.1 on Eclair as well.

[android-developers] How to keep half open SlidingDrawer all the time.

2011-04-03 Thread varinag gold
Hi, I want to keep SlidingDrawer half open all the time . It means partially a user will be able to see the contents of a drawer and interact with it (Touch etc) for the open portion. If a user want it can still slide it further and open it completely. Thanks regards, varinag -- You received

[android-developers] Android Application Sold to 100,000 Users

2011-03-20 Thread varinag gold
Hi Guys, I'd like to know if any one of you (Individual Developer) have crossed this limit to sell android application to 100,000 users? If so how long it took to cross this limit . I plan to put my application in the market soon for all countries. Kind regards, varinag -- You received this

[android-developers] Re: Android Application Sold to 100,000 Users

2011-03-20 Thread varinag gold
How long it took you to reach 1.5 million users? I am looking data for applications with some price tag such as 1.00 USD or 0.99 USD. with a market access all over the world (provided selling/purchasing is permitted in those countries). On Mar 21, 11:26 am, Maps.Huge.Info (Maps API Guru)

[android-developers] Re: Android Application Sold to 100,000 Users

2011-03-20 Thread varinag gold
20, 2011 at 10:18 PM, varinag gold varinagg...@gmail.comwrote: I'd like to know if any one of you (Individual Developer) have crossed this limit to sell android application to 100,000 users? If so how long it took to cross this limit . What difference does it make

[android-developers] Re: Android Application Sold to 100,000 Users

2011-03-20 Thread varinag gold
...@gmail.com wrote: On Sun, Mar 20, 2011 at 10:43 PM, varinag gold varinagg...@gmail.comwrote: I am looking data for applications with some price tag such as 1.00 USD or 0.99 USD. with a market access all over the world (provided selling/purchasing is permitted in those countries). You realize

[android-developers] Re: onItemLongClick and onItemClick for a gridview

2011-03-18 Thread varinag gold
it works but with onItemClickListener. Any Idea? Regards, varinag On Mar 17, 12:55 pm, Kostya Vasilyev kmans...@gmail.com wrote: There is a long item click listener in grid view - you do know that, right? 17.03.2011 4:30 пользователь varinag gold varinagg...@gmail.com

[android-developers] Re: onItemLongClick and onItemClick for a gridview

2011-03-18 Thread varinag gold
Hi Fina, I didn't try GestureDetector as I don't want to implement fling function as default scrolling in GridView already good enough. I am not sure if with fling function (onScroll) I can transfer scrolling to default one. Thanks, varinag On Mar 18, 6:15 pm, Fina Perez fina.pere...@gmail.com

[android-developers] Re: onItemLongClick and onItemClick for a gridview

2011-03-16 Thread varinag gold
Any one? On Mar 15, 4:38 pm, varinag gold varinagg...@gmail.com wrote: Hello, For a gridview I am able to set the onItemClick and it works fine but I don't know how should I implement  onItemLongClick so that I can get both type of responses from a gridview items. I googled but could'n

[android-developers] Re: onItemLongClick and onItemClick for a gridview

2011-03-16 Thread varinag gold
, 2011 at 12:41 AM, varinag gold varinagg...@gmail.comwrote: Any one? On Mar 15, 4:38 pm, varinag gold varinagg...@gmail.com wrote: Hello, For a gridview I am able to set the onItemClick and it works fine but I don't know how should I implement  onItemLongClick so that I can get

[android-developers] onItemLongClick and onItemClick for a gridview

2011-03-15 Thread varinag gold
Hello, For a gridview I am able to set the onItemClick and it works fine but I don't know how should I implement onItemLongClick so that I can get both type of responses from a gridview items. I googled but could'n get an understandable code where both have been implemented properly. Please