Tagged Questions

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
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
337 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 ...
4
votes
2answers
511 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 ...
3
votes
2answers
172 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 ...
2
votes
2answers
39 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
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
2answers
692 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
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
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 ...
1
vote
4answers
109 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
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
66 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
3answers
631 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
209 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
1answer
323 views

styling tabs in android like the google open source contacts

Im having troubles trying to style my tabs in android. I want to make them look exactly the same as whats in the open source android contacts list (see ...
1
vote
1answer
721 views

How to read a bar code and encode it in android?

I am a beginner to Android application development. How do I read a barcode and encode it android? I Googled found the zxing an open source project. Is there any other method to do that task? And is ...
1
vote
2answers
44 views

Grabbing Info From Another App

I'm looking for information on how/if you can grab information from another app in Android. For example, if I wanted to make an app that checked which song was being played in the Music app at the ...
1
vote
3answers
281 views

User feedback collection API service

Tagged with [android] so that someone will actually read this, but applies equally to other application platforms. We have a number of Android and iPhone applications which have user-feedback ...
1
vote
1answer
235 views

Blackberry development

I'm currently working on a consumer mobile application project and have read that 40% of smart phones in use are Blackberry's. This seems very high and surely shouldn't be ignored for development. I ...
1
vote
1answer
212 views

What are the latest tools for mobile development - iPhone/Android/etc

Looking for write once deploy across multiple platforms, is there such a thing? Also looking for an tools that would help speed up mobile development, OSX/Linux based preferred.
0
votes
2answers
64 views

Android - Adding advertisment to my app [closed]

I am new to app development and am nearing the completion of my first app. However, I would like to implement some advertisement into my application and have a few question regarding it: 1 - What is ...
0
votes
3answers
78 views

Phonegap Accelerometer only calls Error Callback

this is my code: function onDeviceReady() { console.log("Device Ready"); startWatch(); }; function startWatch() { // Update acceleration every 5 seconds var options = { frequency: ...
0
votes
1answer
106 views

Tools for planning a mobile (iPhone/Android) project?

I've been developing iOS & Android apps for some time now. When planning a project, I use a book that I had printed by Lulu, which basically contains 400 pages of iPhone and iPad style application ...
0
votes
1answer
327 views

phonegap barcode scanner plugin -> Reference Error

Can somebody help me with this: When I try to run the project, this is my code in the index.html`s head: <script type="text/javascript" src="barcodescanner.js"></script> <script ...
0
votes
5answers
174 views

Android Development Vs Window phone 7 Devlopment [closed]

Thanks you all programming warrior, i need your advice to get hang onto one platform, Do you all thinks which platform is good for development for a c++ programmer?Pleas through some light on pros ...
0
votes
0answers
43 views

How to synchronise custom number of android devices together?

My issue is that I can't find a way to synchronise couple of android devices via bluetooth. What I'm trying to do is there will be a master device which will be hosting a document and other devices ...
0
votes
1answer
63 views

how can i use use local images in my titanium project

i'm trying to change my background of a window in titanium , unfortuantly its not working. i also tried to use many local images and they did't load. any help is highly appreciated ,How can use my ...
0
votes
1answer
58 views

Android Developing… newbie about app structure

I am implementing an Android App. The user will choose a specific parameter called distance between: 1- kilometers; 2- miles. So the app will save this response for future use of it. How can I ...
0
votes
2answers
38 views

Which Java classes are usable when developing native Apps in Android?

it's said in the title. which Java Classes can I use when developing Android apps. Are there any exceptions, can I use the lot of the Java Library, like the whole of the standard Edition? thank you ...
0
votes
2answers
56 views

What is a good approach to handle sync between phone and website?

I have a website where users can create lists and add items to these lists. I'm also developing a mobile app that communicates with the website. If the user has a web account in the phone and he/she ...
0
votes
1answer
475 views

Online Android Development Tutorial / Beginner's Guide?

Is there a decent online Android development tutorial out there? It seems hard to come by one - I've tried android.developer.com, but the information seems to be scattered and often wrong. I've tried ...
0
votes
1answer
184 views

Android app - tracking user location and plotting to google map?

How difficult would it be to get a user's location and map it live onto a google map along with the time to complete the route? As well as this, when the user completes the route, he or she can save ...
0
votes
1answer
146 views

Framework/engine for build mobile crossplatform app with camera and gps

I want to develop a crossplatform app (for instance iOS and Android) and i was looking at the current engines or frameworks like Corona SDK or Partcile SDK but the camera support is not well supported ...
0
votes
2answers
146 views

Developing mobile apps using Appcelerator Titanium

I read through all existing posts on the same topic, but I still have a little bit more specific question. I'm about to start developing a mobile application for several mobile platforms (iPhone, ...
0
votes
0answers
74 views

How can I create an Android widget that will determine the available connection?

I am writing an Android app that gets data online and implements it into a map, however I wish to implement a widget within the application that will determine the connection the user has. I am trying ...
0
votes
3answers
65 views

What have I done wrong in the Android code?

I've followed a tutorial for a basic local login screen and despite following the tutorial exactly, I've hit some errors. I don't know exactly what they mean or how to solve them, could anybody help ...
0
votes
0answers
353 views

How can I create an Android login page that will connect to an Oracle database?

I would like to create a login page that allows the user to enter a username and password, then connect to an Oracle database to authenticate the user and provide a login successful/unsuccessful. ...
0
votes
0answers
47 views

Android How to read the registared Account address?

I want to add the registered mail address to my own server cause i want to save some special information there but how can i read the mail address which is registered?
0
votes
0answers
27 views

How can I calculate the response time (time difference between GET and 302) for HTTP? (Android SDK)

I'm trying to calculate the response time between HTTP Get and 302 or 200OK on Android SDK
0
votes
3answers
153 views

What is a good free / open source cross platform mobile application development framework

Looking for a good cross platform mobile application development framework that at least supports the big 4 iOS,Adriod,Windows Phone, and Blackberry. Can you please also let me know what is the best ...
0
votes
1answer
92 views

Available Options for Mobile Development

I am interested in starting Mobile application Development.There are many suggestions on internet but,I wanted to have some starting guidelines from professional People out there like how they do it ...
0
votes
2answers
78 views

Android Application Screen problem

I started doing things on android development and the screen isn't showing what it supposed to show. Is showing what i supposed to look like on the graphical layout but on the emulator i just shows ...
0
votes
2answers
86 views

How did Samsung implement the applications screen on the new Galaxy S phone?

SDK-wise, which UI controls drive it
0
votes
2answers
1k views

Converting from a text field to an numeric in Android

If I have an EditText component on my screen that I have specified inputType="decimal" for (i.e. a numeric/decimal field), what is the best way to convert it to an decimal value in the application ...
-3
votes
0answers
46 views

Career choosing mobile development (Platforms:iPhone, Android, Blackberry) [closed]

There is a mobile diploma(120hr) in a local center that will teach ( Contents ): 1- java j2se ( desktop application).2- Android developer.3- blackberry developer.4- iphone developer Is it right to ...