Android :: Which Mobile Platform To Use Creation Of Musicians Support Application?
Sep 22, 2009
I'm a programmer looking to play in the mobile world. The application I'd like to play with would support my musical hobbies. I suspect a mobile phone with a music player could easily be programmed to support a classical musicians practice sessions. Access to media player APIs without the need to open external apps or do clunky things with files.Adequate access to playback API to create specific notes and beat patterns. As a hobby application, this should not require expensive tooling.I can switch to a new phone to use the application. Bonus points for something that easily ports to a netbook.I will admit I new to the world of sexy phones. I currently use an obsolete voice device with text messaging. I won't revealing my current flavor of programming because learning a new platform is just fine.
View 4 Replies
Jul 30, 2010
More and more mobile platforms are being launched and sdk's are available to developers. There are various mobile platform are available,Android,iOS,Moblin,Windows mobile 7,RIM,symbian,bada,maemo etc.
And making of corss platform application is headache for developers. I am searching common thing across the platforms which will help to developers who want to port application to all platforms.Like what is the diff screen resolution, input methods, open gl support etc. please share details that you know for the any of platform . or is there possibilities , by writing code in html (widget type of thing) and load it into native application. I know about the android , in which we can add the web view into application. by calling setContentView(view)
Please share the class details where we can add the html view into native application of different type of platforms that you know.
Purpose of this thread is share common details across developers. marking as community wiki.
Cross platform tools & library
View 5 Replies
View Related
Jun 4, 2010
We need to make an application that runs on iPhone, Android and BB. What is the best approach to write the least ammount of code? I know about some frameworks but I am not sure the best approach.
View 5 Replies
View Related
Aug 26, 2010
Most of the time I write code for embedded modules or small programs on my computer to analyze data that said code generates.Now I've been asked to prototype a mobile application to analyze/display that data instead.I have no (6-year old CS101) experience with either of the popular languages (Obj-C/Java?), let alone with any of the APIs/libraries available on the 4-5 popular mobile OSs, so I'm more or less at square one.Adapting the embedded hardware to talk to a phone is fairly straightforward, just add a Bluetooth module that I can configure to emulate a serial port (using SPP profile), but I don't know where to start on the other side.What sort of mobile OS/device should I target for ease/speed of developing a Bluetooth serial port profile (SPP) application from having equal (no) experience on them all?
View 3 Replies
View Related
Oct 16, 2009
after some internet based research I didn't found helpfull information about NFC support on android. Is there anyone out there who has information about this? I know that there is an open source project called libnfc.org running and also some other stuff from Contactless Data Inc. Since I'm dealing with a very cool NFC app I'm interested in new devices or features which can support that app. Mobile handsets with Android and NFC functionalities would be a very cool thing.
View 3 Replies
View Related
Sep 8, 2009
Snow Leopard has been published for several weeks, Eclipse also provide an 64bit Cocoa version on 3.5, but the Android SDK still only support the 32bit mode on Mac, why? It's emulator also still use QuickDraw to draw interface, maybe Google has forgotten us.
View 2 Replies
View Related
Oct 21, 2010
1) What Android-compatible hardware platforms (boards, like "beagle board") can you recommend for hobby robotics? Where can I see a list of Android-friendly boards with support of serial (or parallel) connections?
We are going to move our Java ME robotics project (http:// www.RoboHobby.com) to Android platform, but what hardware to choose?
2) What can you say about support of serial connection on Android- based phones? Does it work in reality? As I remember, in the Java ME world not all cell phones manufacturers supported serial connections on their J2ME implementations. For example serial connections were supported on some models of Siemens and Sony-Ericson, but they were not supported on Nokia and Sumsung, etc.
What is going on with serial connection support in the Android World? Is this supported in reality? On which cell phones?
3) Is it possible to use on Android devices (boards) not BlueTooth/USB conection, but wired connection, like RS232 "COM" port on PC?
I see funny wordplay - Android as a Google project and Android as a human-like robot. :-)
-- http://www.RoboHobby.com - Java Robotics, Code Examples. PICkit2 tutorials, J2ME mobile phone Java as a robot's brain, KAP (Kite Aerial Photography)
View 3 Replies
View Related
Sep 27, 2010
As the title says, where can i find small application creation jobs for Android.
Please don't tell me 'freelancer' because I have already checked there.
View 3 Replies
View Related
Jul 7, 2009
What mobile platform should I start learning?
View 20 Replies
View Related
Nov 14, 2009
I'm beginning to learn mobile programming on the Android platform. I'm up for working with any particular base SDK. I just want to hear some suggestions from the community about what types of applications I should start with to help learn more advanced interactions with the platform.There are of course the Standard Hello World, calculator, etc. But by now I am bored with all of those.What do you all make when learning a new language?
View 10 Replies
View Related
Sep 29, 2009
I am planning to develop a game for all of the mobile platform and have pretty much zeroed down on the concepts of the game. but the only issue I'm facing as of now is that I have no idea what would be the best libraries + 3d Engine to us to achieve the best results on the hardware on some of the upcoming mobiles. I'm talking about the iPhone 3GS, the new WinMo and Android devices with the famed Snapdragon, other processors from Samsung, ARM, Qualcomm and even Intel and AMD.as of now i plan to use the ogre libraries for now, but then what will offer portability?? This is much more of a design question rather than just coding. Any help is appreciated, others who wish to collaborate are very much welcome too. just drop me a mail.
View 1 Replies
View Related
Jul 5, 2010
I've some files stored in a SQL database. When a user visits a url with the given ID, the BLOB data is retrieved from the database to the webbrower However, the iPhone (Safari) can't download a *.txt and *.doc file. It says: "Safari can't download this file". A pdf can(!) be downloaded and viewed.On Android none of the files can be downloaded.Is this because the iPhone and Android just can't handle all files? Or am I doing something wrong in the Response.
View 1 Replies
View Related
Nov 13, 2010
I am interested in implementing an Augmented Reality application for mobile phones using Adobe Flash Platform.
Can you please let me know if any sources is available for me to find out how to start? I'm not sure what software I need to use to implement AR but as I can understand I need: ARToolKit Marker Generator to create the marker matching with the 3D image, then FLARToolKit to analyze the image from the marker and Papervision3D to create an object that shares that same space with the marker. Can you please let me know if what I wrote is correct and advise me how to start the implementation on Adobe Flash platform?
View 1 Replies
View Related
Apr 18, 2010
I need as simple as possible solution for uploading files (eg. photos) to my website from mobile devices (iPhone, Android, BB, Nokia). Is it possible to do it in same way? Using Java or XHTML?
View 2 Replies
View Related
Sep 13, 2010
Would it be possible for me to build an application that enables people to encrypt call coming to me with my public key and then for me to decrypt the call data at my end using my own private key. This way I basically have a more secure communication channel which I am assuming because RSA is hard to crack would be difficult to monitor.I am asking this question from a research point of view and have absolutely not considered the factor as to how computationally feasible would such an application be. I would just like to know if there is a way for me to intercept my outgoing data using any built functions.
View 2 Replies
View Related
Oct 16, 2010
I'm a junior iphone developer and got familiar with developing on xcode on top of Mac OS.I wanna build some Cross-Platform apps in the near future and wanna Use Ubuntu as my Operating system.I found many solutions that run only on Mac OS or need mac to build apps for iphone but this is not what i need. i need something which can keep me far from mac (for some reasons).I heard about AIR packager for iOS and that also AIR does apps for android but i'm not a flash guy (but can learn if it will do the job), so i wanna guidance from experience people like you about what is the suitable route should I take.
View 1 Replies
View Related
Oct 1, 2009
I am interested in getting my feet wet in PDA/mobile development.The only two drivers for me are the drive to learn cool (or at least, new) stuff, and may be to code some app that I felt I really needed but lacked. As such, I would like to know what the comparative benefits/downsides would be for me as a developer in choosing one of the three platforms (iPhone vs Palm Pre vs. Android.I will have access to any of the 3 but not to Windows mobile).This is not a duplicate of this question, since I do not care at all about that question's data points (cost of the handheld, popularity of the platform). Also, just to be clear, my goal is not financial at all - I don't plan to make money off of such development nor directly use the skills in the area I might obtain in my career (e.g. I work on stuff that has zilch mobile exposure and will remain so). So concerns such as "installed user base" are pretty irrelevant. All I care about are tangible (learning) and intangible (sheer joy of it) benefits to me as a developer.Also, please be positive and don't put down other platforms or otherwise use this as a holy platform war excuse. I have edit privileges and will mercilessly edit any un-backed-up-by-facts attacks on any platform that aren't downvoted.
View 8 Replies
View Related
Feb 8, 2010
I am a C++ programmer interested in developing applications for Android as well as the iPhone platform. I have explored both these platforms by writing simple applications in Java (Android) and Objective-C (iphone). But the fact is that I am not comfortable with either of these languages, and it bothers me that I have to write 2 very different versions of the same application to support both platforms. (And then what do I do to run it on a Nokia phone?)Is using web technologies (JavaScript/HTML/CSS) a viable solution for writing apps which will run on multiple mobile platforms? I have heard of Appcelerator and PhoneGap, but I am not sure how mature these products are. I'd appreciate any feedback from folks who have used web apps as a solution for developing cross platform mobile apps.
View 5 Replies
View Related
Sep 10, 2010
I'm developing an Android application and I would really like to deploy it for the iPhone as well. However, I do not know Objective-C and I think it would take an annoyingly long time to figure that and the Apple framework out. Is there a recommended way to port an Android application to iOS? Would the best bet be to hire a freelancer?
View 2 Replies
View Related
Oct 11, 2009
Is there an online tutorial for how to write a very mundane chat application on the Android platform, over two or more phones? (doesn't have to be anything special, just be able to send messages from one phone to the other in real time)
View 3 Replies
View Related
Jun 29, 2010
what is maximum size of thick/thin client application(to d/w through OTA) in both Android & Samsung Bada platform ?
View 2 Replies
View Related
Nov 22, 2010
As an experiment, I would like to use the platform key of my custom built Android platform to sign an arbitrary APK, that is built via the NDK. What is the process to go about doing this?
View 2 Replies
View Related
Jun 29, 2010
I am working on a mobile app on the Android platform (and going forward for the iPhone) and am evaluating the Flurry Analytics and Google Analytics platforms for the app. Both platforms have SDKs for the Android and the iPhone and seem very similar in most ways.
View 3 Replies
View Related
Feb 3, 2009
I am trying to make a folder lock application for android platform.It basically involves asking the user a pre-set password when he clicks on a specified folder.Sir I am not getting any clue regarding how to get the event generated by operating system when the user opens the folder.Or if there is any such event generated at all.
View 2 Replies
View Related
Jul 27, 2010
I am going to transform my website to mobile phone supported. My website consists of lots of java script and ajax stuffs so looked for a specific JS framework to support all the mobile os (android,ios,windows and blackberry).I googled and found some frame works like phonegap, sencha touch,JQTouch and appcelerator titanium. Can you people help me to find out the right one which will be suitable for my needs.
View 1 Replies
View Related
Jan 5, 2010
I will try to modify native Camera package in Eclipse. So, I make Camera project in Eclipse and try to compile it. But, "Platform Eclair is a preview and requires application manifests to set minSdkVersion to 'Eclair'" error message is shown. Does it mean minSdkVersion information should be inclused in Camera manifests.xml file as "Eclair"? If there are anyone know this, please share your valuable information.
View 2 Replies
View Related
Aug 31, 2010
I didn't sync my contacts to gmail on my Instinct bc I've always just used Sprint's mobile sync. Contacts were automatically saved on the network, so when you bought a new phone or whatever, they could just send the contacts to your phone. Well, guess what! Epic doesn't support mobile sync. SO PLEASE BACK UP YOUR CONTACTS THROUGH GMAIL IF YOU WERE PLANNING ON RELYING ON MOBILE SYNC! Unfortunately, I don't have a "local" Sprint store. It will take more time to drive to one than to manually enter my contacts.
View 9 Replies
View Related
Sep 2, 2010
First i want to apologize if this is explained somewhere.I could figure it out.I cant find the Ally in the model list on either the LG website for mobile support or the LG mobile support tool download. How do i set it up for the ally? Or is it even possible at this point in time?I've read that people use it but i cant figure out how they set it up.Once again i apologize if this is a repeat topic but any information would be greatly appreciated.
View 1 Replies
View Related
Sep 12, 2013
how to make my mobile support live wallpapers?
View 3 Replies
View Related
Oct 16, 2010
I have an app that I designed for Iphone and Ipad, and am now porting it over to android. It streams high quality video files and I am having a great deal of trouble getting the files to stream in android. I have seen the file stream on a motorola phone at the ATT store, but have had trouble with an android phone on tmobile, and verizon. The files are MP4 files, encoded in quicktime using H.264, and saved as quicktimes. I then open them in MPEG streamclip, and save them as MP4s. The reason is that I can get higher quality at lower bit rates and smaller file sizes using this way. I am encoding at 720 x 400, using a bit rate of 800k per second. These work perfectly in the iphone environment but I have had limited success in the android world.
Here is a link to a file if you are interested in investigating further:
http://64.250.238.26:1111/clips/GeorgeKahumokuHaleOlu.mp4
Does android run differently on different service carriers? Is this a hardware limitation on different phones? My question is this.Can anyone verify that there is a problem with my files? And can anyone tell me what I need to do to get my video files to play more predictably on the android platform?
View 2 Replies
View Related