Tag archives for Java - Page 4
Decompile an APK and get Java source code
Sometimes, it can be useful to decompile an APK for Android and try to get Java source code. In this tutorial, you're going to learn how to achieve that. There are 2 main ways to process this decompilation. First is to use Smali / Baksmali format with these tools : . Smali is an assembler / disassembler for Dex Format…
Learn how to make a Swing painting and drawing application
In this video tutorial, you're going to learn how to create a Swing painting and drawing application. Main goal is to learn how to draw in 2D in Java Swing component. Tutorial has a Youtube live coding video and also some explanations here with source code. Don't hesitate to give me your feedbacks and comments. Video is here :…