[android-developers] Re: Zoom or magnifying glass Effect

2011-12-06 Thread fr4gus
I think this is more a OS function than something available at SDK. I'm not an iOS Developer, but I think this is a feature available from iOS itself and not its SDK. On Android I don't think there is any similar (at least I haven't seen any app that does it). But I would like to know if someone

[android-developers] Re: Soft Keyboard appears when entering on an Activity

2011-07-28 Thread fr4gus
There you go, https://github.com/fr4gus/AndroidSoftKeyboardBug I uploaded a really simple project, in case someone wants to test it on their devices :D -f4 On Jul 5, 2:47 pm, fr4gus fggar...@gmail.com wrote: Thank you all, and setting windowSoftInputModem stateHidden solves the problem. I'm

[android-developers] Re: Soft Keyboard appears when entering on an Activity

2011-07-05 Thread fr4gus
Thank you all, and setting windowSoftInputModem stateHidden solves the problem. I'm still wondering why we should explicitly set this value, is this a bug? Kind regards, -f4 On Jul 4, 2:35 pm, fr4gus fggar...@gmail.com wrote: I'm able to replicate a unusual issue with EditText. But it doesn't

[android-developers] Soft Keyboard appears when entering on an Activity

2011-07-04 Thread fr4gus
I'm able to replicate a unusual issue with EditText. But it doesn't happen on all devices. Let's say you have the following layout: ?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent

[android-developers] NullpointerException using put method on a LinkedHashMap

2011-06-17 Thread fr4gus
I'm using a LinkedHashMap as cache. I've overridden removeEldestEntry in order to force this cache to have a fixed size. Older values will be removed. This is how my map is initialized: sBackgroundBitmapCache = new LinkedHashMapString, Bitmap(backgroundCacheSize) { private

[android-developers] Re: What I found using big images on an activity

2011-04-29 Thread fr4gus
bump! Hey guys, don't be shy, I know you want to share your knowledge about images, out of memory error, etc :D On Apr 27, 6:06 pm, fr4gus fggar...@gmail.com wrote: Hi everyone, I would like to share some findings related to using images on activities and impact on an application creating

[android-developers] Re: What I found using big images on an activity

2011-04-29 Thread fr4gus
Thank you Streets of Boston for your response, This was just a test project. I was using a 4MP image to get at that precisely to determine how much images we can use in a layout. If an UI uses a lot of drawables that combined uses a lot memory, application will be at some point Out Of Memory

[android-developers] What I found using big images on an activity

2011-04-27 Thread fr4gus
Hi everyone, I would like to share some findings related to using images on activities and impact on an application creating multiples activities or changing orientation. What I coded: public class BigImageActivity extends Activity { int count; @Override protected void

[android-developers] Re: apk certificate

2011-04-26 Thread fr4gus
If you are using Eclipse, when you Export the project, you can create your own certificated during the process. Keep in mind, that once create the certificate, you have to keep it in a very secure place because subsequent updates of your application must be signed with the same certificate. -f4

[android-developers] Invoke Activity using physical Search button

2010-12-14 Thread fr4gus
Hi All, I was looking at Search Framework documentation and it looks pretty cool http://developer.android.com/guide/topics/search/index.html. I also was looking at Twitter and Facebook applications for Android and I notice both applications handle search button different. When user press search

[android-developers] Re: From emulator to real device

2010-11-11 Thread fr4gus
Searh engines are your friend ;) http://www.java.net/forum/topic/jxta/jxta-community-forum/peergroupexception-could-not-locate-world-peergroup-module-im-1 Are you using any specific class from JXTA? -f4 On Nov 10, 11:23 pm, kypriakos demet...@ece.neu.edu wrote: HI all, I can run the app on

[android-developers] Re: Finish multiple tasks (stacks)

2010-11-11 Thread fr4gus
I agree with Ganapathy.C. I've done it before, linking activities using startActivityForResult, and the last (the activity on top) on the event that I want to finish it, it will trigger onActivityResult in rest of activities. -f4 On Nov 11, 12:39 am, Ganapathy.C cganapa...@gmail.com wrote: Use

[android-developers] Re: eclipse HELIOS (3.6) Code Assist very slow

2010-10-17 Thread fr4gus
Awesome, thanks! On Oct 16, 1:06 pm, SChaser crotalistig...@gmail.com wrote: If you are using the JEE edition of HELIOS, the assists can be speeded up by turning off JAX-WS assist in the edit/advanced preference (Window-Preferences-Java-Editor-Content Assist-Advanced. It also appears that

[android-developers] Re: OutOfMemoryError

2010-10-14 Thread fr4gus
My two cents: I recommend you to use a cache and define a logic to make bitmaps to expire at some point ( X seconds of not being display, etc) This is a really good article about handling images and obviously its main subject, multithreading for performance.

[android-developers] Re: Detecting long touch press (ACTION_DOWN only)??

2010-09-01 Thread fr4gus
to hear it :). Best, fr4gus On Aug 30, 5:12 am, eminemence emineme...@gmail.com wrote: Hi, I want to figure out how to detect that the user has been doing a long touch press on the screen? Most of the solutions that I see assume that the DOWN + UP sequence of events. Thanks in advance. -- You

[android-developers] Re: Black spinner in progressbar

2010-08-30 Thread fr4gus
for light backgrounds. On Aug 19, 7:15 pm, fr4gus fggar...@gmail.com wrote: Hi all, I want to use a small spinner for an indeterminate progress bar. So I added this to my screen:                 ProgressBar                         android:id=@+android:id/ConnectionProgress

[android-developers] ListSelector on GridView

2010-08-24 Thread fr4gus
Hi all, I'm trying to use a custom listSelector on a GridView. When I use the default listSelector, I see that it modifies the size of my items so the listSelector display correctly. The list Selector is bigger than my items: See how when using the default selecto, it make grid items to be

[android-developers] Black spinner in progressbar

2010-08-19 Thread fr4gus
Hi all, I want to use a small spinner for an indeterminate progress bar. So I added this to my screen: ProgressBar android:id=@+android:id/ConnectionProgress style=?android:attr/progressBarStyleSmallTitle

[android-developers] Re: adb devices cannot see Motorola

2010-07-13 Thread fr4gus
I have the same problem on WIndows 7 Professional 64bits. I installed drivers before for HTC Magic, and HTC Evo, those work fine. Looking at http://community.developer.motorola.com/t5/Android-App-Development-for/x64-Bit-windows-driver-for-A855-Droid/m-p/6121 may be we have to delete the

[android-developers] Emoji Support

2010-07-05 Thread fr4gus
Hi all, Does anybody know about Emoji support for Android? http://en.wikipedia.org/wiki/Emoji We are going to port an iPhone application to Android, and this application supports emojicons. For iPhone, the user needs to install a keyboard app in order to be able to send emojicons, but even

[android-developers] Re: ADT Problem: Creating new Android Project

2010-05-06 Thread fr4gus
Are you running Eclipse as administrator? I'm asking just in case you are not running eclipse in admin mode, because it causes several problems if don't have admin privileges. -f4 On May 6, 1:37 am, Harjeet Singh harjee...@gmail.com wrote: I am currently on Windows 7 using Eclipse Galileo

[android-developers] Widget Auto Install

2010-05-05 Thread fr4gus
to chosse which one. Can any confirm it's not possible? Thanks, -fr4gus -- 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

[android-developers] Re: problem in installing ADT Plugin for Eclipse

2010-05-04 Thread fr4gus
. org/eclipse/ecf/filetransfer/BrowseFileTransferException I've been googling for a while with out any luck -fr4gus On Mar 24, 4:04 am, Farhan bil2...@googlemail.com wrote: Hello Developers My Andriod is installed: C:\android-sdk-windows Java is installed: C:\Sun\SDK\jdk Eclipse is installed: C