Birthday Photo Maker (Android 11 & SDK 30 Supported) Review
Creating a special photo for a birthday is always a thoughtful gift idea. Our Birthday Photo Maker app makes it incredibly easy to produce a wonderful photo for that perfect present. With numerous frames to choose from, you can wish a happy birthday in style. More than ten free frames in our app provide you with a wide range of choices for creating a beautiful birthday photo.
App Features:
- Lots of great frames collections to choose from
- Add text to the frame with multiple text styles and colors
- Single-touch to rotate, flip, delete, and resize text
- Stickers
- Flip (horizontally or vertically) your image
- Add Border, change its color and size
- Scale, rotate, zoom in/out, or drag the photo to fit the frame as needed
- Easily save, view, or delete your decorated photo
- Share this decorated photo on social networks like Facebook, Gmail, etc.
- Simple and beautiful user interface
Additional Features:
- Google AdMob (banner ads and interstitial ads)
- Rate App
- Contact
- Share App
- More App
What You Get:
- Full Android source code
- Design in screenshot
- Documentation
Requirements:
- Android
- Android Studio
- Android phone (OS 5.0 later)
- Phone and tablet support
- Android (development language)
Screenshots:
[Insert screenshots here]
Change Log:
- 11-Sep-2021: add Android 11 support and SDK 30, bug fixing and design improvement.
- 02-October-2020: Add Android 10 OS support, bug fixed and performance improvement.
Score: 0
Overall, the Birthday Photo Maker app is a great tool for creating personalized birthday photos with ease. With its simple and beautiful user interface, numerous frames, and customization options, it’s perfect for creating special birthday gifts. However, the app has some minor issues with AdMob ads and some features could be improved. With further updates and bug fixing, this app has the potential to become a top-rated birthday photo maker.
Pros:
- Easy to use
- Customization options
- Simple and beautiful user interface
- Numerous frames and stickers
- Share feature
Cons:
- Minor issues with AdMob ads
- Some features could be improved
Rating: 0/5
User Reviews
Be the first to review “Birthday Photo Maker (Android 11 & SDK 30 Supported)”
App Logo
To set the app logo, add the following settings in your strings.xml
file:
<string name="app_logo">drawable logo_name</string>
Replace logo_name
with the name of your app logo drawable file.
Camera Permission Request
To request camera permission, add the following settings in your AndroidManifest.xml
file:
<uses-permission android:name="android.permission.CAMERA" />
<!-- Request camera permission when app is installed -->
<application...>
...
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<meta-data
android:name="android.security.permission.CAMERA"
android:resource="@android:string/camera_permission"
/>
</application>
Image Save Directory
To set the directory where images are saved, add the following settings in your strings.xml
file:
<string name="image_save_dir">/sdcard/BirthdayPhotoMaker/Images/</string>
Replace /sdcard/BirthdayPhotoMaker/Images/
with the directory where you want to save the images.
Album Name
To set the album name where images are saved, add the following settings in your strings.xml
file:
<string name="image_album_name">Birthday Photo Maker</string>
Replace Birthday Photo Maker
with the album name you want to use.
Theme Selection
To set the theme selection, add the following settings in your values.xml
file:
<item name="theme">@style/theme_BirthdayPhotoMaker</item>
And add the following styles in your styles.xml
file:
<style name="theme_BirthdayPhotoMaker" parent="@style/Theme.AppCompat.NoActionBar">
...
</style>
Replace @style/Theme.AppCompat.NoActionBar
with the parent theme of your choice.
License Text
To set the license text, add the following settings in your strings.xml
file:
<string name="license_text">Licensed under the Apache License 2.0.</string>
Replace Licensed under the Apache License 2.0.
with your license text.
Analytics Tracking
To track analytics, add the following settings in your BuildConfig.java
file:
public final static boolean TRACK_ANALYTICS = true;
public final static String ANALYTICS_TRACKING_ID = "YOUR_ANALYTICS_TRACKING_ID";
Replace YOUR_ANALYTICS_TRACKING_ID
with your analytics tracking ID.
Google Maps Key
To set the Google Maps key, add the following settings in your GoogleMapsApiKey.xml
file:
<resources>
<string name="google_maps_key">YOUR_GOOGLE_MAPS_KEY</string>
</resources>
Replace YOUR_GOOGLE_MAPS_KEY
with your Google Maps key.
Facebook SDK Configuration
To set the Facebook SDK configuration, add the following settings in your strings.xml
file:
<string name="facebook_app_id">YOUR_FACEBOOK_APP_ID</string>
<string name="facebook_app_secret">YOUR_FACEBOOK_APP_SECRET</string>
Replace YOUR_FACEBOOK_APP_ID
and YOUR_FACEBOOK_APP_SECRET
with your Facebook app ID and app secret.
Here are the features of the Birthday Photo Maker app extracted from the content:
- Lots of great frames collections to choose from
- Add text to the frame with multiple text style and colors
- Single touch to rotate, flip, delete and resize text
- Stickers
- Flip (horizontally or vertically) your image
- Add Border, change its color and size
- Scale, rotate, zoom in/zoom out or drag the photo to fit the frame as needed
- Easily save, view or delete your decorated photo
- Share this decorated photo on social network like Facebook, Gmail etc.
- Simple and beautiful user interface
- Add sticker
- Download Image
- Delete Image
- Created image list
Additional features:
- Google AdMob (banner ads and Interstitial Ads)
- Rate App
- Contact
- Share App
- More App
Note: The app provides a demo APK with AdMob ads and a demo APK with Facebook ads.
$19.00
There are no reviews yet.