Hi Kiran,

The Activity gets loaded as soon as you start it. Probably you need
to
1- Show some Toast/Dialog so that user can aware of the UI changes
happening in the activity.
OR
2- Don't make request to image from server as the activity gets
started. Instead of that show some  text and them make http request to
images with some delay.

Thanks,
AJ

On Oct 25, 5:17 pm, rokson <kiranrepa...@gmail.com> wrote:
> Hi Friends,
>
> I have been struggling with this problem for many days. please help
> me..
>
> In my android application i am trying to download images from remote
> server dynamically ( no of images dynamically come ).  for downloading
> all images it is taking 30 to 40 seconds mean time user has to wait to
> see the activity . But it is the worst case that loading activity
> after loading all images. I want to load activity first then load
> images one by one.
>
> Is there anything to do it?
>
> Thanks and Regards,
>
> Kiran

-- 
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

Reply via email to