Git Tip || Prerequisites for Merging PR
Before merging a pull request (PR) in Git, there are a few prerequisites that should be considered: Code review: Before merging a pull request, it’s
SOLID Principles for Software Development
SOLID is an acronym for a set of design principles that are commonly used in software development to create software that is easy to maintain
Maintain Screen Densities for Android App Development
Maintaining screen densities is important for ensuring that your Android app looks good on devices with different screen sizes and resolutions. Here are some tips
General Roadmap for Android application development
Learn Java or Kotlin programming languages: Java is the official language for Android app development, but Kotlin is also gaining popularity. You should have a
Bullet Points for Android Software Development
User interface design: A good user interface is essential for any app. It should be easy to use and visually appealing. Performance optimization: Android devices
Build a Native Android Library or Module using NDK and CMake
Despite having Java and Kotlin for developing applications in Android, often we need to use C/C++ to write part of our application. Specially, when you
Android Bundle
Build to Dynamic Features If you are in the Android world, you must have heard about Android Bundle format lately. There was a lot
Java-to-Kotlin
I asked a Java developer why he has not tried Kotlin, there are not good resources for Java-to-Kotlin, he answered, So here is the Key