Android :: UI Design Guidelines For Android Tablets
Jun 22, 2010
Are there any UI design guidelines for the upcoming Android tablets? Looks like the Archos 7 will be available sometime this month. My question is not about supporting the screen size but more about providing a more appealing UI interface for a bigger screen device.
View 2 Replies
Feb 10, 2010
Assuming that old Icon design guidelines are not valid anymore, where can we find information about the guidelines to follow to design "new-styled" 2.X launcher icons?Should applications provide icons for both icon styles if they work for both versions?
View 1 Replies
View Related
Oct 6, 2013
The new Samsung Tab 3 (and older Notes) do not include the bottom menu (the black bar at the bottom and instead have physical buttons for that. The Samsung Tab 2 7" has the same resolution as the Samsung Tab 3 7" but the latter has some extra pixels available since it doesn't have a menu bar at the bottom.
How should one design the layout for these tablets?
View 1 Replies
View Related
Jan 25, 2010
Here http://source.android.com/submit-patches/code-style-guide#shortmethods it is stated that :
"Field Names
* Non-public, non-static field names start with m.
* Static field names start with s.
* Other fields start with a lower case letter.
* Public static final fields (constants) are ALL_CAPS_WITH_UNDERSCORES.
also states that : "The rules below are not guidelines or recommendations, but strict rules. You may not disregard the rules we list below except as approved on a need-to-use basis." I don't like the "m" convention before private or package fields in a class... I really find this uninspired. I mean, if we try to apply good designs, the low coupling of the classes implies having few public fields. actually, in my programs I usually have no public fields, even when I need some I use getters and seters. so, why should I be forced to have almost all my fields in the program with an "m" in front of them? wouldn't be easier to have the few public fields, if there are any, with some "g" in front or something? or just use setters and geters as beans suggest? this really makes my code harder to read. also, following these guidelines, local temp variables used in the methods have no restriction so they could easily be mistaken for public global fields (also without restriction). this also I find to be wrong, as it is a probable source of mistakes. I understand to have a way of differentiating from fields, but private/protected member fields are the most used in an application, they shouldn't be less "readable". what do you think? should I follow the guidelines?
View 1 Replies
View Related
May 19, 2010
Im trying to prepare a set of guidelines and project template for my future Android projects. Im already implementing the basic MVC architecture modularity. Im trying to have add more advanced level of design to my Android projects to make my development easier and maintainable. For example can someone suggest me a way to make Intent calls to Activity without explicitly mentioning the class while creating the Intent. Im trying to loose couple the intent calls and hopefully use AndroidManifest to assign action to an activity which then can be called globally within the application.Any other type of suggestions are welcome. Also please suggest any kind of coding conventions that you might be using yourself.
View 1 Replies
View Related
Aug 22, 2010
Today I got my first android phone. It is the Samsung Galaxy Spica.I don' t know anything about android phones so I need someone to show the first steps and explain to me the specifications of this operating system.I have a problem with my WiFi. The phone finds my network, I give the password but it says "Connection failed". Can anyone help me?
View 7 Replies
View Related
Jun 9, 2010
I'm making an ecommerce application on Android and, as it is my first serious project, I'm trying to figure out beforehand the best approach to do this.The application talks to a web service (magento api, meaning soap or xml rpc unfortunately) and gets all the content on the phone (product categories, product details, user credentials etc.). I think it should do lazy loading or something like that.
So, I was thinking to keep the user credentials in a custom Object which will be kept in a SharedPreferences so that every Activity cand easily access it. I'll use a couple of ListViews to show the content and AsyncTask to fetch the data needed. Should I keep all the data in memory in objects or should I use some sort of cache or a local database? Also, I'm planning to use a HashMap with SoftReferences to hold the bitmaps I am downloading. But wouldn't this eat a lot of memory?How cand all the activities have access to all these objects (ecommerce basket etc.)? I'm thinking of passing them using Intents but this doesn't seem right to me. Can SharedPreferences be used for a lot of objects and are there any concurrency issues?
Any pointers would be really appreciated. What are some good guidelines? What classes should I look into? Do you know of any resources on the Internet for me to check out?
View 2 Replies
View Related
Nov 23, 2010
I am going to develop an Android Application but before developing it i needs to have MockUp for the Android Application,so is there any way to design MockUp/GUI Design tool for the Android Application?
I know about DroidDraw tool , but i think it is not the exact way to prepare Mockup for the android application.
I have already referred this SO Question , but overthere i just found all the tools for the I-Phone only. So please feel free to share with me if you have/found any !
View 3 Replies
View Related
Aug 5, 2013
I'm getting a Note 8.0 soon and was wondering if I could get a mouse with this. I'm buying a Bluetooth keyboard for sure and was wondering if I could use both at the same time. So my questions are:
- Can you use any Bluetooth/wireless mouse on this tablet?
- Do you prefer Bluetooth or wireless?
- Can I use both at the same time?
- Will using both at the same time eat my battery?
View 1 Replies
View Related
Jun 25, 2010
I was just hoping for some guidelines when using SetCPU as far as profiles, performance and battery life? I know it varies by kernel and right now I am using Chevy's uLV 1Ghz kernel.
View 1 Replies
View Related
Aug 22, 2010
I want to run a dj tango app on a hand-held device. It'll need to run Python (obviously) and will write its data to an SQLite database. Are there any tablets available that will let me do this? Specifically, if I bought an Android tablet, would I have to/be able to install Linux instead, or would I be able to run it under Android?
View 2 Replies
View Related
Mar 21, 2014
I have been trying to work out if it is possible to view 1 movie simultaneously on 2 seperate tablets. I am trying to set them up as in-car entertainment for my kids (3 and 1.5). They are too young to keep heaphones on so i was hoping to be able to somehow sync a movie on both tablets to keep the audio in time. I have heard of the Seagate Wi-fi HDD but am not sure if that can play the movie in sync on 2 devices.
Also it would have to be without a wi-fi unless i used the seagate drive.
View 2 Replies
View Related
Mar 27, 2013
my tablets android system and now it's stuck on the booting screen. What should I do?
View 2 Replies
View Related
Dec 29, 2012
I need a custom(global) recovery to flash on my tablet (tablet description below)
[URL] ......
View 6 Replies
View Related
Jan 25, 2012
All I can find is video output to 1 secondary monitor. I need to know if I can (using iDisplay or whatever) output from a pc to 8-12 android tablets in extended desktop. So the tablets would make 1 big monitor. Operating system on pc side can be linux or windows 7/xp.
[URL]
View 7 Replies
View Related
Mar 23, 2012
I'd like to offer a public access through Android Tablets via Tethering.The problem is that in France I have to log IPs and visited Websites when I provide a public wifi access.I searched in the Android doc but I have not found anything.
View 3 Replies
View Related
Jul 24, 2013
I just purchased a Samsung Galaxy Tab 2 GT P5100, and installed CM10.1 quickly. I am just using this for reading and do not want any of those sim card detection or phone feature on my tablet. I want to remove the Emergency call feature also. Basically, I do not want my tablet to detect any GSM network for using the phone feature and also want to remove that Emergency call feature. I want to remove the calling feature from my tablet. I am just using this tablet with WiFi
View 3 Replies
View Related
Oct 3, 2010
I bought the Augen Gentouch78 to start dabbing in development for Android tablets, but this device is gravely excruciating to use (and I'm returning it). Is there a way to configure the emulator to tablet specs (namely Samsung Galaxy Tab)??
View 1 Replies
View Related
Sep 20, 2012
I'm on a medical school, and we have a lot of documentation to work with which is digital form, so I thought if I could edit those documents on my Android tablet. BUT, there is a little problem. Those aren't just ordinary Office documents, but they have integrated many charts in which we add text; checkboxes and dedicated fields for text input. But I don't know, if any application from Google Play supports those features in the document, or would it just ignore/not recognize, or even scramble the layout of the document? The running through every application on the Play would be a too big pain in the..n.
Is there any application that would preserve the original layout of the document and allow editing those fields without any issues?
View 2 Replies
View Related
Sep 14, 2010
I've been studying the screen support of Android and yes, while it is flexible, I still don't see how you can support a "really large" screen like the Samsung tablet is going to have. I think no matter what you end up with lots of wasted real estate. The problem is the Android doesn't automatically "scale up" your application if you run in compatibility mode - rather, it fits it into a postage stamp instead. Because of this, how can you really make an app that will "never" have some postage stamping at all, unless you use all 9patch drawables and Absolute Layouts? (Well, you could draw the GUI yourself, which is what my Reloop Sequencer does). As an example, my drum machine app, Electrum Drum, has a certain layout for the buttons and pads. Now, on a larger screen, it would be nice to just make all the buttons and pads bigger. I need the same layout relationships between all the elements though. Basically I just want a "scaled" up version of the UI. Maybe I can achieve this with 9patch drawables and relative layouts? The issue is I could certainly make "large" graphical elements (if not use a 9patch drawable) but there is no way for something, for example, to know that hey, I have LOTS of space I can use.
Let's say for example, that you want a completely different layout on a tablet - say you want more buttons, etc, on your layout now. You can't do it because there is no way for the android app to "know" that this "large" screen is actually larger than "large". A Droid X probably reports itself as large, although the screen is only 4.x inches or so, where you would not have room for those extra buttons. This is no where near as large as 7" or 10", even at a pixel density of 170 or 240. I think the default behavior would have been better to scale up images in compatibility mode, and if the dev could provide higher res images then it would use them of course (put them in the large high dpi folders), but I don't see how a layout itself can scale correctly in really large cases like a tablet. We need some better explanation of how to handle these cases. I still don't understand how a normal app is going to be enabled to scale up easily. It would have been easy if Android would have just "magnified" the view, but it doesn't.
View 11 Replies
View Related
Nov 15, 2010
I would like to create different layouts for tablets and for mobile devices in Android. Where should I put the layout resources in order to make this differentiation?
View 2 Replies
View Related
Oct 17, 2010
For my site I need to be able to tell the difference between when an Android tablet visits and when an Android phone visits. It needs to be detected before the page is sent to the user so using JavaScript to check the screen res isn't an option.At the moment I use this to detect an android device: stripos($ua,'android')Is there anything unique thar a tablet has in it's user agent?
View 1 Replies
View Related
Aug 15, 2013
I have a general question that how can I flash tablets for example chinese tablets? Is it related to their cpu or sth else? because I've seen to many chinese android tablets that they even don't have a website on their box and when someone asks me to flash them when they don't boot i wonder myself where the hell I should bring the ****in firmware ?
View 2 Replies
View Related
Mar 10, 2014
I have a Sero 7 Pro and along the bottom next to the on screen buttons is a button to take a screenshot. I know you can take them using the side buttons but is there an app to add the on screen button to other tablets?
View 1 Replies
View Related
Mar 18, 2013
Who can optimize apps for tablets.
GT-N8013
View 2 Replies
View Related
Dec 27, 2013
Bought two tablets for Christmas for the kids, and I would like to have both exactly the same. Don't want them fighting over who has which apps or tablet. The tablets are both the same, so no hardware issues.
View 3 Replies
View Related
Oct 6, 2012
is it possible to port a cm7 for allwinner a10 tablets??
View 1 Replies
View Related
Jul 31, 2013
I recently bought an Asus MeMoPad Smart 10. I want to know if it's safe to leave it charging overnight? Because it says not to leave it charging after 100 too much, but I dont really listen to manuals.
View 3 Replies
View Related
Mar 29, 2012
Why do some apps fail when sideloading them onto some lower end tablets? I back them up from my phone using astro and try to install it on a viewsonic G-tablet or a Nextbook tablet and the installation fails. They're perfectly good backups. How come it's not supported?
View 3 Replies
View Related
Nov 29, 2011
I'm using multiple android devices, all of them under one phone number (only one plan that includes five separate sim cards). All of the services are available under any individual device, BUT! Text messages (SMS) ONLY arrive at the devices that holds the "primary" or "master" sim card.
What I'd like to have, is the ability to somehow send any arriving messages from the primary device via something (email? im?) that doesn't require them to be in close vicinity (so no wlan/bluetooth). So that it wouldn't matter which device I hold, I'd always receive any incoming text messages and they would be available on all devices. Best would be, if also SENT messages would sync between devices.
Also of note is that the sync should be (almost) instantaneous (as fast as can be achieved via push-gmail or instant messaging). So no scheduled syncs or anything that requires an interval.
Each one of the devices are capable of sending/receiving sms on their own, so no technical barriers exist on that front.
By syncing, I mean that the messages would be available at each device's own "messaging system", NOT just backed up in email or something. (so SMS2Mail of backupsms -style apps are out of the question.)
The devices are running Android 2.2, 2.3, 3.1 and come next year, android 4.0.
I'm going to use:
* Samsung Galaxy Note
* Samsung Galaxy Tab
* Samsung Galaxy Tab 8.9
* Samsung Galaxy Gio
* Motorola Defy
I've looked into TotalSMS Control, DeskSMS, Phone Control and various other apps, but they all lack some part of what I need. (DeskSMS looked the most promising, but apparently doesn't work on Honeycomb, at least market doesn't show DeskSMS for my Tab 8.9).
View 4 Replies
View Related