Hi Guys
I am starting on a new project soon. And wanted some advise. Not sure if this is the correct forum to open.
I want to make an App for Android which constantly plays a presentation file (swf,flv,ppt etc) I want to install this app on more than one device. However i want to update this file from one location, for e.g make changes to the content from a server app and push the update automatically to the client app.
Is there a way to do this in Android world?
Thanks
Ali
Related
Hey guys&gals,
Please check this "Share files" new app made to easily share files with friends and other devices through any of the services and apps already installed on the device. What it makes this app different to others is that it is just based on intent calling so it makes this utility very tiny and without needing any required permissions. Also it keeps the aspect of the installed android version and so is even prepared for android L!
Check it at
play.google.com/store/apps/details?id=com.b6dev.share
Just wanted to let you know that "Share files" app has been updated and we are now at 1.15 version with some error corrections. Give it a try!
Hello everyone,
First I apologize if this is not a proper thread for this post
I've been working on an app that brings MEGA cloud access to android devices. Initial version of the app I've created was one of the first apps on the google play store but, working on it alone and having in mind bad API documentation they provided it took me a while to make some progress.
Currently, there are plenty of apps that one can use to upload/download content to and from the cloud using your android device so I focused on automated synchronization.
Basically, app I've created lets you choose any directory on your cloud account and sync it to your phone, also you can sync any folder from your device to the cloud. There are options to choose weather you want to resync deleted files or files that changed in size and edit date.
Sadly I am not allowed to post links, in order to check the app out search for "MEGA Storage Manager" on google play.
If you have a suggestion, or find a bug, feel free to post it here or email me at [email protected].
Regards
ahbab said:
Hello everyone,
First I apologize if this is not a proper thread for this post
I've been working on an app that brings MEGA cloud access to android devices. Initial version of the app I've created was one of the first apps on the google play store but, working on it alone and having in mind bad API documentation they provided it took me a while to make some progress.
Currently, there are plenty of apps that one can use to upload/download content to and from the cloud using your android device so I focused on automated synchronization.
Basically, app I've created lets you choose any directory on your cloud account and sync it to your phone, also you can sync any folder from your device to the cloud. There are options to choose weather you want to resync deleted files or files that changed in size and edit date.
Sadly I am not allowed to post links, in order to check the app out search for "MEGA Storage Manager" on google play.
If you have a suggestion, or find a bug, feel free to post it here or email me at [email protected].
Regards
Click to expand...
Click to collapse
Sounds interesting. Did anybody tried it already? Are there any restrictions (i.e. root, android version ...)?
DrekavacXXL said:
Sounds interesting. Did anybody tried it already? Are there any restrictions (i.e. root, android version ...)?
Click to expand...
Click to collapse
Hello,
There are no special privilege level requirements, users with rooted devices can leverage the app to backup their titanium backup folders or whatever other use-cases people have...
Regards
I have a question. Our developer has created a first version of an app. Now we can test the app on an android Phone and an android Phone. But till then there is no communication at all. We don't know why but it is......
Our next step is to finish the app with another developer. But there is one question.
Is the app file on both phone's also the source file. So can a next developer finish the app (read: fix the latest changments) where the last developer has stopped??
The app on the apple is tested with testflight and the one on the android is send by mail and is an Original android app extention!!
Can someone give me an answer so we can decide if the app should be redesigned from the beginning or we can continue developing/finishing the app
Hi,
We are ahead of a task to setup 100's (hundreds) of Android 6.0 phones.
Is there a way this task could be made easier?
Basically every phone when you turn it on asks you things like: language, WiFi, Google account.
And we would like to make that task easier/quicker.
Also we would like to install an app on the phones as well. (Play Store app).
Any ideas?
Regards
Elemer
elemer82 said:
Hi,
We are ahead of a task to setup 100's (hundreds) of Android 6.0 phones.
Is there a way this task could be made easier?
Basically every phone when you turn it on asks you things like: language, WiFi, Google account.
And we would like to make that task easier/quicker.
Also we would like to install an app on the phones as well. (Play Store app).
Any ideas?
Regards
Elemer
Click to expand...
Click to collapse
Greetings and welcome to assist. The phones can be edited to remove the setup procedure on boot and the user will have to do it whenever they open the particular setting but its not recommended. To pre install a play store app you can just download it to your pc and add it to system/app on the rom but this requires extracting the system img and recompiling it.
It can all be done but requires a bit of android knowledge
Regards
Sawdoctor
Hello there,
I want to develop an android app and make it privately known for people on adroid mobile, meaning they can install it on their mobile phone. That means in short:
develop android app (androidstudio) on Windows OS
publish it somewhere to make it available for other people (for instance GitHub)
other ppl are able to download and install the app, just like they would out of Play Store for instance
updating the app on GitHub will automatically update the app on the phone
How am i achieving this? Are Mobile phones able to install Apps from a github Link? Am i thinking too complicated/shallow? Is there another way to realize this "Play Store" like programming, without publishing an app on a playstore? At the end people shall be able to receive updates "over the air", thus installing the app only once and not checking for further updates.