Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

31
votes
13answers
2k views

Technology to communicate with someone with expressive aphasia? [closed]

A family member had a stroke a few years back and now has expressive aphasia. She understands what is said to her, is cognitive of what is going on, but cannot express herself. She is able to respond ...
22
votes
5answers
25k views

Emulate Samsung Galaxy Tab

I would like to test my application with new Samsung Galaxy Tab tablet. What parameter should I set in emulator to emulate this device? What resolution and density should I set? How can I indicate ...
10
votes
7answers
744 views

One handed coding — tablet, special keyboard, one-handed typing?

I recently broke my finger and can now only type with my right hand. This has seriously impacted my typing speed. Since I write software for a living, this is a serious problem. I have been doing ...
7
votes
3answers
480 views

Which Android tablets are usable for testing Javascript heavy web applications

I need to develop a client heavy web application that works on Android tablets. It must work with the default browser and maybe as PhoneGap application. So I need a tablet for testing. Previously I ...
7
votes
5answers
4k views

Is possible install Eclipse IDE in a Galaxy Tab?

Since Eclipse can run in Linux and this tablet has the new Honeycomb (Linux Kernel), can Eclipse IDE run in Android Honeycomb ? I know that isn't pretty much comfortable coding in a tablet, but I'd ...
6
votes
3answers
978 views

Android app for phone and tablet: 1 or 2 apps?

I have to develop an application for both Android phones as tablets. The application logic is the same, while the UI is completely different. I'm wondering how I should deal with this: make 1 big app ...
5
votes
2answers
174 views

Different controllers for phone and tablet targets

Is there a way to have two different Java code for one Android app? One targeting phone devices and the other targeting tablet devices. For example, something like HomeActivity.java and ...
5
votes
5answers
2k views

Tablet or Phone - Android

Is there a way to check if the user is using a tablet or a phone? I've got problems with my tilt function and my new tablet (Transformer)
5
votes
2answers
1k views

Why does Android app run in small window on tablet emulator?

I have an Android App, it works properly on android phones. I've downloaded Android 3.0 sdk and created a tablet emulator at 1024x600, using Android 3.0. When I test my app it runs in a small window ...
5
votes
1answer
3k views

Android Printing API on Galaxy Tab

I would like to add wireless printing to my android 2.2 application which is targeted for the Galaxy tablet. I see that the internet browser has a print option so I am assuming that an activity hook ...
4
votes
2answers
50 views

Javacscript Events are not working in Tablet-pc?

I have developed a web application in asp.net 3.5. It is consuming lot of javascript/JQuery events and working properly in normal browser in pc, but my client is saying that these are not working in ...
4
votes
2answers
131 views

How should a Windows 8 Metro Application connect to a central database?

How should a Windows 8 Metro application connect to a central database? I've read about local storage, but I haven't read anything about connecting to a central database. Obviously, this ...
4
votes
1answer
308 views

ProgressBar in an ActionBar, like GMail app with Refresh

I would like to do the same thing than the GMail application on Honeycomb tablets. When you click on the Refresh button, the icon is replaced by a ProgressBar. How can I do this that ? Tkx
4
votes
4answers
548 views

Does the Acer Iconia Tab A500 support Accessory mode?

I have an Acer Iconia Tab A500 with stock Honeycomb 3.1, and a Google ADK. I haven't been able to get the ADK to communicate with the tablet in Accessory mode, and I can't find any information that ...
4
votes
5answers
355 views

How to determine if the client is a touch device

is there any nice and clean method or trick to find out if the user is on a touch-device or not? I know there is stuff like var isiPad = navigator.userAgent.match(/iPad/i) != null; but I simply ...
4
votes
1answer
474 views

Google IO Sched App - Tablet Layout & Fragments

Am I just being dumb or what. So checking out the IO Sched source I wanted to see how they got a different layout on the tablet home activity than the phone home activity. Am I looking at the latest ...
4
votes
4answers
1k views

Android Tablet or iPad for Kiosk Device

