2183 comments found.
Admin password please
Hi Orachorn,
User login admin panel :
username : admin
password : admin
Thank you
Hello, Nice Application.
Pre sale questions: I want to know that the wallpaper can be scrollable? Demo is too slow, why?
Thanks
Hi amitrr,
what you mean about wallpaper can be scrollable, is after set wallpaper or view image inside application?
the image can be zoom with pinch zoom, finger swipe to view other image wallpaper, save to gallery, and other features, you can try the demo apk and admin panel.
the demo is not slow, I have test on many device and it’s working normally, check you internet connection, and please try to re open after restart your phone first.
Thank you
Can I load the image from remote URL?
Hi itkamaraj,
the image only can load from admin panel that has include in package, the android app as client side implemented based web services, so the image source only can take from admin panel as server side.
Thank you
So.. Its like
Application -> php call -> Jason output ( from mysql table ) ?
If I put the URL as remote server URL in the mysql table… Will it work ?
Thanks
Yes, you right,
Android read the json output from mysql table.
It’s will work, but, I have set default url on android code which connected to specific path from admin panel directory, so, if you want to use external image url, it also need change few code on android side.
Thank you.