GridView is not behaving like it is supposed to.
This screenshot shows that the GridView (in landscape mode) is flushed left.
I want it centered.
This is the XML layout for the GridView.
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/templatelandscape"
android:orientation="horizontal"
...
I'm making some mobile web pages to be accessed by smartphones and such. However, I do not see either Mobile Web Form, or Mobile Web User Control in the list of installed templates in Visual Studio.
I probably need some mobile toolkit or something like that, but I can never find what I'm looking for on MSDN. Anyone know what I need to...
Hello. I am trying to make an application for Windows Mobile 6 and one of it's features is enabling and disabling the speakerphone. How can this be done in C# code? I'm guessing a P/Invoke. Please let me know, I need this information to get my application really going.
Thanks
...
Hi,
I would like to add value to my website that I have developed at the moment so that user can check on their mobile phone.
My questions:
Should I make different template for mobile version and full version one?
Like creating mobile.example.com for mobile version?
Does Opera Mini not support JavaScript? I have a mobile phone that ...
I have a layout that looks like this (some attributes removed for brevity)
<RelativeLayout>
<ImageButton
android:id="@+id/button"
android:nextFocusRight="@+id/gridview"/>
<GridView
android:id="@+id/gridview" />
</RelativeLayout>
When I navigate using the DPAD from the button to the gridview, the On...
Hi all,
I am mobilizing desktop websites and maintaining them on monthly charge basis from different clients. I have to use payment gateway channels provided by clients which are used in their desktop websites. All the transactions will be happened on desktop website. If mobile user does any payments on his mobile, that transaction pass...
What is the best approach to take when considering a mobile application based on a sharepoint moss platform. I know that moss serves mobile pages but is there any guidance on building and extending this for this platform?
I would be interested to hear if anyone has done any extensive work in this area?
...
Hello,
Whenever there is a SPAN element in HTML content, the mobile version of Safari renders content differently- it seems that font size increases for the whole paragraph. Consider two examples.
<div style="border: 1px solid red; width:500px;">
<p>This is a paragraph. This is a paragraph. This is a paragraph.</p>
</div>
and
<div s...
I am in process of converting one e-commerce site - to mobile compatibility. Initially just nokia device was considered while change - but looks like requests are coming from various kind of devices and display gets completely distorted on non-nokia devices. So, thinking to have different UI for such different devices. So, wondering how ...
I have an Activity X which is only accessible after you've entered a valid credential.
How can I prevent other apps from calling startActivity with an Intent pointing to X ?
e.g.
Intent intent = new Intent( this, ActivityX.class );
startActivity( intent );
Basically I don't want Activity X to be exported to any apps except my app.
...
I am trying to port Android to the LG vx11000 (env touch) and am wonder what the best website to use for development, a community of users to work on the project and resources such as git and a wiki.
I have seen http://htc-linux.org/ and hack&dev community.
I may just start up a wiki on the htc-linux since it uses the same chipset as th...
Hi.,
As We are planning to develop mobile web application(aka, widget) for our e-commerce store. These applications should be downloaded and do start shopping "on-demand".
As there are different mobile Operating Systems. As I am seeing there are 5 major OS to develop my storefront mobile version.
1) Symbian S60
2) Iphone
3) Windows CE...
Hello,
I know this has been discussed a few times on stackoverflow but I wasn't able to find a sufficient answer. For a project, I am seeking the best possible piece of software/api/library that can recognise barcode numbers from the input image. It will be used on mobile phones(iphone, windows mobile, android etc.) so it should be goo...
I'm just starting with J2ME and lcdui, and I'm looking at some sample code that calls methods on lcdui objects from a worker thread.
In my experience with desktop GUI toolkits, this is usually forbidden - is lcdui different? Is it really OK to do this?
(I've Googled for an answer to this question but not found anything - a link to a d...
I am a complete newbie to Android development;
Basically, I am about to write an application, that will let the user to take photo, which (with a bunch of extra data) will be submitted to the remote webservice.
So I'm guessing I will need:
A Photo-taking application (Activity) that will gather all the extra data and put in the SQLite...
does anyone know of a (relatively) recent matrix which describes which handsets support javascript in general and ajax in particular within their browsers, and what those browsers are?
I'm unable to find this info, via the obvious means.
The reason for this question is that I want to know how many Verizon handsets in particular would b...
Hi,
I'm developing on Android and currently haev various methods which manage my database in a convenient class.
What I'd ideally like, though, is a (preferably GUI) sql client that would allow me to view the contents of a different apps' DB.
Eg:
I install my own app (App1). It creates and uses a DB
I install
I use SQLClient to exam...
I'm developing a mobile application using j2me. There I need to have a speech recognition function, so that application should be able to process and act upon the commands given by the user. What I wanted to know is
Is this technically possible (I'm a novice to j2me programming)?
If it is possible, where can I find a j2me library for s...
Hello,
I would like to know how I can make a webpage that will look good in most mobile phones.
For making normal webpages, I use dreamweaver cs3.
I don´t really want to use emulators unless I have too.
Can I not just center everything in the middle, with auto margins on both sides.
When I am looking at the pages that I have made sofar...
Hello all
im trying to make a image gallery and the user swipes through views like on the Photo app on the iphone. i heard page control was very good but it has a limit of 20 bullets and i need more swipes. what would you guys recommend?
...