We want to place a device in a store that operates as sort of a kiosk device. As in customers walk up to it and start interacting with our custom app. The app could be developed for Android or the ...
4
votes
4answers
2k views

Tablet Detection

Okay I got some good advice for Mobile Detection but still having an issue with themed tablets as the icons will be larger for a tablet view then a mobile device. I'm using jQueryMobile as the ...
4
votes
2answers
1k views

How can I alias an android bitmap to a drawable from another size (drawable-large-mdpi aliases to drawable-hdpi)

I'm working on adding support for tablet sized screens to my apps. I already have images in drawable-mdpi and drawable-hdpi for different density screens. My problem is with tablets like the Galaxy 7" ...
3
votes
1answer
121 views

HTML5 Canvas (game) on iPad / Android tablets

While attempting to make a game using Canvas I noticed a few quirks on tablet / phone browsers. 1) How do I disable the Canvas from being selectable? It seems like when the user touches it, it ...
3
votes
1answer
62 views

How to force tag to be width of viewport?

How do I get a tag, in this case the body tag, to only take up the size of the viewport even if it has a fixed width child? example: http://jsbin.com/ebusov description: If I load the above link in ...
3
votes
2answers
226 views

Use different theme depending on if device is android tablet or phone

I was wondering how I can change the theme of an activity depending on if the device is a tablet or a phone. I have a settings activity that has a "@android:style/Theme.Black.NoTitleBar" theme to it. ...
3
votes
1answer
387 views

NDK debugging on the Tegra tablet

Today I purchased Android tablet for native development -- Acer Iconina Tab A500 (Honeycomb 3.1) powered with Tegra. Then I downloaded and installed Tegra Android Development Pack (Windows and Mac) ...
3
votes
6answers
2k views

Cant' use android:xlargeScreens=“true”?

I am making app for phones, but i wan't them to be usable on tablets.... I don't know why can't I use this in my android manifest file android:xlargeScreens="true" I get this error : error: No ...
3
votes
2answers
230 views

How do I make my cellphone app fill out the whole screen in a tablet (Xoom)?

