Tagged Questions
1
vote
3answers
53 views
Two launcher activities on phone, one on tablet
I am creating an application for Android 4.0+, and I want to achieve this behavior. Two different activities will have two launcher icons when the user's device is a phone, and it will be just one ...
0
votes
1answer
31 views
bootstrap lightbox does not appear when in class “visible-tablet” and “visible-phone”
I am using this original bootstrap lightbox: http://jbutz.github.io/bootstrap-lightbox/
I strip it down and the image link into div class "visible-tablet" and "visible-phone". When in this class, the ...
0
votes
1answer
289 views
Responsive HTML Scrolling Box
I am currently using this HTML scrolling box:
<div style="height:107px;width:445px;border:1px
solid #ccc;font:18px Arial; overflow:auto;">
This is an HTML Scrolling Box. </div>
All of ...
0
votes
1answer
108 views
Responsive Design for Large-Sized Phones
I'm designing a website using media queries and have everything looking good on desktop and my iPad...but my phone is a different story. The pixel dimensions are 1024x768 because it is a newer smart ...
0
votes
1answer
167 views
Different style of navigation - Phone vs Tablet?
I am fairly good in fragments API, I know how to create master/detail pattern on phone/tablet.
But how would I create a different style of navigation in phones and tablets?
The most obvious example ...
2
votes
2answers
119 views
Windows development strategy phone tablet desktop
Shortly we are going to start development of an app that we want to make available for windows phone 7, windows phone 8 & windows 8 (tablet & desktop).
Later we also want to make it available ...
0
votes
2answers
158 views
CSS media queries needed for optimizing for smaller screens?
I haven't had a lot of exposure to CSS media queries; I'm basically learning via experimentation. I am trying to optimize my website to look good on all devices. I want it to use a specific CSS file ...
0
votes
1answer
117 views
Phone nr access works in phone but crashes on tablet even with try/catch
I have an Android phone app that accesses the phone number for registration info like this:
String thisPhoneNumber = "0";
try {
TelephonyManager ...
0
votes
3answers
78 views
How to store ints for different screen sizes in a .xml?
Similar to how you can have two folders res/values and res/values-xlarge, and in each you can have a dimens.xml file with different dimensions...
I want to be able to store some integers (not sizes ...
2
votes
2answers
112 views
ios app for phone and tablet: 1 or 2 apps?
I have to develop an application for both ios phones and 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 for ...
-1
votes
1answer
432 views
jQuery mobile for phone and tablet [closed]
What is the best way to use jQuery mobile, if you want to write an (business) applikation that can be used with a phone, a tablet (and with a PC)?
I found a very nice graphical ui concept from the ...
0
votes
1answer
216 views
Android tablet and phone activity behaviours when home button is pressed
I have my tournament maker app installed on my phone version 2.2 and a tablet version 4.0.3.
When i launch the app from my phone and begin an activity, it doesnt get destroyed and recreated when i ...
5
votes
2answers
2k views
Php mobile/tablet/desktop detect?
How to detect with php, if the user use a desktop, mobile or a tablet?
-1
votes
1answer
151 views
android phone and tablet development [closed]
I want to develop my application to work on a tablet and a phone. (I am developing for API level 14). Can you tell me what is the best practice on doing this, if I should follow something like the I/O ...
1
vote
3answers
608 views
Using Javascript, how can I detect whether the browser is running on a tablet device vs a phone?
I have a web application that is being used by browsers on desktop, tablet and phone. A toolbar (made in HTML) when used on tablet and desktop needs to have buttons that are 16 x 16, and then 48 x 48 ...
0
votes
1answer
121 views
Tablet and phone text link
My website HTML contains a phone number as a text. So, the iPad tablet interprets that as a phone - and turns it into an underline
blue link.
Is it possible to format phone number to a different ...
2
votes
2answers
2k views
Android - detect small tablet vs big phone?
The app I'm developing contains 2 separate layouts: one is for the regular phones, other for small tablets such as NOOKcolor. The decision which is which is made based on the screen width resolution ...
1
vote
4answers
2k views
How to know whether its a tablet or phone in android programmatically?
I would like to get to detect whether the given device is a tablet or phone in android.I have tried the two in the simulator but none worked. Both are here:
First
if ...
1
vote
2answers
506 views
Android Manifest File: App Supports Tablets, but is marked “not compatible” in market?
I've been reading several other things on the forum for handling the Manifest File. Though I've found answers; it still doesn't address my particular issue. My application is designed for any phone ...
-1
votes
3answers
2k views
Android phone or Android tablet detection by http headers
Is there a way to detect whether user is accessing your website from android powered tablet or phone on the server side?
I don't own any android devices, so it's not possible for me to test what kind ...
2
votes
1answer
2k views
How to create an application settings button for Android tablets?
I've developed an Android application for phones that works fine and uses the settings/menu key present on all android phones, but when I tested in on a tablet, I realized there was no such key. It ...
0
votes
3answers
771 views
android application layout for android phones and tablets
I am writing an application that needs to be supported on both android phones and tablets. I want to create a tablet-friendly UI for this application. As such, I want the app to be user-friendly both ...
3
votes
2answers
3k views
css media queries: target mobile devices without specifying width, pixel ratio, etc
Let's say I just want to target every tablet and phone, regardless of size, is there a media query for this? Is it possible to do this without specifying a size? Or is using a size the only way to ...
2
votes
1answer
3k views
Universal (tablet & phone) app - how best to structure - multiple layout xml or show/hide widgets?
I'm planning my first real android app and I want it to be a universal app (tablet and phone). The layout will be three list views that are populated by the previous list view (list one always has ...
7
votes
3answers
1k views
How do I lock screen orientation for phone, but not for tablet? (Android)
I have been working on a Android project, that is intended to be compatible with both the Android phones and tablets. On the tablet the app is working great and looks good too. However, on the phone ...
4
votes
2answers
2k 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. ...
0
votes
0answers
449 views
sample app with phone & tablet ui
i am looking for a sample app that can be run on a phone and on a tablet, and have very different UIs. specifically, I am looking a good way to structure it and how to decide when it's a tablet app.
12
votes
4answers
7k 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 ...
3
votes
1answer
661 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 ...
4
votes
2answers
696 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 ...
0
votes
1answer
418 views
Problems converting my app from phone to tablet
I have a fully functional phone app and I am converting it to a dedicated tablet app. I was hoping to support 3.0 and upwards but when I set the minsdk to 11 (Android 3.0) all of my network code ...
1
vote
0answers
98 views
Detecting voice call support in mobile devices
When developing a mobile website, I want to display features based upon device capabilities. Specifically, I want to have a "Call us" button that uses the "tel:" protocol (e.g. tel:5551234) to ...

