Photo Maker Application icon

Photo Maker 1.0

2.3 MB / 0+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Photo Maker, developed and published by Ivanov Igor, has released its latest version, 1.0, on 2018-09-04. This app falls under the Libraries & Demo category on the Google Play Store and has achieved over 5 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Photo Maker 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.ivanov.tech.photomaker

Updated: 6 years ago

Developer Name: Ivanov Igor

Category: Libraries & Demo

New features: Show more

App Permissions: Show more

Installation Instructions

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

Photo Maker 1.0
2018-09-04 / 2.3 MB / Android 4.0+

About this app

Source code in Github: https://github.com/igorpi25/photomaker

Project is designed to being easy for extention and using in real Android projects. Here are used modules:

ShareProvider

When you click on the "Share" button you'll see that it really works:

IntentFilter

Close PhotoMaker App, and open any photo in your device's Gallery. If you now click on "Share" you'll see that App is here:

Activities

CameraActivity previews in SurfaceView what happened in camera, and can take a photo. Also you can open existing image from gallery(or same other app in device). After taking a photo or opening an existing image, it starts the second activity

PhotoEffectActivity is the main-targeted module that works with visual effects using image's Bitmap. You can apply image-filters to image. This activity available for other external apps from your device. You can send image file from other app by click "Share" function

Permissions

When CameraActivity starting it require permission for SD at first. If permission will not be grant then App finish itself. When user grands camera-permission it starts to require second SD permission. SD-permission is unlike of camera-permission doesn't finish App even when user deny required camera permission, instead of that it shows the TextView with static message. That is necessary for user to open an existing photo from the gallery

IntentProvider

You can send any image to Photo Maker app, using "Share" function from other Apps. You can open photo from WatsApp. Apply visual effect to opened photo. And share the modified photo back to the WatsApp

New features

- Release for Github.com README.md

App Permissions

Required to be able to access the camera device.
Allows an application to write to external storage.
Allows an application to read from external storage.