Devs Post By Jubayer
"don't limit yourself...."
Pages
Home
ANDROID/iPHONE PROJECTS
RUNNING CODE
TRAINING PROGRAM
ACHIEVEMENT
PROJECTS
Popular Posts
ASP.NET Core Data Validations with FluentValidation
FluentValidation is a .NET library used for validation in applications developed using the .NET framework. It provides a fluent interface ...
In-Memory Caching in ASP.NET Core
In ASP.NET Core, in-memory caching is a technique used to store data within the application's memory. This cached data is readil...
Harris Corner Detector - Python(OpenCV)
1. - determne which windows produce very large variatons in intensity when moved in both X and Y directions. 2. - With e...
Apr 22, 2012
Android Gods frown upon me!!
You can close your android app with this Code
android.os.Process.
killProcess
(android.os.Process.
myPid
());
System.
exit
(0);
But Android always discourages this. Android handles the memory and close the apps atomically if needed.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment