我需要学习什么才能创造我的想法。 [英] What do I need to learn so I can create my idea.

查看:46
本文介绍了我需要学习什么才能创造我的想法。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

两周前我开始学习android开发。因此,我想创建一个具有按钮的应用程序,当您按下它时,它将随机选择让我们说100个音频文件并播放一个文件。音频文件将是巨大的,因此应用程序大小将是巨大的,我不想要那样。另外我想定期更新这些文件(例如每月一次)。我需要知道什么,所以我可以创建这个。请帮助我,抱歉我的英语。



我尝试了什么:



我试图在网络上的任何地方搜索可能我不会问正确的问题?

I started learn android development two weeks ago. So i want to create an app that has a button that when you press it it will choose randomly between lets say 100 audio files and play one file.The audio files will be huge so the app size will be huge and i dont want that.Plus i want to update those files periodically(for example once a month).What do i need to know so i can create this .Please help me and sorry for my english.

What I have tried:

I have tried to search everywhere in the web probably i dont ask the right question??

推荐答案

为什么应用程序大小庞大,因为声音文件很大?您可能不希望在应用程序中嵌入声音,但将它们作为应用程序从Android设备读取的单独文件并在必要时播放。



首先学习如何使用播放特定声音文件的按钮创建应用程序。当你有这个工作时,开始查看随机数并通过随机数索引文件。



至于更新,快速谷歌将帮助你开始:< a href =https://www.google.co.uk/search?q=android+update+apps+java&oq=android+update+apps+java&aqs=chrome..69i57j0.1766j0j7&sourceid=chrome& ; ie = UTF-8> android更新应用程序java - Google搜索 [ ^ ] - 大量阅读那里!
Why should the app size be huge because the sound files are huge? You probably don't want to "embed" the sounds in the app, but have them as separate files that the app reads from the Android device and plays as necessary.

Start by learning how to create an app with a button that plays a specific sound file. When you have that working, start looking at random numbers and indexing the files via a random number.

And as for updates, a quick google will get you started: android update apps java - Google Search[^] - plenty to read there!


引用:

音频文件将是巨大的,所以应用程序的大小将是巨大的,我不想要那个

The audio files will be huge so the app size will be huge and i dont want that

这不是真的,应用程序大小独立于音频文件之一。



您可以使用少量示例音频文件分发您的应用程序让用户下载additio如果她/他希望,最终的组成服务器。

That's not true, the app size is independent from the audio files one.

You may distrubute your app together with few sample audio files and let the user to download additional ones form a server, if she/he wish.


这篇关于我需要学习什么才能创造我的想法。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