Coming from J2ME programming are there any similarities that would make it easy to adapt to Android API. Or is Andorid API completely different from the J2ME way of programming mobile apps.
I want my app to read a XML via internet.
Also I want to keep the previously download xml so next time I may not need to download again until certain hours is passed or whatever period of time according to settings.
Do you recommend me to download it first and store locally before process it? Or should I process it while downloading (with libxml2 I guess)?
What do you usually with apps using remote XML?
Targeting 3.0 devices btw.
Is it possible to develop iphone apps with java? I'd prefer to use alchemo over xmlvm because of the superior features that it offers. Can I do that? Is anyone else doing that? I've looked all over their site for the download link, but can't find it! Is it available? If so, where?
http://www.innaworks.com/alchemo-for-iphone-java-me-j2me-to-iphone-porting/
Hi Guys,
Anybody have any idea about how to broadcast videos in iPhone? I found two apps in some blogs, Ustream(working in iPhone) and QiK(working in jailbroken iPhone). And also i got some info from this link
http://sol3.typepad.com/tagalong_developer_journa/2009/07/recorded-video-from-iphone-3gs-.html
But i need some more info. Help me to develop a broadcasting app, please
Miguel de Icaza announced a new project today called MonoMac, to develop apps for the Mac using Mono and C#: http://tirania.org/blog/archive/2010/Apr-19.html
In the post, he provides links to the subversion repositories, but are there any builds of it available for download?
With Apple making changes to section 3.3.1 on the iPhone dev agreement can one stillness libraries like boost in their apps?
I want to use Boost in my iPad app...
We are in the situation that we need to migrate our windows 95 systems (i know, that is so last century ). There is no hardware for a reasonable price available to run our windows 95 systems. So we are extending the overdue lifetime of it, by making them virtual.
Now we see that VMware reports 100% CPU utilization of a windows 95 VM. This is because windows 95 doesn't know how to manage a CPU.
For this reason software like rain or Waterfall, or CPUCool are introduced. The they are sending a HLT instruction to the CPU. This causes the CPU to halt and wait for new triggers to work.
I've tested the mentioned programs in the VM, but they don't work, but generate errors.
anyone has a valid workaround, solution ??
btw. I know that the best solutiuon is to replace the windows95 with windows XP. But in our situation that will take at least 5 years. Our windows 95 systems are running factory process control software.....
Hi,
I want to add "Nickname" in Google Contact using "Google.GData.Extensions.Apps" .
I am able to create Nickname as:
NicknameElement obj_nickname = new NicknameElement();
obj_nickname.Name = " Jenifer";
But how to add i to Contact Entry?
Hi, I have a grid in my application. After user selects some files in ofdialog application processes some calculations. While app is making calculations it looks like it is not responding. How to display some picture and make main window in black&white while calculating? Maybe make some dp in MainWindow a la "IsBusy" and bind a popup with picture to it?
How you implement this logic in yours apps?
I am trying to launch an appstore page with either of the calls:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunes.apple.com/us/app/myappname/id999999999?mt=8"]];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.itunes.com/apps/myappname"]];
Both of these urls work when I enter them in a browser. However, from both simulator and device, I get a "Your request could not be completed" error dialog right after it appears to try to launch the appstore.
Is there something obvious that I'm doing wrong?
Currently, we have a single server hosting all content: music, video and software. This content is downloaded by users through HTTP. Now free space is coming to an end and we are exploring different ways of extending our storage capacity. We want to do it cheap, simple and reliable (protected from disk/ server faults). Currenly, we see two ways:
Add a couple of cheap servers with 4 disks (RAID1 ?), run some distributed file-system on top, like GlusterFS. Pros: hopefully, we will see all our disks as single flat file system, just dump content into it and be done. Cons: could be tricky in configuration and handling of faults.
Add a couple of cheap servers, all running HTTP servers. Each piece of content (be it a music file or video) is placed on randomly selected two servers. Pros: don't have to deal with RAID, as content is duplicated; single server failure does not bring down any part of content; doubled distribution capacity (as any signle file could be downloaded from any of two servers hosting it). Cons: requires some scripting on part of distribution of content, adding/ removing servers.
Do we miss any other ways? Which of the aforementioned options seems to be the best?
I have a ViewFlipper which contains a few linear layouts.
I need to allow the user to flip through them.
I've seen other apps which have arrow/triangle indicators on either side of the screen, which, when pressed, flips to the next view in the set.
I'd like to add these to my Activity.
I've been reading the Head First iPhone Development book and I understand how to get to a new view from a table but how exactly would I be able to get to a new view or view controller, by just simply pressing a button? Is that even possible?
I mean there are some apps where you click a button, not a table cell and it loads a new view. How exactly is that done? If someone could help out a newbie it would be greatly appreciated!
How do you compile a resource into the binary in XCode? That way is doesn't show up inside the application bundle as a file and it's not subject to manipulation by a user (whether good-intentioned or bad).
Is this even possible?
I'm particularly interested about this in terms of iPhone apps.
Any help is appreciated!
Instead of [email protected] or [email protected] I would like to use
[email protected].
can this be one when using app-engine xmpp service,
when own-domain is using google apps for mail service
This would be a great option if available.
We feel many getting worried to add when they find @appspot.com at end,
also when they see an app id which may not much same as our domain name.
I want to make a .NET Form as a TopMost Form for another external App (not .NET related, pure Win32) so it stays above that Win32App, but not the rest of the apps running.
I Have the handle of the Win32App (provided by the Win32App itself), and I've tried Win32 SetParent() function, via P/Invoke in C#, but then my .NET Form gets confined into the Win32App and that's not what I want.
We have an ASP.NET application that uses SQL statements, where table names are unqualified. When compiled, it works fine, but when uncompiled, it complains and errors out, saying these tables dont' exist.
(Qualified name looks like Select * from MyDatabase.mySchema.MyTable ;
Unqualified like Select * from MyTable)
If you try these queries on the database, by yourself, it will take only the qualified names.
What's going on? I thought Compiled vs Uncompiled apps should perform the same way codewise.
I'm using the sfGuardDoctrine plugin, and I would like to customize the form validation messages.
How could I acomplish this? I can't find anything in the documentation.
The only way I have found is to copy sfGuardValidatorUser.class into /apps/frontend/lib/validator, but I would like to know if there is some way to just override the error message, not override the entire validator...
Is there a way to detect when a specific device is plugged into a usb port, what I would like to happen is when I plug my laptop into my docking station it run up several apps to account for my different keyboard, mouse and monitors. Specifically I have an issue with some software for my G15 keyboard stopping media player closing properly.
Hopefully in .NET but if not any suggestions appreciated.
I've never used excel before so I need the simplest solution available, and this is a work assignment due this week so I didn't have time read much of the documentation.
Basically, I have two tables, A and B, and they are both thousands of rows long.
Description of my task: right now (since I don't know better) I'm manually doing this:
Go to row i in table B.
Select entries in columns B(a, b, c) of that same row.
Look for a row in table A where column A(b) matches row
B(a).
Paste the entries of columns B(a) of row i at the end of the
row found in the last step.
Repeat for row i + 1.
Example: row B(cat, dog, mouse) matches A(mammal, cat, Mr. Whiskers). So I would paste B after A and have A(mammal, cat, Mr. Whiskers, cat, dog, mouse).
Note: I am not joining tables. I am merely extending table A by pasting row A(b) if row A(b) matches row B(a).
Also, sometimes entries are spelled slightly differently. Using wildcards to search for candidates would be of help.
As the description should let on, this task is very tedious and inefficient if I don't know how to automate some operations (there are thousands of entries).
Any quick tips as to how to be more productive is a big help.
Hi....
I've an iPad app that supports all orientation... my problem was on the start up of the application.
In case of landScapeRight and landScapeLeft and portrait(top home button) the views shows correctly but when the app start in portrait (bottom home button) the views show in landscape mode...
I've implemented the
- (void) willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
When I change the apps orientation the views shows correctly.
I'm looking into Productivity tools for developing in C# / Visual Studio 2008 (pr0) and developing web apps (not using MVC).
Anything from favourite visual studio shortcuts to external tools and plug-ins.
It's possible to create href-attibutes that makes the iPhone quit Safari and launch another app. For the official Twitter-app this would look like:
<a href="twitter:///post?message=my+important+message">Click to deliver message to Twitter-apps status updater</a>
For the Facebook-app the protocoll is:
fb:///
But i can't figure out, or find any information about, how to get my message (a url to share) directly into the the status updater.
Is there a url-scheme, or am I going about this the wrong way?
I generally test my web apps with Firefox and use Firebug. I love Firebug. But when I'm testing JavaScript code in IE I use the debugger in Microsoft's Visual Web Developer 2008 Express Edition. I would love to have an equivalent to Firebug's console.log methods which would allow me to log messages to Visual Web Developer. Any way to log messages to the error list/messages list/output pane using JavaScript?
Several MS apps support the concept of chords, like "CTRL+X,Y" which means "holding down CTRL, press X, then Y".
Is this a bespoke thing they (and other companies) implement, or is it built into any APIs? It would be nice to be able to set up event handlers or accelerators based on chords rather than write code to do it.