DevBlog - A Blog Template Made For Developers
Welcome to my blog. Subscribe and get my latest blog post in your inbox.
Learn C Programming
The simplest way to define C is to call it a computer programming language, meaning you can write software with it that a computer can execute. The result could be a large computer application...
Read more →
JNI Programming
JNI stands for Java Native Interface is an interface developed for interaction between bytecode that android compiles from managed code(java/kotlin) with native code(written in c/c++)
Read more →
A Guide to integrate jni in android studio projects
Most of the time, We cannot able to achive full requirment only using java or kotlin because of its nature. Hence programmers use native code to fulfill the requirments
Read more →
DI using Dagger2 in java
Dependency Injection is one of the crucial concept in clean architecure where Dependencies has been resolved by assembler instead of by object's itself
Read more →
Complete Guide to Dagger and Hilt dependency injection
Lorem ipsum sd sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies...
Read more →
How to Build Desktop Apps with HTML, CSS and JavaScript
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies...
Read more →