Make your Android app more popular Advertise on Google Play with AppBrain app promotion Check it out
AppBrain Best Android Apps
AppBrain
Dashboard Statistics Stats Documentation Docs
Sign up
Log in
Android Apps > Tools > Show Java - A Java Decompiler
Show Java - A Java Decompiler icon

Show Java - A Java Decompiler

A decompiler to extract the source code of an APK (android app), jar & dex file.
by Niranjan Rajendran
Google Play
Google Play
500+
Thousand
Downloads
PREMIUM
Est. downloads
PREMIUM
Recent d/loads
3.35
5,265
Rating
Unranked
Ranking
24
Libraries
4.1+
Android version
3/12/19
Last updated
2014
January
App age
6.88 MB
App size
Everyone
Content rating
FREE
+ In-App
Price

Google Play Rating history and histogram

2512
380
450
300
1621

Changelog

  • Feb 1, 2020 Installs 500,000+ installs
  • Mar 12, 2019 Update Version 3.0.6
  • Dec 26, 2018 Update Version 3.0.5
  • Dec 4, 2015 Update Version 2.1.0
  • Dec 2, 2015 Update Version 2.0.9
  • Nov 30, 2015 Update Version 2.0.7
  • Oct 21, 2015 Update Version 2.0.6
  • Oct 17, 2015 Installs 100,000+ installs
  • Sep 8, 2015 Update Version 2.0.5
  • Sep 4, 2015 Update Version 2.0.4
  • Sep 1, 2015 Update Version 2.0.3
  • Aug 24, 2015 Update Version 2.0.2
  • Aug 22, 2015 Update Version 2.0.0
  • Jan 31, 2015 Installs 50,000+ installs
  • Dec 26, 2014 Update Version 1.9.1 (Beta)
  • Nov 10, 2014 Update Version 1.8 (Beta)
  • Nov 6, 2014 Update Version 1.6 (Beta)
  • Oct 1, 2014 Update Version 1.4 (Beta)
  • Apr 20, 2014 Installs 10,000+ installs
  • Feb 19, 2014 Installs 5,000+ installs
  • Feb 11, 2014 Update Version 1.3 (Beta)
  • Jan 13, 2014 Installs 1,000+ installs
  • Jan 9, 2014 New App Version 1.0 in Tools for Free
View more View less

Developer information

Niranjan Rajendran

[email protected]

Website

412-B, 4th Floor,
Unitech Arcadia Building,
Suite #3071,
South City Part 2,
Sector 49, Gurgaon 122018
Haryana, INDIA

Are you the developer of this app? Join us for free to see more information about your app and learn how we can help you promote and earn money with your app.
I'm the developer of this app

Description

A decompiler to extract the source code of an APK (android app), jar & dex file.

Please note that this application is NOT meant for mods. Please do NOT attempt to use this application for any mods

Features

• Select either CFR 0.138, JaDX 0.8.0 or FernFlower (analytical decompiler) to use as the decompiler.
• Runs directly on your android device
• Select apk/jar/dex from sdcard (or) from a list of installed applications.
• Decompiles android resources (layouts, Drawables, Menus, AndroidManifest, image assets, values, etc).
• Easy to use source navigator with built-in media & code viewer.
• Displays code in a clean-syntax-highlighted form with zoom & line-wrap.
• The decompiled source can easily be copied from the sdcard (source is stored in
show-java folder in the sdcard)
• Share the decompiled source easily with the built in archive + share mechanism.
• Runs in the background
• Ad-Free Pro version available through an In-App purchase

Source Code

This will be an Open Sourced project. The source code is hosted at GitHub
https://www.github.com/niranjan94/show-java/

Please read the License info before using any part of the code in any project.

Reason's for Permissions

• Internet - Automated bug reporting & advertisements
• External Storage - To store the decompiled source code and to have a working directory for the application

Credits

• A Big-Huge Thanks to Lee Benfield ([email protected]) for his awesome CFR - Class File Reader :D :D
• Panxiaobo ([email protected]) for dex2jar :)
• Liu Dong (github.com/xiaxiaocao) for apk-parser
• Ben Gruver for dexlib2.
• skylot for JaDX.
• JetBrains for FernFlower analytical decompiler.

License

Show Java - A java/apk decompiler for android
Copyright (C) 2018 Niranjan Rajendran

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.


DO NOT USE THIS APPLICATION TO DO STUFF THAT YOU HAVE NO RIGHT TO DO. THE DEVELOPER (Niranjan Rajendran) IS IN NO WAY RESPONSIBLE FOR ANY MISUSE OF THIS APPLICATION.

Recent changes:
Changelog:

1. Fixed decompiled source sharing functionality.
2. Update to CFR 0.140, JaDX 0.9.0 and FernFlower a0a8f0a.
3. Multiple Stability & performance fixes.

What's new in 3.0.x ?

1. Complete application overhaul.
2. Updated CFR, JaDX and fernflower to their latest versions.
3. Multi-fold improvement to decompiler reliability & stability.
4. New Code View with zoom, wrap-line and other features.
5. Continuous memory monitoring and responds to low memory appropriately.
A decompiler to extract the source code of an APK (android app), jar & dex file.

Please note that this application is NOT meant for mods. Please do NOT attempt to use this application for any mods

Features

