How to programmatically minimize an iPad application? [duplicate] - iphone

This question already has answers here:
Proper way to exit iPhone application?
(24 answers)
Closed 8 years ago.
How do I programmatically minimize an iPad/iPhone UIApplication?

Actually there no such method for minimize iPhone app.
You can try with "exit(0)" to close the app.
Cheers.

You can't. You can only switch to another app. I don't think apple has a public API for doing this.

Related

UIActivityViewController for older iOS? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
UIActivityViewController equivalent on ios 5
Is there an alternative for UIActivityViewController for iOS 5?
Thanks!
Unfortunately, no. What I would suggest is to make a custom UIActionSheet.
If you're interested mainly in the sharing aspects, I'd suggest taking a look at Sharekit. For other functionality, you'll need to create your own UIActionSheet or other popup control. The UIActivityViewController is the iOS6 answer to rolling your own.

Set my own font in my app iphone sdk [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Can I embed a custom font in an iPhone application?
I'd like to put a text in my app with a special font but I don't know how to do it ?
Someone could explain me or have a link about it ?
Thanks
There are many pages on the net describing how to do this. http://tetontech.wordpress.com/2010/09/03/using-custom-fonts-in-your-ios-application/ is one of them.

How to make a floating app using BASIC4Android [duplicate]

This question already exists:
Closed 11 years ago.
Possible Duplicate:
How to make an app that floats
Is it possible to make apps that float in front of other apps (like the mini apps on Samsung's Galaxy tab) using BASIC4Android? If so, how?
You can create a an activity with a transparent background. See this link.

How to implement fingure print as password for the screen in iphone [duplicate]

This question already has an answer here:
Is there a any fingerprint-library or framework to use for iphone app developement?
(1 answer)
Closed 9 years ago.
Is there any way to implement fingerprint as password for the screen in iPhone?
IS it possible?
No, the iPhone screen can't read fingerprints. Try a retinal scanner using the camera and flash instead :)

Is it possible to detect if iphone/ipo/ipad is activating(user is using them) [duplicate]

This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
Is it possible to detect if my app is running and displaying on screen?
Hello everyone
My app is running in background.
Is it possible to detect if iphone/ipo/ipad is activating(user is using them) rath than is sleeping or locked screen ?
Welcome any comment
Not when it's in the background. You only receive messages from the OS when your application is involved in the event.