I have a piece of code (my app) which I want to run for each incoming call in the iphone.
So I'm looking for a function like: On Before Incoming Call ();
is there anything like that?
Hi,
when the user enters text in a uitextview I would that the title of the navigation bar changed dynamically like it happens in the Notes app.
How can I achieve this?
I think a label is used, don't I?
Thanks
Fran
EDIT: I know how change the title of a navigation bar, but how do this in a such way that the textview is tied to the title, so while user enters the first line of text in the same moment the title changes (letter by letter)?
I am looking for how to style a label in a UITableView cell, so that it shows how many children/messages are in the next view controller.
This is used in Apple's Mail app, to show how many messages are in the inbox or account.
I am sure that this is a UILabel, but what font, color and how to make the oval around it?
Hello! Is there an URL that will directly open an application in the App Store on the iPad without redirecting through Safari? I am interested in http:// links, not itms://, as I want them to be usable outside the device. The phobos links used on iPhone do not seem to work on the iPad.
I have only worked on web apps for my whole career. I'm starting a new desktop (Adobe AIR) app project but I found myself having difficulties with:
stuck with thinking about overall UI design in the traditional page model
not sure how to handle the navigation part in the UI
not taking advantage of states
deciding what should be implemented on client vs server side.
Any advice? Thanks.
I just noticed that the twitter integration on the eBay app has the same style as the official Facebook connect SDK.
I've done a search and found nothing.
Did Twitter release this kind of support for iPhone SDK?
Thanks every one!
Hi all,
Does anyone hv some gud tutorials to implement facebook in our app.
having a button to call fb. something like dat.
w8ing curiously for a reply
regards
shisihr
Hi.
After migrating my app to .NET 4 it's not starting. When i'm trying to load it in browser it endlessly loading it and nothing else happening. There is no errors or timeouts, just loading.
Please help. What should i do? What reasons there might be? I'm using IIS6 btw.
I am looking for a system to parallelise a large suite of tests in a Ruby on Rails app (using rspec, cucumber) that works using JRuby. Cucumber is actually not too bad, but the full rSpec suite currently takes nearly 20 minutes to run.
The systems I can find (hydra, parallel-test) look like they use forking, which isn't the ideal solution for the JRuby environment.
Java loads the resources as they are needed. This make my tiny small desktop application to be very slow when opening a window.
How can I do to load all the resources when starting the app? Is something related to classloaders?
If you look at the Notes app on the iPad, you can see it uses all native iPhone controls, but they're "skinned" to look like a pad of paper. What's the best way to implement something similar to that? Could I use interface builder and simply change the background image for each of the controls, including the TableViews?
Thanks in advance for all your help! I'm going to continue researching this question right now.
is it possible to use the touch api as to read in and authenticate fingerprints? i have an idea for a biometric app but i want to make sure the necessary api's are available first.
thanks
Hi,
I'm looking at jumping on the band-wagon and knock out a couple iPhone and Android apps.
I'm not a complete beginner as I have programmed in quite a few languages, with my current focus on PHP and Drupal development, but I have not developed for either the iPhone or Android before.
I have downloaded the respective SDKs, but I was hoping to find some good quality tutorials that with step-by-step guides getting your development environment up and building your first app.
Hi There,
I just wonder which UI element is being used for such username/password field just like in Skype's iphone app?
Is it UITextField or something else? Any suggestions?
Thanks!
I am very new to iPhone programming and I was wondering how could I create a separate section for my application in the Settings.app? Like what the Facebook or BeejiveIM or JellyCar apps do. Would I have to declare this dynamically, or could I use Interface Builder?
I had created entity in google app engie datastore using JPA.I set the id as follows
@Id
@GeneratedValue(strategy=GenerationType.SEQUENCE)
private Long s;
After i deployed my applicaiton it give identity (i.e) unique value.but igive 1001,1002,1003 ....as id.But i wnat 1,2,3,4,5 like that.how to achive this?
Thanks in advance
Any tips How to figure out where is memory leak in my Facebook app, its ASPX using Facebook toolkit DLL and I am afraid the bug may be in that CS library.
The problem is that after one week uptime, server is running out of memory and needs to be rebooted, there are quite many users and I cannot run debugger on this "production server", so I would need to simulate somehow use on my local PC.
Hi
New to Instruments and get the following (see pic) messages when I run my iPhone App on the phone.
Being new with Instruments I don't know if this is caused by me (it's not from my library so no code to alter) or what I can do do get it go away.
Thanks
Hi
I am facing a problem while executing my app. all the tab buttons are not clearly visible means that they are shifted below with there current position. so give me some code to adjust
the position of tab bar buttons
Thanks
Ritesh
When running a custom environment with grails via grails -Dgrails.env=custom run-app it appears that the auto reload / hot deploy is turned off, does anyone know how to arbitrarily enable this for any given environment, not just dev, which appears to be the only env where it is actually on by default?
Hi I am trying to write some iPhone app with a theme switcher, where users can select a theme to change the background color, alpha, images, and some push buttons' look and feel as well (size, image, or even locations).
What would be the best way to apply the theme?
Thanks,
Tim
I can't figure this out and I thought that someone might run through the same thing.
I have XCode 3.2.3 (Pre Release with OS 4 beta) and I started to create my application, after the final touches and everything worked ok, I changed the Simulator - 4.0 to Simulator - 3.1.3 (latest iPhone OS) and I could never start my app again :-(
Does anyone know what I should do?
I created a simple Screencast of the problem so everyone can see what I'm writing about.
Thank you for all the help.
Hi,
When I use this to write to my app.config file:
Configuration config =ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);
config.AppSettings.Settings["Wachtwoord"].Value = "Test";
config.Save();
ConfigurationManager.RefreshSection("appSettings");
I can read it again. But when i close and restart the program, the value of "Wachtwoord" has changed again to the old value.
Does anybody how I could fix this?
Thanks