How to download audio files one by one and show progress [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am developing such application in which there is a switch , once the user turn on the switch all the audio files in the list should be download one by one and progress will be shown besides the name of audio file, i am facing the problem to show the particular progress, and once the user turn off the switch the download should be stop, Please help...as shown in picture the progress will be shown besides particular downloading file

There is a beautiful library. it has a lot more features like serial/parallel downloading. but you have to create custom logic and animation according to your screen

Related

download needed files to aplication android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I'm a beginner in android atudio, I recently make my first app, I put in many raw resources file(txt,mp3) that is why it's size is big (~200Mo).
I want to allow user to download what he need in order to benefit my service like listen to mp3 read text.
You should carefully consider why you need this much data in your app, remove all unnecessary parts and put everything you really need into the .apk as resource.
If I find some app is downloading 200MB to my phone, I'll uninstall that immediately.

Uploading Files continuously to Firebase Storage in background with progress notification [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am able to upload images successfully to Firebase Storage but what if
App is stopped,closed or killed by user or system ?
Network is switched off ?
or any other kind of failure condition.
Now what I want is to continue the task from same % uploaded in background until it finish and show its progress using notification at the top of screen how can I do this?
Here's what I want to show.
In order to do that you have to create a background service that will execute in the background and show the progress of the completion of the image. This link will help you.
https://github.com/firebase/quickstart-android/tree/master/storage
Just try to download the project and execute it you. Then you will get to know how it works and then by seeing the code you can implement in your app.

Show instructions on how to use an app on Android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
How do you show the user, how to use the app. Is there a tool or something which allows the user to learn how to use it, like a tutorial.
Or what would you do?
By the way, in my app, the user just needs to understand which button needs to be clicked. Basically, he must pick the correct button according to the background color.
To show or introduce your app to the user is called as show casing your app/views(we can say aka tutorial).
You can make your own showcasing animations but there are some libraries for that purpose
ShowCaseView
spotlight(my favourite one)
You can easily implement that by reading some more stuff about showcasing app or views

Adobe AfterEffect animation in Android app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I'd like to make my own loading screen for android applications, probably to show it in a splash screen or during GUI updates.
I followed some tutorials and i was able to create a loading animation in AfterEffect. Than i can export it in any format with Adobe MediaEncoder.
I already tried to export it in a collection of Png files which i can show with android FrameAnimation, but i always get a Memory Error.
Which format should i use and how i can implement it in the android app?

Custom download progressdialog android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am creating a Data Backup application in android that can synchronize with server and device to take backup of specified data.
Here when the synchronize process carry on i want to show the progress to the user on screen.For that i have a beautiful design of progress dialog that shown in below image.
Here i have developed outside design of half circle , but i am unable to create the moving line inside circle that show the progress.
So please help me how can i do this.
You need to customzie this using following libraries:
https://github.com/ntoskrnl/SpeedometerView
https://github.com/bilthon/Android-Speedometer
http://www.oodlestechnologies.com/blogs/Implementing-Speedometer-in-Android
https://github.com/CodeAndMagic/GaugeView
You can also use this library.
https://github.com/TriggerTrap/SeekArc

Categories

Resources