[android-developers] Re: getView called many times when the count is 1

2012-02-24 Thread tofeeq ahmad
Paste your code for idea
and go to this link for more info about list adapter
http://androidtrainningcenter.blogspot.in/view/sidebar#!http://androidtrainningcenter.blogspot.com/2012/01/creating-listview-using-baseadapter.html

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: getView called many times when the count is 1

2012-02-24 Thread tofeeq ahmad
Show your code please
and see this may you get some idea
http://androidtrainningcenter.blogspot.in/view/sidebar#!http://androidtrainningcenter.blogspot.com/2012/01/creating-listview-using-baseadapter.html

On Feb 24, 1:14 pm, vani reddy  wrote:
> Hi  friends,
>
> In my lazyadapter of listview  in the getView() i am calling a webservice
> to fetch a name, when the count is 1 , it is calling the webservice
> multiple times from getview.
> Why it is happening like that? How to resolve that
> Please reply .,
>
> --
> Regards,
> Vani Reddy

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Custom Listview in android?

2012-02-24 Thread tofeeq ahmad
See this link..you will get idea

http://androidtrainningcenter.blogspot.in/view/sidebar#!http://androidtrainningcenter.blogspot.com/2012/01/creating-listview-using-baseadapter.html

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: automatic take internet connection whatever exist

2012-02-24 Thread tofeeq ahmad
Its by default take what ever connection exist if we do not filter
it.But you have to mention all permission for using all connection.

http://androidtrainningcenter.blogspot.in/

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Augmented Reality

2012-01-19 Thread tofeeq ahmad
I am working on Augmented Reality from last 7 days.I implement AndAR
API library for this purpose.My problem is creating marker.I used some
online marker generator.But all has one limitation that every pattern
should have black border around it otherwise it will not make a
pattern.
This is limitation is barrier for my app.I want to detect Physical
object like real bulb. If i make pattern for bulb by putting it on
black square paper then marker generator generate pattern and AndAR
detect bulb with background black square,But if i remove background
image then it do not able to detect bulb.


My aim to detect physical bulb.And physical bulb does not have any
black border around it.So how to make pattern for physical object and
then detect them

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en