I want to display a progress bar or progress dialog while downloading something from server it may be image or anything else. How can I do this in BlackBerry?
This blackberry kb article might help you: Sample "Please Wait" screen
There are several discussions in the Blackberry forums that show how to display progress bars during operations. Showing the progress of a remote download is a common example.
Related
Is it possible to customize the lock screen in iOS at all ? I have looked up sources like git and stack-overflow with little to no response.
My project is to build a customized lock screen app. Any guidance in the right path would be greatly appreciated.
Just display pictures on the lock screen
You can change the picture on the lock screen via Settings / Wallpaper. It is not possible to change the software that implements the phone locking mechanism.
I'm looking for a way to prohibit iOS taking screenshots of my App. I would like to blurr or color the screen when I take a screenshot of my App. I'm already able to change the appearance of the screen when sending the App to the background (double home tap). Is there any way to achieve this?
Best regards,
SynTraX
Someone has already asked that question and that can be found here: ios-detection-of-screenshot
Does anyone know of a control for iOS applications that looks similar to the image picker found in the Facebook app for iOS? It allows for multiple image selection, transitioning over to the camera, only displaying selected images, etc. I haven't located anything that is close to this control anywhere, but figured someone here might.
It is known as GrabKit, It is a free control under MIT lisence.
You may download it from here and next time please make sure to do proper research on google before asking questions.
Any body plz briefly explain and give the code how to make the loading screen and where to place the code, ie i mean how will the code know when to stop showing the display Screen and show the contents of the web ?????
I have tried the code given in StackoverFlow but it doesnot finds some class in JDE5
Find this thread
Blackberry - Loading/Wait screen with animation
this is the good example to show the please wait indicator.
OR
you can find the please wait project from below link
http://supportforums.blackberry.com/t5/Java-Development/problem-in-gaugfield-show-urgent/td-p/964925
I'm looking for an API for a certain type of modal alert view (iOS), but I'm not entirely sure whether it's home-built or Apple-provided. It looks like a black transparent square, with rounded corners, usually one icon and a label below. For instance, it is used in the iPhone Twitter app. As observed, it only displays information momentarily and is dismissed when a state has changed (like "Loading" or "Posting").
Is there a pre-built API for this or is it custom built? And if possible, when shared publicly, where can I find such a thing?
Any help is greatly appreciated.
Kind regards,
Reinder
MBProgressHUD is what you're looking for:
https://github.com/matej/MBProgressHUD
Apple does not reject applications using MBProgressHUD.