Hi,
Does anyone recognize this problem.
If I try to login on my mobile it reloads and sends me rightback to the index/login page.
The script recognizes a mobile browser and it will show a different indexpage.
I have tested everything with firefox while using the switch user-agent addon.
So, No problems working from a normal browser,
...
Hi
I got to a stage that my Mvc mobile view (iPhone) is rendering in a web browser.
Eg.
Home
Mobile
iPhone
Index.aspx
My question is how can I get this View into an iPhone type simulator? I don't know hot to get the mobile view to a nice looking simulator. Any ideas appreciated.
...
I am firing off an AsyncTask to fetch images via HttpClient.
Via DDMS in eclipse, the view shows that the AsyncTask runs and then hangs around.
This is a screenshot of the DDMS threads view.
Should the AsyncTask #1 thread disappear or is it benign ? What does the status wait mean anyway ?
...
I have come across the following mobile development frameworks, that are either open source, commercial or both. Are there any other tools similar tools available other than the ones listed below?
J2ME Polish
MoSync
SAP NetWeaver
...
Hi All
I want to write a basic application in which when the User press enter after providing the User Name and Password certain action has to take place. I have attached javascript with the textbox.
Although this works well with traditional browser it is not working in BlackBerry.
Any Idea how I can get this working?.
...
My goal is store temporary files in the directory returned by Context#getCacheDir().
/data/data/my.app/cache/somedir/foo.json
I presume I can just use java.io apis to write files there. But I'm not sure how to set permissions on files there because I would not be able to use Context#MODE_PRIVATE.
The filename parameter to Context#ope...
We are developing an application to support on Mobile by using WAP and WML technology. Now the same application should work on PC. My question is, how do we detect that the application is being accessed from mobile or PC?
...
I am busy with a project that requires me to read from a database and display certain results on mobile(J2ME). For example: I must list all customers in the database (SELECT * FROM CUSTOMERS) and i must display that results on mobile(J2ME). So some how i need to connect the mobile to the database.
How do i go about doing this? I really ...
For instance, the app could say something like, "Please wait." or "I'll be right back". A friend asked me if it was possible, and since I don't have an iPhone I couldn't answer the question.
Thanks.
...
Which simulator should be used to test the application that support's BlackBerry 93* OS and
Which simulator can I use for Iphone.
...
I want to develop a website using Drupal that can be accessed on mobiles. Can I do that?
...
Hi,
I want to get an array of strings reading from arrays.xml file we add in android values/ folder. Could any one kindly give a solution for this. Otherwise I will have to input each these entries in strings.xml and take them to java code using getResources()getString()
Thank you.
Tharindu
...
So far I have been creating Web Portal but recently I had a request to convert all the stuff into Mobile Portal.
I have created two webparts, when I place single or multiple webparts of same type it looks fine but when I place two different webparts then its UI gets distracted and it looks bad in Blackberry :(
The UI is fine with IE Fi...
Hi All,
could you please give me some information For how to develop an application/Service for iPhone/Smart phone to restrict Texting in device if it is in Motion of 10MPH speed.
Thanks in Advance.
Bhramar
...
Which kind of application would anyone suggest to start working on/developing for a novice BlackBerry who has hardly spent 4-5 days checking out the API's and the simulator.
...
We built a .NET server application that hosts data (contacts, email, etc.). We'd like to sync our data to mobile devices: iPhone, Windows Mobile, Blackberry, etc.
How should we go about doing this?
Build several mobile apps, one for each platform (e.g. app for iPhone, app for Blackberry, etc.), each app syncs with our server.
License ...
Is it possible to create a single cab that will allow me to package both PocketPc and Smartphone version of Windows Mobile application? What I would like is to be able to check during installation if device is pocket pc or smartphone and then install appropriate versions.
Thanks in advance for the help.
...
I am designing a website.I want to validate the mobile no. entered by the user on the registration page, by sending a verification code to his mobile phone. Can anyone give me pointers to how should i proceed with it??
...
I'm building a mobile web application that may or may not rely on ajax, depending on whether the user's browser supports javascript. Since I'm using JQuery, I want to make sure the mobile browser supports AJAX through JQuery before enabling my AJAX functionality.
I'm running into a problem with Opera Mini because of the way it renders ...
I am transferring messages to mobile devices via a web service. The data is an xml string, which I compress using GZipStream, then encode using Base64.
I am getting out-of memory exceptions in the emulator and looking to optimise the process so I have stopped passing the string around by value and removed unecessary copies of byte array...