Devs Post By Jubayer
"don't limit yourself...."
Pages
Home
ANDROID/iPHONE PROJECTS
RUNNING CODE
TRAINING PROGRAM
ACHIEVEMENT
PROJECTS
Popular Posts
Open website from your apps(Android)
private final static String WEBSITE = "http://itsjubayer.blogspot.com"; final Intent visit = new ...
HASHMAP VS HASHTABLE VS HASHSET
I wanted to know the different between hashtable and hashmap. And search from Google i found another thing, that is hashset. Here is the ...
Exception Description
We can easily handle exception in c#. Here are some name and their description. Exception : Plain vanilla exception; a general container f...
May 6, 2012
Restart App(Android)
Intent i = getBaseContext().getPackageManager().getLaunchIntentForPackage(getBaseContext().getPackageName());
i.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
startActivity(i);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment