21 comments found.
Hello before i buy this lets say i upload into folder will this sync be done automtically with me having to do any user interaction
Hi, Yes, the app will sync and display data automatically when you upload wallpaper images into the folder. Thanks
without me doing nothing just show wall paper randon also will get all
Hi, Wallpapers cannot be displayed randomly, Google Drive API does not support that, valid ORDER BY keys are: createdTime, folder, modifiedByMeTime, modifiedTime, name, name_natural, quotaBytesUsed, recency, sharedWithMeTime, starred, or viewedByMeTime, then, valid ORDER SORT keys are: asc or desc. Thanks
so once setup the app does need me to login to google drive everytime just once and then it will continue to get the wallpaper from drive with any further user intertaction
Hi, Generally only once, it’s like if you upload a file to your google drive storage, so the wallpaper image you uploaded on google drive will automatically appear in the app. Thanks
Hello mate, Last Update: 22 November 2023 Will you update it soon ?
Hi, Yes, all our items will be updated no later than August 31st. Thanks
Waiting for it 
Hi, This item has received an update. Thanks
Thank you mate ❤
Hi! Is code updated?
Hi, Yes, this item has received an update. Thanks
Hi, Please Where Can I Make Name Of Wallpaper Invisible ?
Hi, You can configure it from config.json: https://prnt.sc/MXLFM2TnJ3nC Thanks
I Want To Invisible Wallpaper Name At Home but i Find It , Thank you verry Much
Hi, Glad to hear that you’ve find it, congratulations. Thanks
please Help When I Upload My App i See this Msg https://prnt.sc/Po0yQDsk11vX
Hi, Please follow this tutorial here: https://blog-solodroid.blogspot.com/2024/06/fix-playcore-sdk-warnings.html Thanks
check email please
Please answer my email, I can’t remove the name of the photo in the application
Hi, there is no email from your side, make sure you’ve mention your codecanyon username – item purchase code in your email subject. Thanks
still no respone
Hi, No email, we think you’ve send to wrong email address! You should send to: help.solodroid@gmail.com and mention your codecanyon username – item purchase code. Thanks
check again, spittime
Hi, Replied, check your email. Thanks
Can you make a Flutter app that uses Google Drive api? Is yes. Please tell me so i can text you and we can work on a project
Hi?
Hi, We are Native Android App developers, so we don’t have a flutter version. Thanks
Gan, kalo misal mau bikin 10 App berati harus daftar Google Drive 10 akun juga ya ? atau 1 akun Google Drive bisa untuk beberapa App/packname?
Halo gan, satu gdrive bisa untuk beberapa app, manajemen folder untuk setiap app bisa dipisahkan, tetapi perlu diingat bahwa akses gdrive API untuk setiap akun google itu ada limitnya, jadi harus disiapkan lebih dari satu akun gdrive untuk membuat API key sebanyak mungkin bergantung jumlah aktif usernya appnya kedepan. Terimakasih
Hello Dear, How much traffic can this app handle? If explained, I would be encouraged to buy this source code.
Hi, 1 email/1 API Key for 10k requests/day, this app supports unlimited API Keys, so the more API Keys used, the more request limits there will be. Thanks
Any traffic limitation?
Hi, 1 email/1 API Key for 10k requests/day, this app supports unlimited API Keys, so the more API Keys used, the more request limits there will be. Thanks
Why is the app not available on Play Store? The wallpaper thumbnails are generated in low quality. You should make your app smaller.
Hi, All of our app product demos are available in the All-In-One Demo App here, then, thumbnails quality can be improved. Thanks
First all the wallpapers should be shown randomly
Hi, No, this app uses the Google Drive API, the data displayed is based on the API response itself. Thanks
Hi Dear Developer,
I hope you are well.
I’ve requested to improve app features and functionality that can be helpful for all.
- *On the Homepage, please add features to display all wallpapers from all folders instead of from a single folder.
- *Please add features to Search in all folders, not only in one folder or in the current selected folder.
- we already discussed this, which is, the Favorite page column number does not sync the column number function, and always shows 2 columns even if 3 columns are selected or as default columns.
Please please take these note and implement them soon in app for us
.
Thank you soo much again.
Hi,
You must understand, this app based on Google Drive API, your 2 requests are impossible to implement, and as far as we know, there is no method or API to do these two tasks, so it is not possible.
If you want all the wallpapers to be displayed, you have to save the wallpapers in one folder only and not more than one folder, in this case the app will not have categories, the navigation drawer menu will also be automatically disabled, this also applies to the search feature.
Regarding the favorite column, you don’t need to repeat it, in the comments column we have also provided the solution, of course it will be added in the next update.
Thanks
Thank you very much Dear Developer. I understand now.
yes, now I’m using only one folder in Google Drive.
Hello Developer, 1. How can I change wallpaper thumbnail size, images quality is very low.
Hi,
Thumbnail size cannot be changed, thumbnail is generated automatically by google drive services, here the example:
Thumbnail image:
https://drive.google.com/thumbnail?id=19xEZGVgiHDCW18r7TU2JTbcUONC5Dal2
Original image:
http://drive.google.com/uc?export=view&id=19xEZGVgiHDCW18r7TU2JTbcUONC5Dal2
Thanks
thumbnail size can’t be change somehow? different thumbnail size can’t be called in app more then s220?
Hi,
Thumbnail quality can be improved, open adapters/AdapterWallpaper.java, look for the line of code below:String wallpaperThumbnail = "https://drive.google.com/thumbnail?id=" + wallpaper.id;then change the code to below:
String wallpaperThumbnail = "https://drive.google.com/thumbnail?sz=w320&id=" + wallpaper.id;
From the example above, the thumbnail quality is set and the width increased to 320
Thanks
Thank you very much for these instructions, I changed the image size with this info. I explored this code before but had no idea what to implement to increase size. thank you
Hi, Good luck, if you like it, we will highly appreciate if you can provide us 5 rating and review for this item, hopefully this item will be useful for you. Thanks
I will send you lots of info for the app about issues, improvements, errors/bugs, that can help to improve your the apps, which will be good for all of us. I love to you to increase app quality for all of us.
Of course I love to provide 5 star. Already bought 4 apps from you
. All your clients looking for very long term update support needed. Don’t leave us alone.
Another Help Needed
public static final int DEFAULT_WALLPAPER_COLUMN_COUNT = 3;
even after this setting, 2 columns showing in the favorite page
After changing the code here, 3 columns showing, but it’s not good way, right? Please make it functional for us in app.
recyclerView.setLayoutManager(new StaggeredGridLayoutManager(3, StaggeredGridLayoutManager.VERTICAL));
Hi,
Change to this:recyclerView.setLayoutManager(new StaggeredGridLayoutManager(sharedPref.getWallpaperColumns(), StaggeredGridLayoutManager.VERTICAL));
Thanks
Thank you very much, Dear Friend.
But could you please update this function code into App? So in next app update, all users including me can get functional automatic column change in all page?
Hi, Yes, we will add that in the next update. Thanks
Great, All the best. Friend.
The application does not work after completing all the steps, the application keeps crushing I have left you an email with a video, I await your feedback
Hi, Based on your video, it’s possible that the error you made was entering the wrong JSON URL or your JSON structure is invalid, for that, please send your access key here so we can check it: help.solodroid@gmail.com Thanks
Hi,Does it support video wallpapers?
Hi, Not yet supported, live wallpaper supports gif format. Thanks
Can you please provide a copy of the json file?
Thank you, and how to lock a certain wallpapers to make user unlock it by rewarded ad video?
Hi, Just add the name “rewarded” to the image you want to lock: https://prnt.sc/NxusQPcS-hrb Thanks
Ok, thank you for replying 
Hi, You’re welcome, do you interested to purchase this item? Thanks
Yea, I hope I can purchase it very soon
Hi, Thank you, we are waiting for you to buy this item 
its looking better than blogger.
Hi, All good and adjust to your needs, whether you want to use Blogger or Google Drive as a server or storage for wallpaper images. You can try the demo version for further exploration regarding the features in the app. Thanks
I like the app but we want to receive data from local database and also want fully offline. Can you help us we will pay you.
Hi, Unfortunately, that’s not possible because the concept is different, full offline is not the right way in our opinion, it will make the apk/aab file size very large and will be bad in user experience, so online mode is the best and the apk/aab file size is of course relatively small and light, then uses the Google Drive service to store as many images as you want, the app is also monetized using the ads network and of course an internet connection is required. Thanks
Multiple api key mean can use more then one drive account
Hi,
As the Google Drive API is a shared service, Google apply quotas and limitations to make sure it’s used fairly by all users and to protect the overall performance of the Google Workspace system.
So, to increase the limit, this app supports multiple API Keys so that the limit can be increased depending on the number of API Keys used, 1 Google account can only be used for 1 API Key, for the example, if you want to use 10 API Keys, you will need 10 Google accounts, and so on.
Thanks
Ok thanks one more doubt, previous googl account suspension problem solved or not .. if solved then i want to buy this app.
There is one error showing in demo app when i change column from 2 view to 3 view it will show error when i am setting wallpaper .. showing wallpaper error
Hi,
All our products have been updated and there are no problems with Google Play, so of course this item is safe and can be published to Google Play.
We did not find the error as you mentioned, if an error occurs on your side, can you take a screen capture video regarding the error? you can send the details to our email: help.solodroid@gmail.com
Thanks