RE: [android-developers] Immediate Opening for AML Front End Engineer @ Sunnyvale,CA.

2019-09-06 Thread yaseen
HI Aadil I am also recruiter please REMOVE me. Yaseen Pasha Recruiter | W3Global, Inc. Celebrating 12 Years of Customer Commitment! M:(972) 846-7002 | F: (773) 496-3355 E: yas...@w3global.com A: 1701 Legacy Dr, Suite 1000 Frisco, Texas - 75034 W: www.w3global.com From: android

[android-developers] Re: Only 64-bit build environments are supported beyond froyo/2.2.

2010-11-02 Thread Yaseen Lanka
This is being discussed here : http://groups.google.com/group/android-platform/browse_thread/thread/b0bb991131589363 Thanks On Sep 28, 9:39 pm, alexc aykc...@gmail.com wrote: Dear Android Developers, Is it true that Only 64-bit build environments are supported beyond froyo/2.2.? When I try

[android-developers] Re: MapView

2010-02-23 Thread Aamir Yaseen
of changing icon/look and feel of any component depending upon its state :) Special thanks to TreKing for the help. Regards, Aamir Yaseen On Feb 10, 5:26 pm, TreKing treking...@gmail.com wrote: On Wed, Feb 10, 2010 at 11:21 AM, Aamir Yaseen aamir.yas...@gmail.comwrote: what do you suggest

[android-developers] Re: Andoid Apps Development

2010-02-16 Thread Yaseen Lanka
The android SDK comes with a Emulator, on which you can run all your apps. Places where some apps might need a actual hardware platform to test, there are many development boards which resembles a phone @ the hardware level, so you can always make use of one. More about emulator... @

[android-developers] Re: MapView

2010-02-10 Thread Aamir Yaseen
. that's my question, how can I update/change icon of my overlay item? any idea? Thanks, Aamir On Feb 9, 6:23 pm, TreKing treking...@gmail.com wrote: On Tue, Feb 9, 2010 at 11:07 AM, Aamir Yaseen aamir.yas...@gmail.comwrote: We are displaying multiple events/venues on map (just like search

[android-developers] Re: MapView

2010-02-10 Thread Aamir Yaseen
On Feb 10, 3:39 pm, TreKing treking...@gmail.com wrote: On Wed, Feb 10, 2010 at 7:05 AM, Aamir Yaseen aamir.yas...@gmail.comwrote: when the focus changes and can update your overlays as necessary. that's my question, how can I update/change icon of my overlay item? any idea? OverlayItem

[android-developers] Re: MapView

2010-02-09 Thread Aamir Yaseen
buttons. I am using StateListDrawable to draw these icons, but I dont know how to change state of any OverlayItem from onClick() of my navigation buttons. Any help will be much appreciated. Thanks, Aamir Yaseen -- You received this message because you are subscribed to the Google Groups Android

[android-developers] MapView OnTouchListener is firing only once

2009-12-15 Thread Aamir Yaseen
on mapview onTouch function of OnClickListener is never called after executing once. Is there any work around for this? I am attaching Code snippets: public class SearchResultsMapView extends MapActivity { private MapView mapView; @Override public void onCreate(Bundle

[android-developers] Re: Maximum size of database

2008-10-01 Thread Yaseen
As far as my knowledge goes , the max size that can be set or used for creating a database is 256mb. On Oct 1, 1:06 am, Shraddha [EMAIL PROTECTED] wrote: I am considering two options of creating database and interested in knowing the maximum size that can be given to a database. 1. I see that

[android-developers] Porting iPhone application to Google Phone using Android

2008-10-01 Thread Yaseen
Has anyone tried porting any iPhone application to Google Phone and If yes, what are the technical aspects to take into consideration for this effort.Any reference /url/tutorial for the same highly appreciated. Thanks, Yaseen --~--~-~--~~~---~--~~ You received

[android-developers] Re: Maximum size of database

2008-10-01 Thread Yaseen
Nice Thread and it certainly cleared my ignorance related to setting up the database. On Oct 1, 5:57 am, Ludwig [EMAIL PROTECTED] wrote: The call to setMaximumSize(size) restricts the DB to that size, it is not a function to preallocate or reserve that space. If you get to the maximum size