[android-developers] Re: does executable code change (improve) with increase in minSdkVersion declaration in manifest? is minsdk 11 declaration really needed for tablets?

2013-10-29 Thread Piren
Errr... don't know how i missed this - I was talking about targetSdk, not minSdk, :-| On Monday, October 28, 2013 6:09:24 PM UTC+2, Piren wrote: TreKing already addressed everything, so i'll just add: will raising the min to 11 change the executable code, improving the run time for my

[android-developers] do i need to clear arraylist hashmap in ondestry method

2013-10-29 Thread Amit Mangal
Hi there, I am using ArrayListHashMapString,String to store my data . do i need to use call clear method of array list on on destroy method of activity or it will automatically clear when my activity is destroying. i want to avaoid memory leaks in my app. thanks -- You received this message

[android-developers] FM receiver hardware class

2013-10-29 Thread Andrew Mackenzie
I looked into FM receivers a little. Its not supported in Android itself. OEMs (e.g. Samsung) add specific hardware and an app that uses a native library of theirs (thats tied to specific radio controller chip). You can find a radio app project on the web, but it will only work with phones

Re: [android-developers] do i need to clear arraylist hashmap in ondestry method

2013-10-29 Thread TreKing
On Tue, Oct 29, 2013 at 3:00 AM, Amit Mangal forum.amit.man...@gmail.comwrote: do i need to use call clear method of array list on on destroy method of activity or it will automatically clear when my activity is destroying. If you don't have any external references to the array list or

Re: [android-developers] Re: Google Play Music database

2013-10-29 Thread nakvic
Thanks Kostya, I'll give it a try. Victor On Monday, October 28, 2013 10:48:10 PM UTC+1, Kostya Vasilyev wrote: Sorry for the spam (what is it with my fingers today). Meant to post this link too: https://support.google.com/googleplay/android-developer/ -- K 2013/10/29 Kostya

[android-developers] Re: menu options

2013-10-29 Thread Abhilash Baddam
Hi treking, I have seen in the blog, according to that They have menu soft key as optional from api levvel 11 onwards and introduced action bar... I know even ics and some of JB deivics has menu key. But by using haspermanentkey() we can get menu key present or not but which doesn't

[android-developers] Menu Key Availability....?

2013-10-29 Thread Abhilash Baddam
Hi, I have referred the below blog, http://android-developers.blogspot.in/2012/01/say-goodbye-to-menu-button.html In my app I want to check the Menu key is present or not. For that I have used hasPermanentKey() function which is introduced in API level 14 but I cant use it GB. Can we assume if

[android-developers] Re: 2 different text size in a text view

2013-10-29 Thread Mek's Sree Rama
Try with The classes that affect character-level text formatting in a way that changes the width or height of characters extend this class http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.3_r2.1/android/text/style/MetricAffectingSpan.java/ search in android

[android-developers] getDensity returning 0 in attempt to create pixel density independant controls

2013-10-29 Thread firebreather
i'm attempting to draw pixel density and resolution independent controls to the screen for my game. if I use screenWidth in declaring the size, the control's size will vary with resolution. if I just use a certain number of pixels, the control size will vary with pixel density. assume i

[android-developers] Re: how to add G729 codec in Android application?

2013-10-29 Thread Juned Khan
http://junedk.blogspot.in/2013/10/add-g729-codec-in-sipdroid.html On Monday, April 9, 2012 4:00:56 PM UTC+5:30, Juned Khan wrote: i am developing a SIP application for making and receiving a call and i want to add the G729 codec in my application. currently i am doing analysis on open

[android-developers] Re: Renderscript Support Library Problems

2013-10-29 Thread Laikis Reor
Hmmm... It is working partially. If I set the target in the project.properties to be target=android-17 I get the error Renderscript support mode requires compilation target API to be 18+. I should say... I'm rather surprised someone from Google hasn't replied here or on the Stackoverflow

