Devs Post By Jubayer
"don't limit yourself...."
Pages
Home
ANDROID/iPHONE PROJECTS
RUNNING CODE
TRAINING PROGRAM
ACHIEVEMENT
PROJECTS
Popular Posts
What 7+ Years in Software Development Has Taught Me
When I started my software development career, I was mostly focused on one thing: Learning how to write code. After several years of e...
Clean Code Is Not About Writing More Code
[Clean Code Is Not About Writing More Code] As developers, we often think clean code means writing more abstractions, more interfaces, mor...
Logging in ASP.NET Core using Serilog
Serilog is a popular logging library for .NET applications. It provides a flexible and efficient logging framework that allows developers ...
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