Juanita Application icon

Juanita 1.2

4.6 MB / 1+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Juanita, developed and published by Michael Veroukis, has released its latest version, 1.2, on 2023-12-23. 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 5.0, based on 1 reviews.

Juanita APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). 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: com.blitterhead.juanita

Updated: 1 year ago

Developer Name: Michael Veroukis

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Juanita 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.

Previous Versions

Juanita 1.2
2023-12-23 / 4.6 MB / Android 4.0+

Juanita 1.1
2018-12-29 / 1.8 MB / Android 4.0+

About this app

This is an app meant for developers or people who are just curious about their Android device. Full source available: https://bitbucket.org/mveroukis/juanita

There are so many different devices and it's often not obvious how each device is configured. Android uses configuration qualifiers for it's resources, which means you can use different sets of resources depending on the screen density or orientation. Sometimes it's not obvious what a particular device's screen size or screen pixel density is, but Juanita will tell you.

The app hardly has any code, all the logic is done by the Android system. String resources have been created for most resource configuration qualifiers (ex: values-ldpi, values-large, etc) and those string values are displayed in a table. When Android loads the app it loads the appropriate resource based on the device configuration.

New features

Updated to meet Play Store requirements and also added some more resource qualifiers.