[android-developers] avoiding screenshot duplication on market: 10 tablet, 7 tablet and phone screenshots all show with phone and laotop access

2013-10-29 Thread firebreather
I added 10 and 7 screenshots as required to tablet optimization, but now I have duplicate screen shots that all show on the market. the market first shows the two 10 tablet shots, then the two 7 tablet shots, then all the phone shots. my tablet screenshots are the same as the first 2 phone

[android-developers] Re: getDensity returning 0 in attempt to create pixel density independant controls

2013-10-29 Thread Piren
Don't use the Canvas' density, use the Display's. On Tuesday, October 29, 2013 2:54:28 PM UTC+2, firebreather wrote: i'm attempting to draw pixel density and resolution independent controls to the screen for my game. if I use screenWidth in declaring the size, the control's size will

[android-developers] How can I report someone offering to sell fake reviews?

2013-10-29 Thread Michael Palmer
Six days ago, I received an email from someone offering to sell fake reviews. I have no interest in this, of course, but I'm having a hard time figuring out how to report it to Google. I tried emailing googleplay-developer-support, but I received an automated response telling me to use the

[android-developers] Re: getDensity returning 0 in attempt to create pixel density independant controls

2013-10-29 Thread firebreather
I found the answer to this on stack overflow here: *getting the screen density programmatically in android?*http://stackoverflow.com/questions/3166501/getting-the-screen-density-programmatically-in-android Use getResources().getDisplayMetrics().density or

Re: [android-developers] How can I report someone offering to sell fake reviews?

2013-10-29 Thread Michael Banzon
As much as it hurts to give this reply: Let it slide... I get around 20 of these messages each day from a handful senders. It seems they are 'rotating' company/e-mail/name and I seriously doubt it will have any impact reporting it as the service they provide is easily copied/continued under a

[android-developers] Re: Menu Key Availability....?

2013-10-29 Thread Abhilash Baddam
HI, Is there any possibility to check whether the menu hard key is present or not in Gingerbread(2.3)... ? On Tue, Oct 29, 2013 at 3:31 PM, Abhilash Baddam abhilash.androiddevelo...@gmail.com wrote: Hi, I have referred the below blog,

Re: [android-developers] Re: menu options

2013-10-29 Thread TreKing
On Tue, Oct 29, 2013 at 4:56 AM, Abhilash Baddam abhilash.androiddevelo...@gmail.com wrote: Can we say all the mobiles api level (=10) have menu key...??? You can't say anything about any device. Manufactures have been known to develop devices that are bizarre in all manner of ways. This may

[android-developers] Re: How can I report someone offering to sell fake reviews?

2013-10-29 Thread Nathan
On Tuesday, October 29, 2013 9:53:27 AM UTC-7, Michael Palmer wrote: Six days ago, I received an email from someone offering to sell fake reviews. I have no interest in this, of course, but I'm having a hard time figuring out how to report it to Google. I tried emailing

[android-developers] Re: how to make center image bigger than rest images , in gallery

2013-10-29 Thread m2k
guys, easier than u think: if (biggerImageAtPosition == position) { imageView.setPadding(padding, padding, padding, padding); } else { imageView.setPadding(padding, paddingForSmallerImage, padding, paddingForSmallerImage); } so,

Re: [android-developers] How can I report someone offering to sell fake reviews?

2013-10-29 Thread Michael Palmer
On Tuesday, October 29, 2013 1:50:00 PM UTC-4, mbanzon wrote: As much as it hurts to give this reply: Let it slide... I get around 20 of these messages each day from a handful senders. It seems they are 'rotating' company/e-mail/name and I seriously doubt it will have any impact

[android-developers] Re: Tying a live wallpaper to home screen swipes

2013-10-29 Thread Dusk Jockeys Android Apps
This entirely depends on what Home Screen Launcher you are using. On earlier phones, up to around the Samsung S2, the default installed Home Screen indeed provided such callbacks to the Live Wallpaper. Under those home screens, a standard static wallpaper would also scroll in response to