• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Programming for the phone and the tablet

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, we have been asked to look into tablet programming using Android. We saw some classes online that were teaching android for mobile platforms. Is programming for the mobile platform same as programming for android tablets? we just want to make sure before we sign up for any classes. Thanks.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First, find out if the training includes Android 3; if so then it most likely includes tablet-specific lessons. But it never hurts to ask the company offering the training before signing up.
 
Stephen Tret
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your response. The company mentioned that the same mobile classes are applicable to tablet programming as well. I will check with them to see if 3.0 is included.

I was also asked if the same Java code that I write could be deployed to a Android tablet as well as a tablet running on windows. I tried googling, but can't come to a conclusive answer. Is it possible to write code that could be deployed to both windows and android tablets using only Java? Thanks again
 
Rancher
Posts: 43076
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's not out of the realm of the possible that there could be a cross-compiler that creates both Android and Windows Mobile/Phone executables out of the same Java code, but I'm not aware of any such tool, and consider it highly unlikely that one will ever exist. The APIs are too different to create good quality cross-platform apps that way.
 
Stephen Tret
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok, thank you. The reason we were considering windows was because we couldn't find a rugged android tablet suitable for outdoor industrial use. There was a google hit on a motorola, but the customer service person denied any knowledge of such an android tablet. So I've posted a question on an android tablet forum. Hopefully we will find one.
 
Whose rules are you playing by? This tiny ad doesn't respect those rules:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic