Understanding XML Messages

Understanding XML Messages
"Fun times with elements and attributes" - Rowan van Vuuren This post was written as part of the Learn Markdown course by Dylan Israel on Coursera Basic Overview When working with data interc...
0 Read More

Build Gradle file suppport

⛶dependencies { implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.google.android.material:material...
0 Read More

Guide on Database in Android Studio

MainActivity.java package com.example.restaurantapp;import android.content.Context; import android.content.Intent; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import...
0 Read More

The Billion Laughs Bomb

The Billion Laughs Bomb
Introduction XML External Entity (XXE) attacks are not just theoretical they're dangerously real. If your application processes XML in any way API, file upload, or SOAP you may already be vul...
0 Read More