Android :: Possible To Share Code Across Mobile Plataforms?
Oct 8, 2010
Is it possible to share a Java application across several mobile platforms (Android, BlackBerry, Symbian, etc) regarding of Android is a Java SE (almost compliant), BlackBerry is JavaME, etc?
View 1 Replies
Jun 10, 2010
I'm doing some initial research on smart phone development, and I noticed that Android and Windows Mobile both support c++ for application development. I was curious if anyone had any experience trying to manage shared files between both Android and Windows Mobile, and to what extent that code can be shared? e.g. no user interface can be shared, but web service and business logic classes can be shared, etc.
View 1 Replies
View Related
Aug 1, 2009
I must to new a thread. I know how to implement this issue by Menuifest.xml, see also: http://groups.google.com/group/android-developers/browse_thread/threa...
But my question is how to add share menu of Gallery by java code not Menuifest.xml. My code is as below:
code:.........
But registerReceiver always return null, and there is no menu added to Gallery's Share.
View 4 Replies
View Related
Aug 1, 2009
I know how to implement this issue by Menuifest.xml, see also:
Google Android Developer Group related issue
But my question is how to add share menu of Gallery by java code not Menuifest.xml.
My code is as below:
CODE:........
But registerReceiver always return null, and there is no menu added to Gallery's Share.
View 1 Replies
View Related
Oct 22, 2010
Can anyone recommend an example or post that shows how to implement a share via SMS/Email/Facebook/Twitter kind of thing for your app?
View 2 Replies
View Related
Aug 5, 2010
There is a description about a product or event that people would like to share among them. This can be a simple text or rich text too.
They are looking into which format is the best for this purpose. They would like to see compatible with as many phones as possible. We are talking about phones that have Bluetooth.
Also the text is longer than the length of an SMS, so the SMS format is not suitable
What would you recommend?
And what do you think what would be the best way to share that between phones?
View 1 Replies
View Related
Mar 13, 2014
I do not know if it is possible to share between android devices music and video to stream audio (music) or video among to devices at the same time.
For example: I am in a train and I have a movie in my android phone and I want to see it but also share it with my friend on his tablet. I would like to see it in both devices at the same time. Is this possible? Do I need to download an app for this, to sync the reproduction of the video or music?
Can I use Wi-Fi direct or use a Bluetooth connection?
Can it be this made only between android devices or can it be a mix of Os such: android to iOs (apple)?
View 1 Replies
View Related
Oct 19, 2010
A few weeks ago I registered for that network thing, back then I was using the HTC Hero. At first it would work, then if I turned my phone work, it would say "Sim can not be registered to this Network" and when I searched for other Networks, only Orange would appear.
When I got the Desire, I can never seem to get this to work still. Orange has terrible signal in my area although there site says its amazing. I never have network in my own home. and Im not sure I have ever saw full bars on my Desire.
So my question is, does yours work 24/7 if you have it. Does anyone else get the sim not registered thing after a reboot and how can I actually set it up properly cause I may be doing it wrong. p.s I have roaming n etc on
View 26 Replies
View Related
Apr 27, 2010
In Android documentation concerning code signing we can read: "By signing multiple applications with the same certificate and using signature-based permissions checks, your applications can share code and data in a secure manner." How exactly such code sharing can be done? Is it possible to release main application and multiple exchangeable plugins then discover them at runtime? What does source code looks like and what are advantages over "standard" intents calls from/to different APK packages?
View 2 Replies
View Related
May 28, 2010
is there a methods to keep mobile phone off using code, i have no idea about this,and hope someone give me some advice,or example , code,api
View 1 Replies
View Related
Sep 15, 2010
Basically i don't know the mobile file / setup exe extension and all ,
Now i did some basic sample, it working fine in my simulator,
Before i proceed , i want to test these codes in my mobile , the code working or not,
What should i do now ,
I want to install my sample application into my iphone, how to install this application.
View 3 Replies
View Related
Nov 18, 2010
I installed Titanium from appcelerator and built the "KitchenSink" example application.All works well, I'm just wondering where does the javascript code ends up in a built app.I grep-ed the Xcode project and also the result application as I found it in Library/Application Support/iPhone Simulator/KitchenSink.app, but I can't find any function names from .js files, not even string texts used within the application. Nearest information I found is an answer here : How Does Appcelerator Titanium Mobile Work? but I do not understand clearly how the process works.Is the javascript code being compiled into a binary code (what compiler is used then?), or is it just transformed in some special data-format and interpreted in a running application ?
View 3 Replies
View Related
Apr 14, 2010
My Android application needs to react differently to different Mobile Country Codes. It seems like it is hardcoded to mcc310 (US). I can read this value from TelephonyManager.getSimCountryIso() or by using a resource folder like res/values-mcc123/, but how do I set this value in the emulator?
View 2 Replies
View Related
Jan 5, 2010
I am just wondering if anyone would like to share pics of how you have you 7 screens setup.
View 49 Replies
View Related
Nov 7, 2010
HTTP error code: 504 (T-Mobile)
I've got a weird internet connection problem:
When using the standard internet app on mobile data (3G/HSDPA) I get the error for all webpages:
~~~~~~~~~~
Web page not available:
The web page at: ############# could not be loaded as:
HTTP error code: 504
Gateway Time-out
~~~~~~~~~~~
All other apps that require internet/data over mobile network function correctly (e.g. facebook, maps, twitter etc). When using the standard internet app on wi-fi it works fine, so I decided to download another browser (opera) and without inputting any settings it works fine on the mobile network and wifi.
One theory, after the recent update of 1.32.405.6 this may have caused this problem???
When looking at the settings, under wireless and settings, mobile network sometimes displays 'not connected' after using the internet app.
I've gone through all the settings, and can't see any issues? I've deleted cache, 'force stop', restarted the phone, removed the battery and sim card and restarted phone. I'm thinking it has to be a software issue with the internet app as i can use the 3G/HSPDA connection through other apps.
View 2 Replies
View Related
Feb 19, 2009
I wanna to add some code in Camera Apps code , so that it will invoke my Application and do the thing as per my desier. Is it possible to change the Application code? If any one already tried this then plz let me know, how to proceed and build if i change some code. How to integrate my application with camera apps.
View 2 Replies
View Related
Jan 27, 2010
I can build a daemon with my algorithm code and main function.I put all files in one folder under /development and make This executable file works successfully
Now I want to separate my algorithm code and main function code. I hope to build a binary library with my algorithm code and main function will link this binary library to use.
Where to put my algorithm code to create binary library and how to link this binary library in main function code?
View 2 Replies
View Related
Jan 22, 2010
I am trying to integrate my code to the android Home Screen code. I want to launch my activity frm the HomeScreen by click of a button. I Did the code & then build it but when i click the button i m getting error as Application not installed on phone.
View 7 Replies
View Related
Nov 5, 2010
Can Skype be used to make a mobile to mobile (cell to cell) call if both phones are running Skype without using Verizon minutes?
View 3 Replies
View Related
Jul 1, 2010
How can I use Skype to make a mobile to mobile call and not use my verizon minutes. I have friends that are doing this with the Samsung Omnia II on verizon and everyone I know with an IPhone on att is able to do it. When I try to make a mobile to mobile call a box pops up and says have to use verizon minutes. I also paid for the mobilie to mobile plan on Skype
View 2 Replies
View Related
Feb 5, 2010
this android aplication get mobile number to get the device only
View 2 Replies
View Related
Oct 18, 2010
allows you to share your gps location with another phone, that allows that other phone to get directions to your location?
View 4 Replies
View Related
Mar 12, 2010
Sprint Nextel Corporation - Investor Relations - RSS Content. Kudos to Sprint, this is coming just in time for the March Madness, which is great! I hope this has been tested for enough viewer capacity because it sure will be tested by every Sprint TV customer. I am watching Lafayette v. Lehigh game live. I can definitely wait for Sprint to prepare another app to replace NFL Mobile Live for before the Football games start. Hope this is the beginning for a long season of good news from Sprint, Android 2.1 should be around the corner.
View 14 Replies
View Related
Sep 21, 2010
Android Version: 2.2 T-Mobile branded
Network: Base - a brand of e-plus, Germany
Taskiller Used: None
Issue: Switch on tethering OR mobile hotspot ->mobile network dies
I've installed Froyo on a T-Mobile branded Desire. After the update, turning on USB tethering leads to immediate loss of mobile network - it just turns itself off. Same goes for the mobile Wifi hotspot: turn on -> for 2 seconds, it's working -> mobile network drops off. Moving into airplane mode and back brings back the network, but tethering is a goner. With 2.1, USB tethering had worked. I'm on Base, a brand of e-plus. I've talked to their customer services, they say Base absolutely supports tethering.
View 3 Replies
View Related
Nov 10, 2009
I did a few searches but couldn't find anything specific to what I'm talking about. My wife and I both got Droids the other day and love them. We are enjoying finding apps and all that stuff, but one thing I haven't been able to figure out is how we can share applications between us. Granted I dont want to illegally share apps with random people and friends, just between my wife. Not big into paying for 1 app 2 times so that we can share an experience. We both have ipod touch's, and we have always been able to share the apps with that by my 'authorizing' her ipod to match mine. She still has her email and all that, just we share a purchasing account. I imagine there is a backdoor way to copy apps and api's, but i dont want to get into that. I used to have a custom rom winmo and part of the appeal of the droid was it would do everything i want without having to crack it. I heard google was thinking about app sharing, and app2sd is in official development, but is there anything I can do now?
View 1 Replies
View Related
Aug 2, 2010
I want many app share one class, for example,I have MessageVo,I want testApp and testTwoApp share MessageVo.but I don't know TestTwoApp use MessageVo.
View 6 Replies
View Related
Nov 22, 2010
Is it possible to share resources across APK's? For example, can application A (in APK A) load an icon or layout view from application B (in APK B)?
View 3 Replies
View Related
Nov 17, 2010
I have an apk (App1) that has a raw resource (res/raw/mytextfile.txt) and I would like to read that text file from another apk (App2). I define a content provider in App1 and I override the openFile(Uri, String) method as follows:
CODE:.......
App2 does the following to try to get access to mytextfile.txt:
CODE:.........
However, when I read and write out the contents of the BufferedReader, I get way more than just the contents of mytextfile.txt.
I played with this some more and found that the file desriptor returned to App2 is pointing to the App1 apk file. I wrote out the contents of the BufferedReader to a file and did a binary comparison to App1.apk. The two files were identical.
View 1 Replies
View Related
Jan 12, 2010
I'm running into some issues when trying to share files between android phones. I tried emailing the .apk, tried uploading to go aruna, but it wont download. let me know if there s iIbetter way.
View 1 Replies
View Related
Jun 18, 2010
Recently I logged into GMail with my browser instead of the GMail app, and discovered what I've read before elsewhere... that the GMail mobile web page seems cooler and better, than the app.
So, I've been thinking... which is better? Is either better? Can they both be equally good?
Either way, it occurred to me, it's interesting that all the Android blogs fall all over themselves almost weekly to come out with various "Best X Android Apps" articles, but I don't think I've seen any articles about the best mobile web pages for Android (or any smart phone for that matter).
I understand the money is to be made in apps, and that not much can (yet) be done with the web that you can do with an app (until we have workable Flash?) but surely there must be some great mobile sites out there that are better than, or equal to, apps?
I'm appealing to all of you then to make your suggestions for Best or at least good mobile web pages to use on our Android phones. I'll be looking around myself, and will possibly turn the results into a blog post of my own.
Here are a couple of starters that seem to be better than the app versions:
- Gmail: nicer interface, quick access to GTalk and Buzz as well as Calender, etc.
- Evernote: www.evernote.com/m Evernote has a really good mobile web site in case you don't want to download the app.
View 7 Replies
View Related