• Select either CFR 0.138, JaDX 0.8.0 or FernFlower (analytical decompiler) to use as the decompiler.
• Runs directly on your android device
• Select apk/jar/dex from sdcard (or) from a list of installed applications.
• Decompiles android resources (layouts, Drawables, Menus, AndroidManifest, image assets, values, etc).
• Easy to use source navigator with built-in media & code viewer.
• Displays code in a clean-syntax-highlighted form with zoom & line-wrap.
• The decompiled source can easily be copied from the sdcard (source is stored in
show-java folder in the sdcard)
• Share the decompiled source easily with the built in archive + share mechanism.
• Runs in the background
• Ad-Free Pro version available through an In-App purchase

Source Code

This will be an Open Sourced project. The source code is hosted at GitHub
https://www.github.com/niranjan94/show-java/

Please read the License info before using any part of the code in any project.

Reason's for Permissions

• Internet - Automated bug reporting & advertisements
• External Storage - To store the decompiled source code and to have a working directory for the application

Credits

• A Big-Huge Thanks to Lee Benfield ([email protected]) for his awesome CFR - Class File Reader :D :D
• Panxiaobo ([email protected]) for dex2jar :)
• Liu Dong (github.com/xiaxiaocao) for apk-parser
• Ben Gruver for dexlib2.
• skylot for JaDX.
• JetBrains for FernFlower analytical decompiler.

License

Show Java - A java/apk decompiler for android
Copyright (C) 2018 Niranjan Rajendran

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.


DO NOT USE THIS APPLICATION TO DO STUFF THAT YOU HAVE NO RIGHT TO DO. THE DEVELOPER (Niranjan Rajendran) IS IN NO WAY RESPONSIBLE FOR ANY MISUSE OF THIS APPLICATION.

Recent changes:
Changelog:

1. Fixed decompiled source sharing functionality.
2. Update to CFR 0.140, JaDX 0.9.0 and FernFlower a0a8f0a.
3. Multiple Stability & performance fixes.

What's new in 3.0.x ?

1. Complete application overhaul.
2. Updated CFR, JaDX and fernflower to their latest versions.
3. Multi-fold improvement to decompiler reliability & stability.
4. New Code View with zoom, wrap-line and other features.
5. Continuous memory monitoring and responds to low memory appropriately.
Show full description Hide full description
androidmanifest apk benfield cfr code decompiler dex fernflower gnu gruver jadx jar java jetbrains lee license mods niranjan panxiaobo rajendran sdcard skylot source warranty xiaxiaocao

Comments

Tag cloud

app apps code decompile does file java mod work working

Positive comment tag cloud

apk app best code decompile good java really used 👏🏽

Negative comment tag cloud

apps decompile download getting mod tried trying useless work working

Google Play Rankings

This app is not ranked

Permissions

Development tools
test access to protected storage
Network communication
view network connections, full network access, Google Play billing service, Google Play license check, receive data from Internet
Storage
modify or delete the contents of your USB storage
System tools
run at startup, prevent phone from sleeping
Extra
com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE, com.njlabs.showjava.permission.CANCEL_WORKER

Libraries

Ad network libraries

AdMob

Social libraries

None found

Development tools

Android Jetpack core Android Architecture Components Firebase Android Jetpack VersionedParcelable Google Cloud Messaging (GCM) Android Jetpack Annotations Android Jetpack Widgets Android Jetpack Media Android Jetpack AppCompat Google gson Android Transition Support Library AndroidX Legacy: Support Library core UI Kotlin Crashlytics fabric ReactiveX Volley Android WorkManager Google Guava Apache Commons I/O EasyPermissions Google Play Licensing Service Subsampling scale image view

Related apps

Dev Tools(Android Developer Tools) - Device Info
Trinea
90
Free
1,000,000+
Battery Percent Enabler
kroegerama
87
Free
1,000,000+
Java N-IDE - Android Builder - Java SE Compiler
Mr Duy
80
Free
1,000,000+
Dexplorer
Dexplorer
74
Free
100,000+
Dev Tools Pro(Android Developer Tools Pro)
Trinea
96
$3.49
1,000+
Apk Installer
Braveheart
83
Free
10,000,000+
Link2SD
Bülent Akpinar
78
Free
10,000,000+
Apk Extractor
meher
81
Free
10,000,000+

More from Niranjan Rajendran

Amrita Info Desk - AUMS & more
Niranjan Rajendran
84
Free
10,000+

Want more apps?

Find the Android apps that are trending right now

AppBrain Intelligence premium content

Subscribe now to get full and unlimited access to AppBrain Intelligence. You'll have access to:

  • Unlimited pageviews (both app and developer details)
  • Recent install count per app (last 30 days)
  • Detailed ranking data per app
  • Recent install count per developer (last 30 days)
  • Full timeline per developer
  • Device market shares data per country

1 Month

$75/mo
(billed every month)

SAVE 0%
Subscribe

3 Months

$65/mo
($195 billed every 3 months)

SAVE 13%
Subscribe

1 Year

$57.50/mo
($690 billed every year)

SAVE 23%
Subscribe
Each subscription will automatically renew 3 days before the expiration date for the same time period. Subscriptions can be cancelled at any time before the renewal.

Developer services

  • Android App Promotion
  • Monetize Your Android App
  • Track ranking of your Android App
  • AppBrain SDK
  • Apptimizer

Android Statistics

  • Android statistics
  • Google Play Developer stats
  • Trending Apps
  • All-time Popular Apps

About AppBrain

  • Contact
  • Blog
  • Privacy
  • Documentation
  • Android app Install tracking and attribution options for the AppBrain ad network
© 2010-2020 - AppBrain