Skip to main content

Home/ Coders/ Group items tagged life

Rss Feed Group items tagged

David Corking

Moving to Symbian S60: One Year Later - 0 views

  • too many ways to develop for Symbian devices: native code, WRT (web run-time) widgets, Java, browser-apps, etc.
    • David Corking
       
      What disadvantage did he find with having choice? Fragmented community, inconsistent UI, difficulty integrating with 3rd party apps, something else?
  • 5-9 clicks just to add a calendar item.
  • disjointed software updating -- which requires a Windows PC in older Nokia devices -- that leaves many North American users without fixes to serious issues for all but the most popular of handsets.
  • ...7 more annotations...
  • there really isn't something as stable and capable as the Symbian OS (yet).
  • Check with your home or renter's insurance whether they will or not before purchasing high-end models.
  • Nokia's Symbian devices do not always use the same software as Samsung and LG's Symbian devices.
  • Battery life is better with Nokia E-series devices; much better.
  • This platform is fun, but is in major transition; something like what Palm is going through with Palm OS 5 and webOS.
  • phone as a laptop/MP3 player/GPS/web server replacement
  • definitely had its points where I wanted to turn back to the Palm Treos
David Corking

Dr. Dobb's | Smartphone Operating Systems: A Developer's Perspective | March 30, 2009 - 0 views

  • The industry stewards have countered Apple's move with their own application stores, so there's a huge opportunity to write the "killer app" for one of several smartphone platforms.
  • 40 MB to less than 4 MB of free RAM
  • one-app-at-a-time requirement complicates any implementation of a copy-and-paste mechanism.
  • ...45 more annotations...
  • As a security sandbox, the iPhone OS permits only one third-party application to run at a time, and not in the background.
  • adding some useful Bluetooth profiles that supported stereo headsets, data synchronization, or the ability to implement multiplayer games would be usefu
  • iPhone OS 3, that provides some of the missing features mentioned here, such as the A2DP profile for Bluetooth, voice recording, and copy-and-paste.
  • Have to learn Objective-C; is only smartphone platform that uses it.
  • Competitors will soon catch up on the UI.
  • embed navigation and GPS plotting into applications.
  • provide their own map content
  • The OS now supports the use of accessories connected to the iPhone either through its 30-pin docking connector or wirelessly via Bluetooth. Now that the device has been "opened", you can expect an entire ecosystem to build up around the device, much like the iPod has.
  • peer-to-peer connectivity using Bonjour
  • developers can now allow users, from within the application, to purchase and obtain new content
  • No voice dial.
  • A client-server mechanism provides access to low-level system resources, and in fact the kernel itself is a server that parcels out resources to those applications that need them. This transaction scheme allows applications to exchange data without requiring direct access to the OS space.
  • C/C++ for porting existing UNIX applications, and Java to port Java ME MIDlets. As mentioned previously, the software stack offers several run-times that offer application development using WRT widgets, Flash, and Python. The primary programming language for the platform is Symbian C++,
  • Handango has managed the wide-scale distribution of Nokia applications. In February, Nokia announced plans to launch its Ovi Store, which sells applications, videos, games, pod-casts and other content, similar to Apple's App Store. The store will be accessible by Nokia S60 smartphones in May.
  • Non-standard Symbian C++ has steep learning curve, with special idioms to master. Large number of Symbian APIs to learn, since it contains hundreds of classes and thousands of member functions.
  • BlackBerry Device Software executes multiple applications simultaneously
  • Manages multiple e-mail Exchange e-mail accounts, along with support for POP3 and SMTP, and e-mails can have file attachments
  • FIPS 140-2 compliant, and supports AES or Triple DES encryption sessions via BlackBerry Enterprise Servers
  • BlackBerry Device Software has enhanced the capabilities of the platform with its own Java virtual machine (JVM), along with new Java classes that offer multitasking capabilities and UI enhancements to go beyond the capabilities of Java ME.
  • You can also take existing Java ME code and add specific BlackBerry classes to make a hybrid Java ME application
  • don't intermix MIDP 2.0 and BlackBerry API calls that perform either screen drawing or application management.
  • The catch to writing an application that uses BlackBerry API extensions is that it ties the application this smartphone. However, this is no worse than using the unique Java classes found in Google's Android.
  • Apple promotes the design goal that applications should accomplish one purpose.
  • no Flash support, and you can't download files.
  • For non-Exchange users, Apple's MobileMe online service, after some fits and starts in 2008, now supports the push of e-mails and changes to the calendar and contacts.
  • The iPhone 3G can work in tandem with Microsoft Exhange Server 2003 and 2007 to support enterprise operations.
  • Cocoa Touch is a subset of Apple's Cocoa,
  • Cocoa Touch components manage most of the writing to the screen and playing media, yet there are APIs exposed that let you access the accelerometer and camera.
  • Quartz engine is identical to the one found in Mac OS X
  • Only a select few higher-level frameworks have access to the kernel and drivers. If necessary, an application can indirectly access some of these services through C-based interfaces provided in a LibSystem library.
  • the SDK provides Dashcode, which is a framework based on a Web page composed of HTML and Javascript. You can use DashCode's simulator to write and test your web application. You can also use several other third-party frameworks to write web applications, and debug these with Aptanna Studio's tools.
  • Made by HTC, the G1 is the first smartphone using the Android platform.
  • e-mail program (which makes use of Google's Gmail), a mapping program (using the company's Google Maps), and a browser that uses WebKit, not Google's Chrome web browser
  • Android is not Java ME, nor does it support such applications
  • ability to both browse and manage multiple IM conversations. On the other hand, such heavy use of the smartphone's CPU shortens battery life significantly. Maybe Apple is on to something in limiting the number of applications that the platform can run.
  • On the positive side, the Android APIs support a touch interface (and the G1 has a capacitive touch screen), but not any multi-touch gestures.
  • copying text from the web pages is the browser isn't allowed
  • The advantage to Android's use of a different bytecode interpreter is that the DVM was designed so that multiple instances of it can run, each in their own protected memory space, and each executing an application. While this approach offers stability and a robust environment for running multiple applications, it does so at the expense of compatibility with Java ME applications.
  • Seasoned Java programmers will find the Android SDK an amalgam of Java SE and Java ME methods and classes, along with unique new ones
  • compile the Java code to generate Dalvik bytecode files, with an extension of .dex. These files, along with the manifest, graphics files, and XML files, are packaged into an .apk file that is similar to a Java JAR file.
  • The certificate that you use to generate the private key does not require a signing authority, and you can use self-signed certificates for this purpose.
  • The Developer Phone provides access to a shipping Android device without the cash outlay or contract contortions required when developing for the other platforms.
  • in February the site began supporting priced applications. Google allows developers to take seventy percent of the proceeds.
  • it's possible that you might pick up a malicious application before it is detected by the user community.
  • Open source, open platform: if you hate the mail program, some third-party is writing a better one.
  •  
    Lengthy developer's overview of Symbian, Mac OS X iPhone, Blackberry, Android. This talks about the leading app platforms except Java ME and Windows Mobile, though it does explain how Blackberry and Symbian support Java ME.
