Android GUI Project.ppt
《Android GUI Project.ppt》由会员分享,可在线阅读,更多相关《Android GUI Project.ppt(25页珍藏版)》请在麦多课文档分享上搜索。
1、Android GUI Project,John Hurley CS 454,Android,1. Android Basics 2. Android Development 3. Android UI 4. Hello, World 5. My Project,Android Basics,Open source OS Uses Linux kernel Optimized for limited-resource environment Apps typically written in Java Apps run on the Dalvik Virtual Machine Not a J
2、VM, but works similarly from developers point of view Usually one app per DVM Each DVM runs under Linux as a separate user App permissions set at install time Possible to use C or C+ compiled to machine code, but still runs on VM. Its not clear to me how this works. Docs say it does not necessarily
3、improve performance.,Sams Teach Yourself AndroidApplication Development in 24 Hours (0321673352),Copyright 2010 Lauren Darcey and Shane Conder,FIGURE 5.6 Simplified Android platform architecture from a security perspective.,Android Development,Well-defined framework for app development Apps are typi
4、cally coded using Java syntax, but other parts of the Java platform are missing Some standard Java SE or ME APIs and class libraries are not included I will give examples when I find out!,Android Development,Standard development environment is Eclipse + Android Development Tools plugin + Android SDK
5、 Development requires either an Android OS device or an emulator Emulator has limitations: Performance is poor Camera, etc., simulated using your computers hardware No real phone calls or texts GPS data, battery readings, etc. must be simulated Real device is affected by specific hardware and softwa
6、re configuration,Android vs. Other Mobile OS,I was able to choose what kind of smart phone to get according to which platform I wanted to use to try mobile development Android: I had Java backend code ready to go for a first project Interesting platform: Familiar programming environment Currently th
7、e market leader Broad market, unlike more focused iOS, Blackberry, and (Palm) webOS Development tools are open source and are free even for commercial use, unlike Visual Studio,Android App vs. Mobile- Optimized RIA,Android Flash plugins available; Silverlight coming soon Could develop in JavaScript
8、and/or HTML5WWW App Easier for users to run; no need to install For a paid app, avoid the 30% App Store commission Easier to write cross-platform apps Android AppsFewer security hurdles Use APIs for access to built in GPS, camera, etc. Probably better performance; one layer less,Android Apps: Market
9、ing,Usually market apps through Android App Market There are other markets, also App store will dominate the market due to access through built in app Can set up for download directly on a website User must agree to “install apps from unknown sources”,Android Apps: Marketing,Revenue from app sales p
10、rices and/or advertising Conventional wisdom is that iOS users will pay for apps, but Android users wont 57% of Android App Store apps are free, vs. 28% for Apple App Store Android Market takes 30% commission Any purchase model other than one-time purchase must be homegrown, using Paypal or similar
11、service PPC ads My guess is that response to these is extremely low Probably need to be very aggressive with banner ads Sell to companies?,Android Deployment,Apps are packaged in .apk format, variant of .jar, then downloaded to device and installed .apks contain .dex files (bytecode), manifest and v
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
2000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ANDROIDGUIPROJECTPPT
