Mobile Developer's Guide to the Galaxy

Total Page:16

File Type:pdf, Size:1020Kb

Mobile Developer's Guide to the Galaxy Don’t Panic MOBILE DEVELOPER’S GUIDE TO THE GALAXY ly upd te ate le d p m o c 6 E S E R TI F LL FOR published by: We create Apps. Enough Software GmbH + Co. KG Stavendamm 22 28195 Bremen Germany www.enough.de 16th Edition February 2016 This Developer Guide is licensed under the Creative Commons Some Rights Reserved License. Please send your feedback, questions or sponsorship requests to: [email protected] Follow us on Twitter: @MobileDevGuide Art Direction and Design by Cornelius Kwietniak Mladenka Vrdoljak Editors: Marco Tabor Mladenka Vrdoljak www.mobiledevelopersguide.com Mobile Developer’s Guide Contents 1 Prologue 4 The Galaxy of Mobile: An Introduction by Robert Virkus & Marco Tabor 18 From Idea To Concept by Sebastian Meyer 28 User Experience & User Interface Design by Anna Alfut 42 Android by Andre Schmidt & Vikram Kriplaney 60 iOS by Alex Repty 74 Windows by Robert Virkus 84 Going Cross-Platform by Robert Virkus 96 Mobile Sites & Web Technologies by Daniel Kranz 112 Enterprise Apps by Ian Thain & Davoc Bradley 124 Mobile Gaming by Oscar Clark 150 Mobile Development & the Internet of Things by Alex Jonsson 160 Apps for Wearables by Robert Virkus 168 Application Security by Dean Churchill 180 Accessibility by Sally Cain 200 Testing by Julian Harty & Marc van’t Veer 224 Mobile Analytics by Julian Harty 236 Collecting & Understanding User Feedback by Julian Harty 246 Monetisation by Michel Shuqair 262 Epilogue 263 About the Book Prologue Another year, another big round of changes: Mozilla stopped Firefox OS and Jolla went through financial crisis that almost put an end to the project. BlackBerry released its first Android device (but promised to continue its support of BlackBerry 10). Google is now a part of their own family company “Alphabet”. Apple released Swift as Open Source and Microsoft released its “operating system as a service” Windows 10. So the mobile universe keeps evolving - and starts merging with wearable sector. Due to these changes we decided to say goodbye to the dedicated Firefox OS, Java ME, BlackBerry 10 and Tizen chapters in this book and to focus even more on strategic and conceptual topics. One of the main progresses of the mobile industry in the younger past is that the user got more and more into the focus. Developers and app providers have understood that user feedback is a key factor of success. So we have extended the user-related content of this book even further with this edition: The concept and the design chapters are outlining how to involve users early and a completely new chapter about user feedback explains how to deal with your end-customers once you have gone public. Prologue 1 We would like to thank our dedicated authors - you all rock! Another big thanks goes to our printing sponsor Microsoft - please visit their developer offerings at dev.windows.com and azure.com. And now go ahead: Dive into the mobile universe and let us help you to find your very own place in it! Robert + Marco / Enough Software Bremen, February 2016 PS: Please follow us on Twitter @MobileDevGuide and visit mobiledevelopersguide.com to obtain the electronic edition of this booklet, which is available in several languages. 1 Prologue 2 MOBILE DEVELOPER’S GUIDE TO THE GALAXY 1 PLAYER GAME 2 PLAYER GAME The Galaxy of Mobile: An Introduction Welcome to the world of mobile development, a world where former giants stumble and new stars are seemingly born on a Robert Virkus & Marco Tabor Robert Virkus & Marco regular basis. BY The focus of this book is on developing mobile apps, which encompasses a number of phases including: planning and specification, prototyping and design, implementation, internal testing and deployment, deployment to an app store, discovery by users, installation, use and feedback. Ultimately, we want our users to enjoy using our apps and to give us positive ratings to encourage other users to do likewise. Keep reading to learn how to develop apps for the major platforms. Should this be the first time that you have con- sidered getting involved, don't delay; mobile has become the predominant form of computing in many areas already. Time spent on mobile app usage even surpassed the good old TV1- at least in the US. While developing mobile apps shares many common feature with developing other software, it has specific characteristics. We will cover some of these next. 1 dminc.com/blog/mobile-app-usage-surpasses-tv The Galaxy of Mobile: An Introduction 4 Topology: Form Factors and Use Patterns Traditionally we app developers only targeted phones. Then tablets followed, and today our apps can span across a complete range of device types: smartwatch, smart glass, phone, tablet, PC, TV and automotive. Other form factors might follow. Each form factor poses its own usability challenges; for instance, a tablet demands different navigation to a phone, input on TV systems can be cumbersome, and so on. Use patterns in an Android app, of course, differ from those on iOS, which also differ from those for Windows apps, et cetera. You should, therefore, refrain from providing an identi- cal experience on all form factors or even all you target are smartphones. Otherwise, you risk delivering a mediocre service to various sections of your target user base. Star Formation: Creating a Mobile Service There are several ways to realise a mobile service: — App — Website — SMS, USSD2 and STK3 App Apps run directly on the device. You can realise them as native, web-based or hybrid apps. 2 en.wikipedia.org/wiki/USSD 3 en.wikipedia.org/wiki/SIM_Application_Toolkit The Galaxy of Mobile: An Introduction 5 Native Apps A native app is programmed in a platform specific language with platform specific APIs. It is typically purchased, down- loaded and upgraded through the platform specific central app store. Native apps usually offer the best performance, the deepest integration and the best overall user experience compared to other options. However, native development is often also the most complex development option. Web Apps A web app is based on HTML5, JavaScript and CSS and does not rely on any app store. It is a locally stored mobile site that tries to emulate the look-and-feel of an app. A famous example of a web app is the Financial Times4, which left the app store in order to keep all subscriber revenue to themselves for the web world; conversely, the web-based Facebook iOS app was revamped into native app in order to dramatically improve its performance and usability. There are several web app frameworks available to build a native wrapper around such apps so that you can publish them in app stores, such as Phonegap5. Hybrid Apps For many mobile app developers a hybrid approach to app development has become quite common: an app can use native code for enhanced performance and integration of the app with the platform, while using a webview together with HTML5- based content for other parts of the app. Parts of the resulting app behave like a native app, while other parts are powered by web technologies. The web-based part can use Internet 4 apps.ft.com/home/web-app 5 www.phonegap.com 5 The Galaxy of Mobile: An Introduction 6 connectivity to offer up-to-date content. While this could be viewed as a drawback, the use of web technologies enables developers to revise content and features without the need to submit updates to app stores. The key challenge is to combine the unique capabilities of native and web technologies to create a truly user-friendly and attractive app. Website A website runs on your server but you can access various phone features on the device with JavaScript, for example to store data locally or to request the current location of the device. In contrast to apps, mobile websites are inherently cross-platform. Historically mobile websites often catered for WebKit based browsers such as the Mobile Safari. Nowadays, WebKit and Chromium are the dominant mobile rendering engines with Internet Explorer's Trident engine and others fol- low behind in the mobile space. For the sake of an open web, aim to use HTML5 standards as much as possible and refrain from rendering engine-specific code. SMS, USSD and STK Simple services can be realised with SMS, USSD or STK. Every- one knows how SMS (Short Message Service) text messaging works and every phone supports SMS, but you need to convince your users to remember textual commands for more complex services. USSD (Unstructured Supplementary Service Data) is a GSM protocol used for pushing simple text based menus, the capabilities depend on the carrier and the device. In Sri Lanka, visitors can receive a free SIM card which is registered using USSD menus. STK (SIM Application Toolkit) enables the implementation of low-level, interactive apps directly on the SIM card of a 7 phone. STK may appear irrelevant when so much focus is on smartphone apps; however, for example, M-Pesa is an STK app which is transforming life and financial transactions in Kenya and other countries.6 The Universe of Mobile Operating Systems The mobile space is much more diverse than other areas in IT. When you are developing software for personal computers, you basically have 3 operating systems to chose from. When it comes to mobile, there are many more. This book provides an introduction to the mobile operating systems that are currently the most relevant. Be aware, the mobile space changes continuously and at a speed that you will seldom observe in other businesses. We have seen many promising technolo- gies appear and quickly disappear, regardless of how big the companies behind them are, or the historic market relevance of those companies.
Recommended publications
  • Windows 10 Update Advisor Download Free Download Upgrade Advisor 2.4.1.0 Appx for Windows Phone
    windows 10 update advisor download Free Download Upgrade Advisor 2.4.1.0 AppX for Windows Phone. You are downloading the Upgrade Advisor AppX file v2.4.1.0 for Windows Phone . Upgrade Advisor is a free and useful Productivity app: The Windows 10 Mobile Upgrade Advisor app helps you find out if your Windows Phone 8.1 phone is eligible to install the upgrade to Windows 10 Mobile. You can now download the offline AppX file to install & try it. Download Locations for Upgrade Advisor 2.4.1.0 AppX file. Important Notice: Now Due To Unspecified Limitations, You Can Not Use The Offline AppX File To Install It Any More. To try to install it manually from an SD card, you should choose one of the server location above to get the offline Upgrade Advisor AppX file, move the file to your phone's SD card and then tap 'Install local apps' in the phone's App list. Appx4Fun.com only share the original AppX installer for Upgrade Advisor v2.4.1.0. There are NONE cheat, crack, unlimited gold patch or any other modification of the AppX file. All the Windows Phone apps & games here are free for home or personal use ONLY. Upgrade Advisor is the property and trademark from the developer Microsoft Corporation, all rights reserved. Windows 10 Upgrade Advisor. Windows 10 for mobile phones are now ready and can be installed by using the Windows 10 Upgrade Advisor app which you can download to your Windows 8.1 smartphone from app market. To upgrade to Windows 10 , first download Windows 10 Upgrade Advisor then launch the application.
    [Show full text]
  • How Ios 7 Stacks Up:Smartphone OS User Experience Shootout
    How iOS 7 Stacks Up: Smartphone OS User Experience Shootout a Pfeiffer Report Benchmark Project www.pfeifferreport.com @pfeifferreport Introduction Why is it that the arrival of iOS 7 Whether we like it or not, We do not look at features, we do not smartphones have become a compare cutting-edge options and is necessarily a momentous software game. Take any recent gadgets, we only look at aspects event for the smartphone top-of-the-line smartphone, and you that have a direct impact on the are likely to get a well-designed, fast, day-to-day user experience of an market? Simple: Unlike any other pleasant to use bit of hardware: fluid average, non-technical user. operating system out there, it will operation, responsive interaction, fast The aspects we have surveyed and be in the hands of millions or tens graphics. The difference of user rated are the following: experience, therefore, stems of millions of users within a few cognitive load, efficiency, almost exclusively from the customization, as well as user days after its launch. operating system, the user interface experience friction. Based on And that will make it a force to be design, the application integration, the the results from these benchmarks overall coherence. we have then established an overall reckoned with. This report compares the five Mobile Operating System User major mobile operating systems Experience Index presented at the * The question is, of course: in use today: iOS 7, iOS 6, Android , end of this document. Windows Phone 8, and Blackberry 10, The benchmarks are based on the How good is it really? and rates them in terms of user Pfeiffer Consulting Methodology experience.
    [Show full text]
  • Comparison of GUI Testing Tools for Android Applications
    Comparison of GUI testing tools for Android applications University of Oulu Department of Information Processing Science Master’s Thesis Tomi Lämsä Date 22.5.2017 2 Abstract Test automation is an intriguing area of software engineering, especially in Android development. This is since Android applications must be able to run in many different permutations of operating system versions and hardware choices. Comparison of different tools for automated UI testing of Android applications is done in this thesis. In a literature review several different tools available and their popularity is researched and the structure of the most popular tools is looked at. The two tools identified to be the most popular are Appium and Espresso. In an empirical study the two tools along with Robotium, UiAutomator and Tau are compared against each other in test execution speed, maintainability of the test code, reliability of the test tools and in general issues. An empirical study was carried out by selecting three Android applications for which an identical suite of tests was developed with each tool. The test suites were then run and the execution speed and reliability was analysed based on these results. The test code written is also analysed for maintainability by calculating the lines of code and the number of method calls needed to handle asynchrony related to UI updates. The issues faced by the test developer with the different tools are also analysed. This thesis aims to help industry users of these kinds of applications in two ways. First, it could be used as a source on what tools are over all available for UI testing of Android applications.
    [Show full text]
  • Brief Industry Trends Report 2H 2008
    ISSN 1985 - 7535 Brief Industry Trends Report 2H 2008 Malaysian Communications and Multimedia Commission (SKMM), 2009 The information or material in this publication is protected under copyright and save where otherwise stated, may be reproduced for non commercial use provided it is reproduced accurately and not used in a misleading context. Where any material is reproduced, SKMM as the source of the material must be identified and the copyright status acknowledged. The permission to reproduce does not extend to any information or material the copyright of which belongs to any other person, organisation or third party. Authorisation or permission to reproduce such information or material must be obtained from the copyright holders concerned. This work is based on sources believed to be reliable, but SKMM does not warrant the accuracy or completeness of any information for any purpose and cannot accept responsibility for any error or omission. Published by: Malaysian Communications and Multimedia Commission Off Persiaran Multimedia 63000 Cyberjaya, Selangor Darul Ehsan Tel: +60 3 86 88 80 00 Fax: +60 3 86 88 10 06 Toll Free: 1- 800-888-030 http://www.skmm.gov.my CONTENTS FOREWORD 2 SUMMARY HIGHLIGHTS 3 C&M MARKET CAPITALISATION AND PERFORMANCE Feeling the Effects of Global Financial Crisis 4 C&M Market Capitalisation Plummeted Significantly 6 Individual C&M Companies Contribution to Bursa Malaysia 7 C&M Companies Share Price Movements 7 C&M Amongst Other Heavyweights 8 Local C&M versus Overseas by Market Capitalisation in US Dollar 9 GOOGLE
    [Show full text]
  • Windows 10-New Features & Apps
    Windows 10-New Features & Apps By Tom Krauser This article discusses some of the new features and apps that come packaged in Windows 10. It is only a brief summary of these features. For more information you can search the internet or check YouTube for instructional videos on your topic of interest. The following links provide some good basic information on Windows 10 and should be helpful to you. https://support.microsoft.com/en-us/products/windows?os=windows-10 https://support.microsoft.com/en-us/help/4043948/windows-10-whats-new-in-fall-creators-update-1709 The following article from PC World Magazine provides articles on a lot of new features in Windows 10. https://www.pcworld.com/tag/windows10/ The following article by CNET discusses some of new features in the latest update to Windows 10. https://www.cnet.com/how-to/windows-10-tips-best-features/ Alarms & Clocks: A combination of alarm clock, world clock, timer, and stopwatch. Set alarms and reminders, check times around the world, and time your activities, including laps and splits. The following link discusses how to set timers, alarms, and stopwatches: https://www.howtogeek.com/225211/how-to-set-timers-alarms-and-stopwatches-in-windows-10/ Camera: Many modern devices with Windows include a webcam and, to use it, you need an app that helps you take pictures, record videos or stream video while video chatting. For this purpose, Microsoft has built an app called Camera, which is available by default in Windows 10. Connect: Use Connect App to Cast Your Smartphone Screen to Your PC.
    [Show full text]
  • Mobile Developer's Guide to the Galaxy
    Don’t Panic MOBILE DEVELOPER’S GUIDE TO THE GALAXY U PD A TE D & EX TE ND 12th ED EDITION published by: Services and Tools for All Mobile Platforms Enough Software GmbH + Co. KG Sögestrasse 70 28195 Bremen Germany www.enough.de Please send your feedback, questions or sponsorship requests to: [email protected] Follow us on Twitter: @enoughsoftware 12th Edition February 2013 This Developer Guide is licensed under the Creative Commons Some Rights Reserved License. Editors: Marco Tabor (Enough Software) Julian Harty Izabella Balce Art Direction and Design by Andrej Balaz (Enough Software) Mobile Developer’s Guide Contents I Prologue 1 The Galaxy of Mobile: An Introduction 1 Topology: Form Factors and Usage Patterns 2 Star Formation: Creating a Mobile Service 6 The Universe of Mobile Operating Systems 12 About Time and Space 12 Lost in Space 14 Conceptional Design For Mobile 14 Capturing The Idea 16 Designing User Experience 22 Android 22 The Ecosystem 24 Prerequisites 25 Implementation 28 Testing 30 Building 30 Signing 31 Distribution 32 Monetization 34 BlackBerry Java Apps 34 The Ecosystem 35 Prerequisites 36 Implementation 38 Testing 39 Signing 39 Distribution 40 Learn More 42 BlackBerry 10 42 The Ecosystem 43 Development 51 Testing 51 Signing 52 Distribution 54 iOS 54 The Ecosystem 55 Technology Overview 57 Testing & Debugging 59 Learn More 62 Java ME (J2ME) 62 The Ecosystem 63 Prerequisites 64 Implementation 67 Testing 68 Porting 70 Signing 71 Distribution 72 Learn More 4 75 Windows Phone 75 The Ecosystem 76 Implementation 82 Testing
    [Show full text]
  • Us Consumer Best Practices for Messaging
    U.S. Consumer Best Practices for Messaging Version 7.0 V7.0 Publication Date: October 16, 2012 Effective Date: October 16, 2012 Table of Contents INTRODUCTION: US CONSUMER BEST PRACTICES FOR MESSAGING .......................... 4 SCOPE: STANDARD RATE, PREMIUM RATE, AND FREE TO END USER ............................................... 5 CTIA AUDIT STANDARDS ................................................................................................ 5 REFERENCES: MMA DOCUMENTS AND LINKS FOR REFERENCE PURPOSES .......................................... 5 RECENT CHANGES ......................................................................................................... 6 CROSS CARRIER STANDARDS .................................................................................... 7 SECTION 1: STANDARD RATE ........................................................................................... 7 Standard Rate Cross Carrier Guidelines ..................................................................... 7 1.0 General Guidelines ....................................................................................................... 7 1.1 Messaging Frequency Guidelines .................................................................................... 7 1.2 Guidelines for Advertising Messaging Programs ................................................................ 7 1.3 Advertising to Children ................................................................................................. 8 1.4 Opt-In .......................................................................................................................
    [Show full text]
  • Konyproducts Supported Devices OS Browsers
    Kony Visualizer Supported Devices, OS, and Browsers Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on the Revision History page. Remember to always view and download the latest document version relevant to the software release you are using. © 2016 by Kony, Inc. All rights reserved 1 of 47 Kony Visualizer Version 1.3 Copyright © 2014 Kony, Inc. All rights reserved. April, 2017 This document contains information proprietary to Kony, Inc., is bound by the Kony license agreements and may not be used except in the context of understanding the use and methods of Kony Inc, software without prior, express, written permission. Kony, Empowering Everywhere, Kony, Kony Nitro, and Kony Visualizer are trademarks of Kony, Inc. MobileFabric is a registered trademark of Kony, Inc. Microsoft, the Microsoft logo, Internet Explorer, Windows, and Windows Vista are registered trademarks of Microsoft Corporation. Apple, the Apple logo, iTunes, iPhone, iPad, OS X, Objective-C, Safari, Apple Pay, Apple Watch and Xcode are trademarks or registered trademarks of Apple, Inc. Google, the Google logo, Android, and the Android logo are registered trademarks of Google, Inc. Chrome is a trademark of Google, Inc. BlackBerry, PlayBook, Research in Motion, and RIM are registered trademarks of BlackBerry. All other terms, trademarks, or service marks mentioned in this document have been capitalized and are to be considered the property of their respective owners. © 2016 by Kony, Inc. All rights reserved 2 of 47 Kony Visualizer Version 1.3 Revision History Date Document Version Description of Modifications/Release 04/10/2017 1.4 Document updated for 7.3 10/24/2016 1.3 Document updated for 7.2 07/18/2016 1.2 Document updated for 7.1 02/29/2016 1.0 Document updated for 7.0 © 2016 by Kony, Inc.
    [Show full text]
  • The Mobile Games Landscape in 2015 | Newzoo
    © 2015 Newzoo NEWZOO TREND REPORT The Mobile Gaming Landscape 2015 And the power users who shaped it INCLUDES CONTRIBUTIONS FROM What I believe we’ve seen in mobile gaming in 2015 is the beginning of a broader trend toward convergence. As shown by the success of FOREWORD Bethesda’s Fallout Shelter on mobile in June 2015 and Fallout 4 on PC, PS4 and Xbox One, game companies are beginning to realize that consumers desire gaming content to fit the various contexts that form It has been another big year for mobile gaming. In fact, it has been the their lives. biggest year in the history of the industry so far. With the sector generating revenues of over $30 billion and King, arguably the biggest As a result, we’ll be seeing in 2016 onward a move player in the market, valued at $6 billion, it’s fair to say that mobile gaming has reached heights in 2015 that few of us would have expected away from defining games by their platform toward a decade ago. Unfortunately, what this means for the industry now and models that allow game content to be played and, in the future has been clouded by antagonistic models of thinking. Whether deliberately or otherwise, mobile gaming’s success has tended equally important, viewed everywhere. to be framed as a battle with console or PC. Sony’s announcement that PS4 Remote Play, which allows console When I unpacked the data from this report, a different picture emerged. owners to play content without carrying the product around, comes hot In contrast to the usual narratives about mobile versus console or PC on the tail of Microsoft allowing Xbox One titles to run on Windows.
    [Show full text]
  • A Comparative Analysis of Mobile Operating Systems Rina
    International Journal of Computer Sciences and Engineering Open Access Research Paper Vol.-6, Issue-12, Dec 2018 E-ISSN: 2347-2693 A Comparative Analysis of mobile Operating Systems Rina Dept of IT, GGDSD College, Chandigarh ,India *Corresponding Author: [email protected] Available online at: www.ijcseonline.org Accepted: 09/Dec/2018, Published: 31/Dec/2018 Abstract: The paper is based on the review of several research studies carried out on different mobile operating systems. A mobile operating system (or mobile OS) is an operating system for phones, tablets, smart watches, or other mobile devices which acts as an interface between users and mobiles. The use of mobile devices in our life is ever increasing. Nowadays everyone is using mobile phones from a lay man to businessmen to fulfill their basic requirements of life. We cannot even imagine our life without mobile phones. Therefore, it becomes very difficult for the mobile industries to provide best features and easy to use interface to its customer. Due to rapid advancement of the technology, the mobile industry is also continuously growing. The paper attempts to give a comparative study of operating systems used in mobile phones on the basis of their features, user interface and many more factors. Keywords: Mobile Operating system, iOS, Android, Smartphone, Windows. I. INTRUDUCTION concludes research work with future use of mobile technology. Mobile operating system is the interface between user and mobile phones to communicate and it provides many more II. HISTORY features which is essential to run mobile devices. It manages all the resources to be used in an efficient way and provides The term smart phone was first described by the company a user friendly interface to the users.
    [Show full text]
  • A Survey of Smartwatch Platforms from a Developer's Perspective
    Grand Valley State University ScholarWorks@GVSU Technical Library School of Computing and Information Systems 2015 A Survey of Smartwatch Platforms from a Developer’s Perspective Ehsan Valizadeh Grand Valley State University Follow this and additional works at: https://scholarworks.gvsu.edu/cistechlib ScholarWorks Citation Valizadeh, Ehsan, "A Survey of Smartwatch Platforms from a Developer’s Perspective" (2015). Technical Library. 207. https://scholarworks.gvsu.edu/cistechlib/207 This Project is brought to you for free and open access by the School of Computing and Information Systems at ScholarWorks@GVSU. It has been accepted for inclusion in Technical Library by an authorized administrator of ScholarWorks@GVSU. For more information, please contact [email protected]. A Survey of Smartwatch Platforms from a Developer’s Perspective By Ehsan Valizadeh April, 2015 A Survey of Smartwatch Platforms from a Developer’s Perspective By Ehsan Valizadeh A project submitted in partial fulfillment of the requirements for the degree of Master of Science in Computer Information Systems At Grand Valley State University April, 2015 ________________________________________________________________ Dr. Jonathan Engelsma April 23, 2015 ABSTRACT ................................................................................................................................................ 5 INTRODUCTION ...................................................................................................................................... 6 WHAT IS A SMARTWATCH
    [Show full text]
  • Delaney Opposes Name Change Polk Gets Aid to Buffer AP Range
    C M Y K LIVING B12 www.newssun.com NEWS-SUN New year, new you? Highlands County’s Hometown Newspaper Since 1927 Sticking to your New Yearʼs Sunday, January 26, 2014 Volume 95/Number 12 | 75 cents resolutions Dragons done DeLaney opposes name change Boys and girls stopped in By PHIL ATTINGER who served as president of the Monday at 123 E. Pine St. run for titles [email protected] Avon Park City Council for two Kris DeLaney, the former AVON PARK — South Delaney terms and as mayor for 28 years. mayor’s grandson, said it’s fine if SPORTS, B1 Avenue bears the name of a man Current council members are the city wants to name a street for who helped bring Walker scheduled to hear community King, but it shouldn’t be the Memorial Hospital, South Florida input on changing the street name street the city named for his Junior College and federal hous- to Dr. Martin Luther King Jr. grandfather. Polk gets ing projects to Avon Park. Boulevard or if there are other In a letter sent to the city coun- Delaney Heights still bears the suitable streets to name for King. See BATTLE, A6 E.A. DeLANEY Sr. aid to name of Edgar A. DeLaney Sr., The meeting is set for 6 p.m. buffer AP A little Range more than By TOM PALMER Halifax Media Group frost on the BARTOW – Polk County has received $200,000 to aid in ongoing work to buffer Avon Park Air Force windows Range from encroachment by sur- rounding development, Gov.
    [Show full text]