joey potter

I Need Computer Technical Help Now - 2 views

"I have no time to wait". That is what I muttered when my computer suddenly went on a blue screen. I had a project and I needed to pass it on time. But with my computer on trouble, I would not make...

computer technical help

started by joey potter on 07 Jun 11 no follow-up yet
seth kutcher

Excellent Computer Assistance Tech Services Provider - 1 views

My sister loves to download games on my computer without even checking if they contained any viruses. So one day while she was playing the game she downloaded, my PC broke down. So I called Compute...

computer assistance

started by seth kutcher on 13 Jul 11 no follow-up yet
shalani mujer

Enjoying Worry-Free Computer Use - 1 views

As an executive of a medium-sized company in Oakland, life has always been hectic to me except on weekends. Nevertheless, when I have some work that needs to be rushed, I am forced to do it at home...

tech support

started by shalani mujer on 08 Jul 11 no follow-up yet
subsequent1 subsequent1

sac de voyage longchamp pas cher Soixante - 0 views

C'est l'objet de cette grande loi sociale initiée sous Jean-Pierre Raffarin, reprise par le gouvernement Villepin et qui a fait l'objet d'une longue concertation avec les partenaires sociaux.<p&...

ralph lauren soldes pas cher chemise

started by subsequent1 subsequent1 on 25 Jul 14 no follow-up yet
iupdateyou123

