I’ve add splash screen image on bitmapfield when open my app. in thread method i get logo from httpconnection.
After complete the thread execution , i delete the bitmapfield. and load the logos on that screen.
I want show loading gif images on above the bitmapfield when executing the thread.
Pls help.
Hi, already i display image on fullscreen using bitmap field. in above bitmap field how to show loading gif image. thats my question.
Go to this link:
http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800345/How_To_-_Display_an_animated_GIF.html?nodeid=1405903&vernum=0
You will get the AnimatedGIFField.java file. Save it with proper name. and write like this….
NOTE: If you are Using this “loading.gif” in >6.0 versions it gives exceptoin. For this you have to rename the file as “loading.agif“. Means for 7.0 version you have to use “loading.agif” not “loading.gif”. Rename that file and put in the res folder and change the file name as:
If you have any doubts come on stackOverFlow chat room name “Life for Blackberry” to clarify your and our doubts.