mobile

How do I center a GridView in its LinearLayout parent ?

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" ...

How to create a Mobile Web User Control

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...

Activate Speakerphone on Windows Mobile with C#

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 ...

what are the rules for making mobile friendly website ?

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 ...

Navigation into GridView does not trigger OnItemSelectedListener

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...

Integrate payment gateway with mobile ecommerce websites

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...

developing on moss for mobile devices

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? ...

Weird SPAN element rendering in Safari (on iPhone)

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...

.net mobile web application - easy way of server side browser detection

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 ...

Preventing apps from invoking my Activity

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. ...

Best Internet community for porting Adnroid/linux to LG Env Touch

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...

What are the best tools to develop mobile web applications in different mobile Operating Systems.??

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...

image to barcode recognition

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...

J2ME lcdui: Can I manipulate my GUI in a worker thread?

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...

Android app components - a word of advice needed

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...

which handsets support javascript/AJAX

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...

SQL Client on Android

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...

Voice recognition in J2ME

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...

best practice for developing webpage for mobile phone

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...

Best way to Swipe through Photos on iPhone?

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? ...