Read- How To Impress Your -Dear Husband- - 0 views

  •  
    2. क्या आपको ऐसा लगता है, आपके पति आपकी ओर ध्यान नहीं देते हैं ? 3. क्या आपको ऐसा लगता है, आपके पति आपसे प्यार नहीं करते हैं ? 4. क्या आपके पति आपकी जरूरतें पूरी नहीं करते हैं ? 5. क्या आप अपने पति को अपने वष में करना चाहती हैं ?
iupdateyou123

Husband - 0 views

  •  
    2. क्या आपको ऐसा लगता है, आपके पति आपकी ओर ध्यान नहीं देते हैं ? 3. क्या आपको ऐसा लगता है, आपके पति आपसे प्यार नहीं करते हैं ? 4. क्या आपके पति आपकी जरूरतें पूरी नहीं करते हैं ? 5. क्या आप अपने पति को अपने वष में करना चाहती हैं ?
longchamppas

Lacoste Homme Pas Cher LE - 0 views

LACOSTE a été synonyme de l'élégance décontractée,Lacoste Femme Pas Cher symbole de LACOSTE d'un confortable, l'attitude élégante à la vie, les produits de conception et de haute qualité uniques co...

Lacoste Femme Pas Cher Homme Polo

started by longchamppas on 27 Feb 15 no follow-up yet
iupdateyou123

Mesothelioma Symptoms - 0 views

  •  
    Mesothelioma is one kind of cancer disease. In initial stage it show very few symptoms that's why it harder to detect this disease. But in late stage symptoms if we detect it then also we are very much late to save our life, because in that time in many cases this is out of reach for the right treatment.
Roshan Singh

Birthday Party Organizer | Kids Birthday Planner In Delhi - 0 views

shared by Roshan Singh on 09 Nov 15 - No Cached
  •  
    Your child must be the most precious part of your life - the one reason that an always bring a smile on your face. Then why waste an opportunity to see them smiling?so visit our website and make your event awesome....9716516768
Leonard Floresed

1 Minute Loans Application to Make Life Tension Free - 0 views

  •  
    1 minute loans.ca are short term advance cash aid that you can apply to bridge any money gap between paydays. Approval against these funds will let you get the credit aid you need within small period and applicants are free to spend the approved amount for any purpose. Get the service you need before you know it!
Alfred Jayston

The Loans Page - Under Control Your A Unseen Small Financial Worries - 0 views

Almost everyone life when are desperately need short term money but borrower have lower credit rating also. Borrower is feeling frustrating about his/her lowers credit status. You thinking, how to ...

cash loans same day loans no upfront fee loans Small loans Bad Credit Same Day Loans

started by Alfred Jayston on 02 Mar 16 no follow-up yet
Mobiloitte IND

Mobile App Development Company - 0 views

  •  
    Mobiloitte is amongst one of the top Mobile App Development Companies in India. Mobiloitte stands out when it comes to quality products and solutions. With capabilities of onboard business analysts, design architects, and app usability analysis skills and with a team of native iOS & Android developers, cross-platform developers, testing and IT support teams, we provide unmatched mobile application development services to build solutions that solve real-life problems.
joshbaniga

how to purchase Database Registered Citizenship.+1 (213) 316-8074) - 0 views

Have you been searching for a passport(paperworks194@mail.com ) , SSN card, driver's license, I.D, Birth certificate, diploma or any other document?apply4citizenship.net Or maybe to buy A NEW passp...

started by joshbaniga on 17 Mar 19 no follow-up yet
« First ‹ Previous 81 - 100 of 118 Next ›
Showing 20 items per page