I tried to run my application into the Xoom tablet and it ended up being of the exactly same size of a cellphone (it doesn't fill out the entire screen). So, I created a very simply project which ...
3
votes
4answers
2k views

Media Queries: How to target desktop, tablet and mobile?

I have been doing some research on media queries and I still don't quite understand how to target devices of certain sizes. I want to be able to target desktop, tablet and mobile. I know that there ...
3
votes
4answers
958 views

Camera Image Capture Intent fails to return in Galaxy Tab Limited Edition

I'm having problems with a Galaxy Tab Limited Edition ( Google I/O ) when I open the camera whit an Intent. This is my code: Intent imageCaptureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); ...
3
votes
1answer
255 views

My android app is getting device not supported when trying to download with tablet

I have an android app on the market called D Bitly and I have a tablet user trying to download it and is getting "device not supported". I have double checked the market settings and it says that all ...
3
votes
2answers
249 views

prevent tablet downloads of app

I have recently been looking at the breakdown of one of my apps on ANdroid Market, and was surprised to see that a number of downloaders were using Galaxy Tabs and a few other tablets to use my app. ...
3
votes
2answers
3k views

Android No Resource Identifier Found for XLargeScreens

I would like my Android app to be compatible with as many devices as humanly possible, so naturally I would like to try to make it ready for all of the new incoming tablets. Unfortunately when I add ...
2
votes
1answer
115 views

Android Tablet IDE for Python and Java

Are there any ARM-based programming environments (IDE) for Android tablets which are not emulated? (preferably Python or Java) Tablets are becoming a more popular utensil in schools and a stable ...
2
votes
1answer
43 views

Lock screen orientation in Silverlight

I'm developing an application on a tablet using Silverlight out-of-browser with portrait orientation. However, when the tablet is turned to landscape mode, the application also turns, and all the ...
2
votes
1answer
84 views

need help for developing windows tablet app [closed]

I've never done an app for windows tablet. But now i want to start work with windows tablet app. Does it all same as app in windows pc? Or is there any emulator for developing tablet app? I'll be ...
2
votes
1answer
162 views

Change logo that appears in Android ActionBar using program

Is there a way to change the logo that appears in the ActionBar inside an Activity instead of listing it in the Manifest? The reason I ask is I have an app for phones where I build a similar type ...
2
votes
1answer
145 views

What percent of tablet users browse in portrait vs. landscape orientation?

iPad and various Android tablets have been out for awhile now, but I haven't been able to find the answer to this question: When using tablets, which orientation is used most often, especially for ...
2
votes
1answer
109 views

What's the best way to support Android 2.x tablets in my app?

I'm developing an Android app that absolutely needs to support Android 2.1+ devices, including tablets and phones. The tricky part is I want to be able to provide roughly the same user experience on ...
2
votes
1answer
118 views

Video making software for Android Tablet

I wanted to make video demo of my application in order to present. How can i make my application video when it running and open on android Tablet.
2
votes
1answer
165 views

Different GUI on phone and tablet, but same app problem

Okay, I have the following situation and I would like to get some assits, if it is possible. I have to write an app for tablet and for phones too. The two app has the same functionality, but they have ...
2
votes
1answer
103 views

Are there any tutorial/code samples on controlling an animation with a gesture on a tablet?

What I mean by controlling an animation with a gesture, is like that I have an animation where my view object folds into itself. I want it to fold into itself when I slide my finger right-to-left ...
2
votes
1answer
293 views

Developing for the Android tablet, with the physical tablet

I've been trying to work with the SDK emulator but it's ridiculous slowness has driven me insane. I am buying an Android tablet. What do I need to know about developing with an actual tablet? Is there ...
2
votes
3answers
6k views

Programming on Android tablet [closed]

I just sold my laptop, and I'm interested in getting an Android tablet. I have the money and I'm split between a Samsung Galaxy Tab, Viewsonic G Tablet, and another Tegra (capacitive) tablet that I ...
2
votes
1answer
261 views

Xoom compatibility issues

I posted a while back about tablet compatibility problems, and was told to add the Galaxy Tab addon as my build target. This made the app work fine on the emulators, and I've had one Xoom download ...
2
votes
1answer
212 views

How to create basic Image animations for tablets using “android.animation” package

I have created some applications for image and movies using android.view package. Now I want to create the same for the Android tablets. I see that I can use android.animation packages for Android ...
2
votes
1answer
429 views

what's the best practices for building a mobile/tablet-compatible web app

Seems that with handheld devices on the rise, one has to start taking them into account more and drop IE6 instead. With that in mind, it has come to my attention that certain things don't work as ...
2
votes
1answer
373 views

How to Create an application for both tablet and mobile

I want to Create an application that support on Both mobile and tablet version of android devices.I like to Upload one apk file to android market to achieve that. it will works as follows. For ...
2
votes
3answers
254 views

Detecting tablet PC

I have a .net winforms application which some users will run on Win7 tablets. For those users, I want to change certain UI elements to make pen input easier, while leaving those items alone for ...
2
votes
0answers
389 views

landscape mode in tablet only

My app has to support landscape/portrait mode only for tablets, phones will only support portrait mode. What is the best way to implement this? Options that I am considering: a) using two apk files, ...
2
votes
2answers
164 views

Are CSS popups dying with touch-screens becoming more proliferate?

I'm designing a site (a customer portal) that will probably be used with mobile/touchscreen devices at some point in the future. In the past I've used CSS code like this: div.Info { display: ...
2
votes
1answer
465 views

Tablet vs phone detection with 51degrees.mobi

I am trying to find a way to determine a mobile device as a phone or a tablet. I am using the C# library by 51Degree.mobi (http://51degrees.codeplex.com/). I see that the there is already a ...
2
votes
1answer
220 views

Why doesn't Android platform run desktop apps?

This might seem an obvious simple question but I need to understand because I am new to mobile programming world. My question is, for a program to be runnable on a mobile/tablet device why should it ...

1 2 3 4 5 7