Tagged Questions
The mobile-development tag has no wiki summary.
10
votes
2answers
1k views
How to create a UI like the new market or Google plus?
I was wondering if there is an "official" way to create apps for Android that will have the same design as the new Android market or Google+ app. By that I mean having the possibility to slide to the ...
8
votes
4answers
192 views
Open-sourcing a mobile app
I'm considering making an existing mobile app into an open-source project. It has an Android and iPhone version.
While I have used open-source projects and submitted feature requests and bug reports, ...
8
votes
4answers
4k views
Android id naming convention: lower case with underscore vs. camel case
I'm currently programming an application for the Android. Now what I found out is that you cannot place resource objects, say, an image in the drawable folder and name it like "myTestImage.jpg". This ...
7
votes
7answers
2k views
Developing apps for Windows Phone 7
Can we start developing apps for the upcoming windows mobile 7. Are developer tools available? Do we have to buy the visual studio program for this?
7
votes
4answers
1k views
What are the differences between T-Mobile G1 (branded HTC Dream) and Google's ADP1 (device for developers)?
I was searching the internet but could not find a site comparing the two. I'm interested in developing for the android platform. G1 seems to be just the same as ADP1, but is there any small changes ...
5
votes
4answers
341 views
Is it a good idea to write mobile games in ActionScript3 rather than Java / Objective-C?
Hey,
I'm writing a simple game based on my physics engine for Android (in Java). Because I want to play with some special graphic effects performance is very important for me.
I read on the Internet ...
5
votes
4answers
9k views
Sencha Touch vs. jQtouch vs. GWT mobile vs. XUI vs. jQuery Mobile vs.
Hey, there are some posts out there discussing mainly Sencha Touch and jQtouch.
I understand that Sencha is more for heavy apps. Read here: http://9-bits.com/post/723711597/jqtouch-and-sencha-touch
...
5
votes
8answers
693 views
Big picture questions regarding Django, Java, Python, HTML and web-site development in general
I am trying to get a handle on the state of the art regarding web site development and have several questions. Maybe I'll end up finding most of the answers on my own. I come from a background of C++ ...
5
votes
3answers
612 views
.Net vs Java for mobile development. What's your take?
I am developing mobile apps for some time in .NET and I was always wondering if the grass is greener on the other side (Java).
Thus, I would like to ask your opinion about which one you prefer for ...
4
votes
2answers
525 views
Do hybrid mobile apps support Push Notifications?
Are mobile development frameworks capable of working well with Push Notifications?
Details follow:
I'm researching cross-platform mobile app development. It seems hybrid apps developed using a ...
4
votes
3answers
85 views
Virtual lab of mobile devices
I heard that there are companies that offer virtual lab, where you're can install your mobile applications on different mobile devices and play with it using video camera. This is of course, to save ...
4
votes
2answers
521 views
Which is the best mobile web application development framework [closed]
I am in the process of converting an existing Java/J2EE based web application into Mobile web application which should support iPhone, Androind devices, Blackberry etc. And also different screen sizes ...
4
votes
3answers
279 views
Best way to do cross-mobile app
More and more clients wants to have cross-mobile apps (mainly the combination of Android, iPhone and BB).
What's the best way to do it?
Use multi-platform tools like PhoneGap or similar? This tool ...
4
votes
3answers
266 views
How do YOU handle crashes in your iPhone apps?
If been looking around the web and can't seem to find any good solutions to sending allowing your user to submit bug reports from your iPhone app.
How do you handle crashes and exceptions?
Do you ...
3
votes
2answers
176 views
Best phone for android app development [closed]
I know this question was already asked here, but answers got outdated (it was 1.5 years ago). What's the best phone for android app developer? Probably looking for unmodified OS, not terribly ...
3
votes
2answers
827 views
Lazy loading SELECT element options w/ jquerymobile, c# and asp.net
I have a SELECT element on one of my jQuery Mobile pages that has a lot of possible values. Obviously loading all of the options on page load raises performance issues on mobile handsets. What is a ...
3
votes
6answers
726 views
Mobile development decision - Future wise (Iphone,android,symbian)
I would like to learn mobile development, but I'm not sure which category would be the most cost effective one.
I know it's kind of a prophecy question, but anyhow, suggestions would be welcomed.
...
3
votes
7answers
227 views
What areas of computer science are particularly relevant to mobile development?
This isn't a platform specific question - rather I'm interested in the general platform independent areas of computer science that are particularly relevant to mobile applications development.
For ...
3
votes
4answers
699 views
Developing applications for Pocket PC /Windows Mobile 5
I have to develop an application for the Motorola MC70 which runs Microsoft Windows Mobile 5.01.0478 (Pocket PC?).
I have no idea how to make an application for those devices... I tested regular exe ...
3
votes
6answers
1k views
Large XML file, XmlDocument not feasible but need to be able to search
I am struggling with a sensible logic loop for stripping out nodes from an XML file too large to use with XPath supporting .NET classes.
I am attempting to replace the single line of code I had (that ...
2
votes
2answers
44 views
How to realize a persistent queue on Android
My application needs a data structure similar to a queue: put data in it, receive data from it, FIFO-like. With data I mean simple strings for now, later on perhaps more complex objects.
The thing is ...
2
votes
0answers
49 views
Windows Mobile 6.1 Automated Application Web Deployment
I am working on deploying an application to a mass of windows mobile 6.1 devices and I need to come up with an automated-as-possible solution.
I need to do the following tasks:
1. Check Microsoft for ...
2
votes
1answer
64 views
How can i cast an Object in mobiaccess?
I am playing around with mobiaccess framework, but i am stuck when i try to cast an Object to Integer.
Is it possible to cast in mobiaccess?
I tried to below code but it does not work:
var ...
2
votes
1answer
75 views
mobile browser device detection in .NET
Sorry if this has been beaten to death. I've bee Googling but haven't found an answer that satisfies.
I'm just starting to create my first mobile version of a desktop website that was written in ...
2
votes
1answer
82 views
Have development version of app installed at the same time as an installation from market?
What is the best way to have a development/test version of an android app installed at the same time as the released version from market? i would like to send testers a .apk file via email they can ...
2
votes
1answer
503 views
iPad Home Screen App refreshes on every open
I'm writing a web app for the iPad using HTML5 and SenchaTouch. The app uses cache manifest to function offline. Once it has been added in the home screen and opened without Safari, it will refresh ...
2
votes
2answers
701 views
ZXing Android Generate 1D barcode
I've gone through the examples here regarding encoding barcode:
http://code.google.com/p/zxing/source/browse/trunk/androidtest/src/com/google/zxing/client/androidtest/ZXingTestActivity.java
But all ...
2
votes
2answers
245 views
Best way to write a Mobile 6 app with Visual Studio 2010
I need to write a simple app for a Symbol MC70 scanner
My device is loaded with: Microsoft Windows Mobile 6.1 Premium
I have VS 2010 Premium on my desktop.
When installing the Window Mobile 6 SDK I ...
2
votes
1answer
84 views
Can all Blackberry devices upgrade to the latest firmware?
I've been reading about the OS on BlackBerry and one of its latest updates, SQLite, introduced with the v5.0 OS.
Can all BlackBerry phones upgrade to this OS? I have a BlackBerry Storm 9500 from ...
2
votes
2answers
98 views
Advice for a mobile app for reading a publication
I'm considering developing apps for Android and Windows Phone 7 that allow the user to read content from an online producer (newspaper/magazine/blogs etc). This provider has a REST API that should ...
2
votes
4answers
321 views
Mobile development recommendation
I want to start develop mobile applications and sell it. There are many mobile platforms for which I can begin develop: Windows Mobile , Android, Iphone, Linux based Devices.
I want to find out from ...
2
votes
3answers
629 views
Best Mobile Programming IDE for Sony Ericsson (Symbian-UIQ)
What is the best IDE for developing a C++ application targeting Symbian UIQ-based phones like p990 and p1?
So far I have come across Carbide C++ which seems good but I am not sure if it supports UIQ ...
2
votes
4answers
667 views
Which language is more effective in Mobile applications,C++ or Java? Why?
We got a new mobile application. I am confused in which language I prefer.
i want to know the exact reason.?
2
votes
2answers
3k views
Android OnLongClickListener not firing on MapView
I just registered an OnLongClickListener on my my MapView on an Android app I'm currently writing. For some reason however the onLongClick event doesn't fire.
Here's what I've written so far:
public ...
2
votes
7answers
421 views
best mobile phone for development
I'm about to get a new job (unrelated to programming) where there's a lot of downtime. I'd like to get a mobile phone that I can stealthfully use to do some web development on. Basically editing and ...
1
vote
4answers
120 views
Which Top 10 Security Threats Apply to Android Apps? [closed]
I know this question may seem a bit malicious in nature, but I'm just trying to learn best practices in Android/mobile app development, and security is definitely a big issue in software. If you ...
1
vote
2answers
46 views
Should the regular and mobile site be separate in spring?
I'm about to start developing a site that will have a regular and mobile version using spring. At this point I need to make a decision on how to approach this. I foresee two options:
Independent ...
1
vote
1answer
132 views
Packaging Blackberry App for different OS Versions with a JAD File
What I am looking for:
I want to package my Application for different blackberry os versions (5,6 and 7). So that the user doesn't have to know what version he needs and just installs the app from ...
1
vote
1answer
52 views
Android Dev: What type of tool is this?
I've been searching for the past couple of hours. But I'm at a total loss as to what I should be searching for because I don't know what it's called.
I want to have a list of items Clicking on an ...
1
vote
1answer
72 views
Multiple button animations in sequence — only last one shows
I have a view in android in which I need to sequentially highlight and unhighlight buttons when a particular control is pressed. This is a usability feature -- as each button is highlighted, it is ...
1
vote
1answer
244 views
Can I change the scrollbar color in Safari for iPhone?
I'm currently working on a mobile optimized website that has a black background, and it is difficult to see how long a page is while scrolling since the default scrollbar is so dark.
So far I've only ...
1
vote
1answer
62 views
mobile web development tips
I'm starting on creating a mobile version of one of our companies many web applications. We have a combination of mostly WebForms .NET and classic ASP sites.
I've looked around a bit and the ...
1
vote
1answer
136 views
Theming Sencha Touch - Compass & SSAS Required?
I'm pretty new to Sencha Touch. From what I've played with, it's a great framework. I'm working on my first production site and I'm having some issues wrapping my mind around the theming. Are Compass ...
1
vote
3answers
640 views
Downsides of using Appcelerator Titanium (or equivalent)?
At our company there is a huge push for cross-platform (iOS and Android) development. Appcelerator Titanium is being considered (and seems to be the only thing that's being considered) to achieve ...
1
vote
2answers
212 views
Best Android Developer method of payout for a 15 year old? [closed]
I am a 15 year old Android developer and I am wondering what the best way to get paid from the Android Market is. Do they have something like mailing checks or the like? I dont have a credit card or ...
1
vote
4answers
537 views
What framework to use to develop cross platform(iOS, Android, Blackberry) native mobile applications?
I am a beginner in mobile app development but have a quite deep experience in web development. Currently i am working on a mobile application targeted to iOS, Android & Blackberry.
What ...
1
vote
2answers
58 views
Mobile Development: Same or Different Sites?
I am considering developing a mobile edition of a web site for an application, and I'm considering whether to revamp my existing site to work for mobile, or create separate web sites. It seems to me ...
1
vote
2answers
406 views
Windows Phone 7 programming the use of the USB port
I would like to make a Windows Phone 7 application that takes advantage of it's USB port to communicate with the PC. I would like to write an application to control or push information/data to the PC ...
1
vote
0answers
304 views
Flex mobile app to record and playback voice on Ipad 2
I was wondering if anyone here had any experience with developing a Flex application for IOS that records voice and plays it on Ipad 2 ?
If any one has any idea about how to do this please give me a ...
1
vote
1answer
1k views
JQuery mobile vs Phone Gap
I want to convert an existing website for mobile version, what will be the best choice for me.
Using JQuery Mobile on asp.net webform or asp.net mvc
Create application on phonegap for the targeted ...