Programmer Calculator Premium Application icon

Programmer Calculator Premium V1.88.00

2.9 MB / 1+ Downloads / Rating 4.8 - 18 reviews


See previous versions

Programmer Calculator Premium, developed and published by MOSDEV, has released its latest version, V1.88.00, on 2017-06-09. This app falls under the Tools category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 4.8, based on 18 reviews.

Programmer Calculator Premium APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: org.mosdev.progcalcprem

Updated: 8 years ago

Developer Name: MOSDEV

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Programmer Calculator Premium on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.8
Total 18 reviews

Reviews

5 ★, on 2018-11-28
I have a few calculators for programming but this one is PERFECT! I opened it up for the first time and without even testing it, I upgraded to premium. It was obvious by the layout that this was the one for me. Many thanks to MOSDEV.

5 ★, on 2017-12-23
Your stuff is way cool !!!! email me few q's , late...

5 ★, on 2020-08-13
😍🥰

5 ★, on 2014-06-09
Overall this app seems to be quite excellent and one of the few programming calculators that allows me to convert back and forth between hex/decimal with 64 bit integers. The main "cons" are: 1. The default coloring and background are hard on the eyes (hint: find the "Menu" button and turn them off), and 2. The buttons are quite small on my cell phone (it would be great if there was an option for to reduce the number of buttons, e.g. hide logic and memory functions to make basic arithmetic/conversion buttons larger)

5 ★, on 2015-06-07
I have been looking for a good programmers calculator for a long time, and finely I found one. My only suggestions are: add nor, xnor, nand, and two's compliment.

5 ★, on 2013-12-18
Excellent

Previous Versions

Programmer Calculator Premium V1.88.00
2017-06-09 / 2.9 MB / Android 2.3+

About this app

Programmer Calculator WITHOUT Ads

Programmer Calculator to convert from different integers

Supported number systems: binary, octal, decimal, hexadecimal.

There are different variable types supported: BYTE (8bit), WORD / SHORT (16bit), DWORD / INTEGER (32bit) and QWORD / LONG (64BIT)

Range of values:
Byte: -128 .. 127 (unsigned: 0 .. 255)
Word: -32768 .. 32767 (unsigned: 0 .. 65535)
Dword: -2147483648 .. 2147483647 (unsigned: 0 .. 4294967295)
Qword: -9223372036854775808 .. 9223372036854775807

operations:
- Mod (Modulo)
- Inc (Increment)
- Dec (Decrement)
- RoL (Rotate Left)
- RoR (Rotate Right)
- Or (Or)
- Xor (Exclusive Or)
- Lsh (Left Shift)
- Rsh (Right Shift)
- Not (Not)
- And (And)

Algebraic operations: +, -, *, /

Programmer Calculator to convert from different integers (Binar, Hex, Decimal, Octal)

New features

- Small Bugfixes